Changes between Version 20 and Version 21 of access/TotalviewCylc
- Timestamp:
- Feb 16, 2021 12:02:15 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
access/TotalviewCylc
v20 v21 116 116 Make sure that any variables that are used by rose-mpi-launch to do something, are instead defined otherwise, e.g. setting ulimits. 117 117 118 For intel-mpi set the launcher variable to e.g. {{ tvconnect $(which mpiexec.hydra) --tv --debug -n $NPROC}} or whichever are your $ROSE_LAUNCHER_PREOPTS normally.119 {{ tvconnect}} creates a way for a reverse connection to act to connect to totalview once the job begins.118 For intel-mpi set the launcher variable to e.g. {{{tvconnect $(which mpiexec.hydra) --tv --debug -n $NPROC}}} or whichever are your $ROSE_LAUNCHER_PREOPTS normally. 119 {{{tvconnect}}} creates a way for a reverse connection to act to connect to totalview once the job begins. 120 120 121 Note for intel-mpi, the mpirun wrapper may not pass {{ --tv}} properly, so explicit specification of mpiexec.hydra is needed.121 Note for intel-mpi, the mpirun wrapper may not pass {{{--tv}}} properly, so explicit specification of mpiexec.hydra is needed. 122 122 123 For openmpi, {{ --tv}} is not needed, and the mpirun wrapper should work.123 For openmpi, {{{--tv}}} is not needed, and the mpirun wrapper should work. 124 124 125 125 Ensure the totalview module is loaded in your PBS job also. And give your job a longer walltime.