Skip to content

Commit d3622fa

Browse files
authored
Update phoenix.yml
1 parent 08eb889 commit d3622fa

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

.github/workflows/phoenix.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
name: 'Test on Phoenix'
1+
# name: 'Test on Phoenix'
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: Phoenix Runner
11-
runs-on:
12-
labels: gt
13-
env:
14-
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
15-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16-
if: github.repository == 'Comp-Physics/RBC3D'
17-
continue-on-error: true
18-
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v3
8+
# jobs:
9+
# self:
10+
# name: Phoenix Runner
11+
# runs-on:
12+
# labels: gt
13+
# env:
14+
# ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
15+
# ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
# if: github.repository == 'Comp-Physics/RBC3D'
17+
# continue-on-error: true
18+
# steps:
19+
# - name: Checkout
20+
# uses: actions/checkout@v3
2121

22-
- name: Build Packages
23-
run: |
24-
module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv
25-
./rbc.sh install-phoenix
22+
# - name: Build Packages
23+
# run: |
24+
# module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv
25+
# ./rbc.sh install-phoenix
2626

27-
- name: Make Case with Makefiles
28-
run: |
29-
module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv netcdf-fortran cmake
30-
set -e -x
31-
export FFTWROOT=`pwd`/packages/fftw-3.3.10/build
32-
export PETSC_DIR=`pwd`/packages/petsc-3.21.3
33-
export PETSC_ARCH=arch-linux-c-opt
34-
cd common
35-
make .depend
36-
make
37-
cd ../examples/case
38-
make .depend
39-
make
40-
echo "/common and case compiled successfully!"
27+
# - name: Make Case with Makefiles
28+
# run: |
29+
# module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv netcdf-fortran cmake
30+
# set -e -x
31+
# export FFTWROOT=`pwd`/packages/fftw-3.3.10/build
32+
# export PETSC_DIR=`pwd`/packages/petsc-3.21.3
33+
# export PETSC_ARCH=arch-linux-c-opt
34+
# cd common
35+
# make .depend
36+
# make
37+
# cd ../examples/case
38+
# make .depend
39+
# make
40+
# echo "/common and case compiled successfully!"
4141

42-
- name: Compile Cases with CMake
43-
run: |
44-
module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv netcdf-fortran cmake
45-
set -e -x
46-
export PETSC_DIR=`pwd`/packages/petsc-3.21.3
47-
export PETSC_ARCH=arch-linux-c-opt
48-
mkdir build
49-
cd build
50-
cmake ..
51-
make
42+
# - name: Compile Cases with CMake
43+
# run: |
44+
# module load gcc/12.1.0-qgxpzk mvapich2/2.3.7-733lcv netcdf-fortran cmake
45+
# set -e -x
46+
# export PETSC_DIR=`pwd`/packages/petsc-3.21.3
47+
# export PETSC_ARCH=arch-linux-c-opt
48+
# mkdir build
49+
# cd build
50+
# cmake ..
51+
# make
5252
echo "/common and all cases in /examples compiled successfully!"
5353

0 commit comments

Comments
 (0)