Skip to content

Commit

Permalink
Merge pull request #145 from sjsprecious/update_gpu_wrapper_script
Browse files Browse the repository at this point in the history
Update the gpu wrapper script on Derecho
  • Loading branch information
jedwards4b authored Jan 18, 2024
2 parents abbbbcf + 9d6aaa1 commit c29b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/derecho/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<MAX_CPUTASKS_PER_GPU_NODE>64</MAX_CPUTASKS_PER_GPU_NODE>
<GPU_TYPE>none,a100</GPU_TYPE>
<GPU_OFFLOAD>none,openacc,openmp,combined</GPU_OFFLOAD>
<MPI_GPU_WRAPPER_SCRIPT>get_local_rank</MPI_GPU_WRAPPER_SCRIPT>
<MPI_GPU_WRAPPER_SCRIPT>set_gpu_rank</MPI_GPU_WRAPPER_SCRIPT>
<PROJECT_REQUIRED>TRUE</PROJECT_REQUIRED>
<mpirun mpilib="default">
<executable>mpibind</executable>
Expand Down

0 comments on commit c29b8ae

Please sign in to comment.