Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 14, 2024
1 parent 2fe3b48 commit a59ffc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

- name: Build
run: |
ml gcc mvapich2 mkl python/3.9.12-rkxvr6 netcdf-c netcdf-cxx netcdf-fortran fftw
bash rbc.sh install-with-mkl
ml gcc mvapich2 mkl petsc python/3.9.12-rkxvr6 netcdf-c netcdf-cxx netcdf-fortran fftw
bash rbc.sh install-no-petsc
- name: Test
run: |
ml gcc mvapich2 mkl netcdf-c netcdf-cxx netcdf-fortran fftw
ml gcc mvapich2 mkl petsc python/3.9.12-rkxvr6 netcdf-c netcdf-cxx netcdf-fortran fftw
cd common
make .depend
make
Expand Down

0 comments on commit a59ffc3

Please sign in to comment.