Skip to content

Commit

Permalink
mpirun: 2 ranks (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 9, 2023
1 parent c39414e commit 724397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/environments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main(int argc, char **argv) {
}
EOF
example environments/use-mpi-1 'mpicc ./mpi-hello.c -I$(spack location -i zlib-ng)/include'
example environments/use-mpi-1 "mpirun -n $(nproc) ./a.out"
example environments/use-mpi-1 "mpirun -n 2 ./a.out"

example environments/myproject-zlib-ng-1 "spack find zlib-ng"

Expand Down

0 comments on commit 724397b

Please sign in to comment.