rsnt_translations
57,772
edits
(Marked this version for translation) |
No edit summary |
||
Line 107: | Line 107: | ||
mp_mode=threads memory="$((${SLURM_MEM_PER_NODE}-3072))MB" | mp_mode=threads memory="$((${SLURM_MEM_PER_NODE}-3072))MB" | ||
}} | }} | ||
<!--T:20829--> | <!--T:20829--> | ||
The restart input file should contain: | The restart input file should contain: | ||
*HEADING | *HEADING | ||
*RESTART, READ | *RESTART, READ | ||
</tab> | </tab> | ||
<tab name="temporary directory script"> | <tab name="temporary directory script"> | ||
Line 147: | Line 147: | ||
cp -f * $SLURM_SUBMIT_DIR | cp -f * $SLURM_SUBMIT_DIR | ||
}} | }} | ||
<!--T:20830--> | <!--T:20830--> | ||
To write restart data every N=12 time increments specify in the input file: | To write restart data every N=12 time increments specify in the input file: | ||
Line 155: | Line 155: | ||
To check the completed restart information do: | To check the completed restart information do: | ||
egrep -i "step|start" testst*.com testst*.msg testst*.sta | egrep -i "step|start" testst*.com testst*.msg testst*.sta | ||
</tab> | </tab> | ||
<tab name="temporary directory restart script"> | <tab name="temporary directory restart script"> | ||
Line 191: | Line 191: | ||
cp -f testst2* $SLURM_SUBMIT_DIR | cp -f testst2* $SLURM_SUBMIT_DIR | ||
}} | }} | ||
<!--T:20831--> | <!--T:20831--> | ||
The restart input file should contain: | The restart input file should contain: | ||
*HEADING | *HEADING | ||
*RESTART, READ | *RESTART, READ | ||
</tab> | </tab> | ||
</tabs> | </tabs> |