Skip to content

Commit

Permalink
Format correction for environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Jul 12, 2024
1 parent 5bfcd8c commit a336f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ currently give poor performance. We recommend always setting these
environment variables in your SLURM batch script when
you are using the SSF I/O pattern:

export FI_OFI_RXM_SAR_LIMIT=64K
export MPICH_MPIIO_HINTS="*:cray_cb_write_lock_mode=2,*:cray_cb_nodes_multiplier=4”
export FI_OFI_RXM_SAR_LIMIT=64K
export MPICH_MPIIO_HINTS="*:cray_cb_write_lock_mode=2,*:cray_cb_nodes_multiplier=4”

<!-- TODO: add description of what these settings do -->

Expand Down

0 comments on commit a336f52

Please sign in to comment.