Changes between Version 8 and Version 9 of doc/app/machine/hlrnIII
- Timestamp:
- Jan 13, 2015 3:32:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/machine/hlrnIII
v8 v9 1 1 = Hints for using the Cray-XC30 at HLRN = 2 2 3 * Performance issues with runs using larger number of cores 3 4 * Running remote jobs 4 5 * Fortran issues … … 7 8 \\ 8 9 10 11 == Performance issues with runs using larger number of cores == 12 13 Runs using the FFT pressure solver with core numbers > 10.000 may show substantially improved performance in case of setting the MPI environment variable {{{MPICH_GNI_MAX_EAGER_MSG_SIZE=16384}}} (the default value on the XC30 is 8192). It changes the threshold value for switching the data transfer with {{{MPI_ALLTOALL}}} from rendezvous to eager protocol. 14 15 Setting can be realized by including an additional line in the configuration file, e.g.: 16 {{{ 17 %IC:[[ \$localhost = lccrayb ]] && export MPICH_GNI_MAX_EAGER_MSG_SIZE=16384 18 }}} 9 19 10 20 == Running remote jobs ==