Skip to content

Commit

Permalink
Update highlevel test script -- apps not working marked
Browse files Browse the repository at this point in the history
  • Loading branch information
gihanmudalige committed Dec 27, 2024
1 parent 4340448 commit 9dc6d19
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion scripts/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ echo "~~~~~~~~~~~~~~OpenSBLI TGV~~~~~~~~~~~~~~~~~~~~~~~~~~"
cd $OPENSBLI_INSTALL_PATH/apps/taylor_green_vortex
./test.sh -- check PGI compilation
cd -
echo " "
echo "All C/C++ application tests PASSED"
echo " "

echo "************Testing Fortran Applications *****************"
cd $OPS_INSTALL_PATH
Expand All @@ -88,5 +90,17 @@ cd ../multiDim
echo "~~~~~~~~~~~~~~~multiDim3D Fortran~~~~~~~~~~~~~~~~~~~~~~~~~"
cd ../multiDim3D
./test.sh
echo "END~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~~~~~~~~~~~~~lowdim_test Fortran~~~~~~~~~~~~~~~~~~~~~~~~"
cd ../lowdim_test
./test.sh
echo "~~~~~~~~~~~~~~~laplace2d Fortran~~~~~~~~~~~~~~~~~~~~~~~~~~"
cd ../laplace2dtutorial/step7
./test.sh
echo "END~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo " "
echo "All Fortran application tests PASSED"
echo " "

echo "All Tests Passed"
echo "***************************************************************** "

0 comments on commit 9dc6d19

Please sign in to comment.