Skip to content

Commit

Permalink
:x
Browse files Browse the repository at this point in the history
Merge branch 'gh-pages-nesi' of https://github.com/nesi/hpc-intro into gh-pages-nesi
  • Loading branch information
CallumWalley committed Jul 11, 2024
2 parents 8a4f488 + 2459144 commit 21afd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/064-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Using a combination of Shared and Distributed memory is called _Hybrid Parallel_
> #SBATCH --ntasks 2
> #SBATCH --cpus-per-task 4
>
> srun echo "I am task #${SLURM_PROCID} running on node '$(hostname)' with $(nproc) CPUs"
> srun bash -c 'echo I am task \#${SLURM_PROCID} running on node '$(hostname)' with $(nproc) CPUs'
> ```
> {: .language-bash}
>
Expand Down

0 comments on commit 21afd10

Please sign in to comment.