File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 1
- name : ' Test on ICE'
1
+ # name: 'Test on ICE'
2
2
3
- on :
4
- push :
5
- pull_request :
6
- workflow_dispatch :
3
+ # on:
4
+ # push:
5
+ # pull_request:
6
+ # workflow_dispatch:
7
7
8
- jobs :
9
- self :
10
- name : ICE Runner
11
- runs-on :
12
- labels : ice
13
- if : github.repository == 'Comp-Physics/RBC3D'
14
- continue-on-error : true
15
- steps :
16
- - name : Checkout
17
- uses : actions/checkout@v4
8
+ # jobs:
9
+ # self:
10
+ # name: ICE Runner
11
+ # runs-on:
12
+ # labels: ice
13
+ # if: github.repository == 'Comp-Physics/RBC3D'
14
+ # continue-on-error: true
15
+ # steps:
16
+ # - name: Checkout
17
+ # uses: actions/checkout@v4
18
18
19
- # use mkl option
20
- - name : Build Packages
21
- run : |
22
- module load gcc/12.3.0 mvapich2/2.3.7-1 netcdf-c hdf5/1.14.1-2-mva2 intel-oneapi-mkl/2023.1.0 python/3.10.10 fftw/3.3.10-mva2 cmake
23
- ./rbc.sh install-ice
19
+ # # use mkl option
20
+ # - name: Build Packages
21
+ # run: |
22
+ # module load gcc/12.3.0 mvapich2/2.3.7-1 netcdf-c hdf5/1.14.1-2-mva2 intel-oneapi-mkl/2023.1.0 python/3.10.10 fftw/3.3.10-mva2 cmake
23
+ # ./rbc.sh install-ice
24
24
25
- # will stop on any errors
26
- - name : Compile Cases
27
- run : |
28
- module load gcc/12.3.0 mvapich2/2.3.7-1 netcdf-c hdf5/1.14.1-2-mva2 intel-oneapi-mkl/2023.1.0 python/3.10.10 fftw/3.3.10-mva2 cmake
29
- set -e -x
30
- export PETSC_DIR=`pwd`/packages/petsc-3.21.3
31
- export PETSC_ARCH=arch-linux-c-opt
32
- mkdir build
33
- cd build
34
- cmake ..
35
- make
36
- echo "/common and all cases in /examples compiled successfully!"
25
+ # # will stop on any errors
26
+ # - name: Compile Cases
27
+ # run: |
28
+ # module load gcc/12.3.0 mvapich2/2.3.7-1 netcdf-c hdf5/1.14.1-2-mva2 intel-oneapi-mkl/2023.1.0 python/3.10.10 fftw/3.3.10-mva2 cmake
29
+ # set -e -x
30
+ # export PETSC_DIR=`pwd`/packages/petsc-3.21.3
31
+ # export PETSC_ARCH=arch-linux-c-opt
32
+ # mkdir build
33
+ # cd build
34
+ # cmake ..
35
+ # make
36
+ # echo "/common and all cases in /examples compiled successfully!"
37
37
You can’t perform that action at this time.
0 commit comments