Skip to content

Commit 18d057a

Browse files
authored
Update ice.yml
1 parent b8bcecd commit 18d057a

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/ice.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
name: 'Test on ICE'
1+
# name: 'Test on ICE'
22

3-
on:
4-
push:
5-
pull_request:
6-
workflow_dispatch:
3+
# on:
4+
# push:
5+
# pull_request:
6+
# workflow_dispatch:
77

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
1818

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
2424

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!"
3737

0 commit comments

Comments
 (0)