Skip to content

Commit

Permalink
#2132 Fix LFric integration test path
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Jul 11, 2023
1 parent bde209c commit 4048c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lfric_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
make clean
make -j 6 build
# Run
cd examples
cd example
cp ${HOME}/lfric_gunho_configuration.nml configuration.nml
mpirun -n 6 ../bin/gungho_model configuration.nml
tail PET0.gungho_model.Log
Expand All @@ -104,7 +104,7 @@ jobs:
make clean
make OPTIMISATION_PATH=${MINIAPP_DIR}/psyclone-test -j 4 build
# Run
cd examples
cd example
cp ${HOME}/lfric_gunho_configuration.nml configuration.nml
export OMP_NUM_THREADS=6
mpirun -n 1 ../bin/gungho_model configuration.nml
Expand Down

0 comments on commit 4048c49

Please sign in to comment.