Skip to content

Commit

Permalink
Fix tests of installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Sep 15, 2024
1 parent 4c42391 commit 2ca1024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/tstCMakeInstall.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/tmp/tstCMakeInstall/local/lib"
./dnbdr1 || exit 1
./icb_arpack_c || exit 1
./icb_arpack_cpp || exit 1
./arpackmm -h || exit 1
./arpackmm -h || true # Returns 1 but not relevant: we want to check the installed arpackSolver can be used.
mpirun -n 2 ./pdndrv1 || exit 1
mpirun -n 2 ./icb_parpack_c || exit 1
mpirun -n 2 ./icb_parpack_cpp || exit 1
Expand Down
2 changes: 1 addition & 1 deletion pkg-config/tstAutotoolsInstall.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/tmp/tstAutotoolsInstall/local/lib"
./dnbdr1 || exit 1
./icb_arpack_c || exit 1
./icb_arpack_cpp || exit 1
./arpackmm -h || exit 1
./arpackmm -h || true # Returns 1 but not relevant: we want to check the installed arpackSolver can be used.

mpirun -n 2 ./pdndrv1 || exit 1
mpirun -n 2 ./icb_parpack_c || exit 1
Expand Down

0 comments on commit 2ca1024

Please sign in to comment.