Skip to content

Commit

Permalink
openmpi -np 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneswalker committed Sep 5, 2024
1 parent f19f4fc commit bde42f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/e4s-cl-example/azure-oddc-mpich-to-openmpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ e4s-cl init \
--image `pwd`/ubuntu20.04_hypre.sif \
--source ./source.sh

e4s-cl --from mpich mpirun -x LD_LIBRARY_PATH -x PYTHONPATH ./hypre_test -P 2 2 2 -n 100 100 100
e4s-cl --from mpich mpirun -np 8 -x LD_LIBRARY_PATH -x PYTHONPATH ./hypre_test -P 2 2 2 -n 100 100 100

0 comments on commit bde42f3

Please sign in to comment.