Skip to content

Commit

Permalink
Always prefer srun instead of mpiexec to get users into the habit of …
Browse files Browse the repository at this point in the history
…using srun
  • Loading branch information
s-sajid-ali committed Aug 28, 2024
1 parent 6040c34 commit 2813bc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module load openmpi/gcc/4.1.6
source /home/yourUsername/amdahl/test_venv/bin/activate
# Execute the task
mpiexec amdahl # NOTE: we can use "srun" or "mpirun" in front of amdahl command
srun amdahl
```
{: .language-bash}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module load openmpi/gcc/4.1.6
source /home/yourUsername/amdahl/test_venv/bin/activate
# Execute the task
mpiexec amdahl # NOTE: we can use "srun" or "mpirun" in front of amdahl command
srun amdahl
```
{: .language-bash}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module load openmpi/gcc/4.1.6
source /home/yourUsername/amdahl/test_venv/bin/activate
# Execute the task
mpiexec amdahl # NOTE: we can use "srun" or "mpirun" in front of amdahl command
srun amdahl
```
{: .language-bash}

0 comments on commit 2813bc5

Please sign in to comment.