cc_staff
1,894
edits
mNo edit summary |
mNo edit summary |
||
Line 152: | Line 152: | ||
<!--T:30--> | <!--T:30--> | ||
o Using Compute Canada cluster modules | o Using Compute Canada cluster modules: | ||
Connect to gra-vdi with [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] | # Connect to gra-vdi with [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] | ||
# <code>module load CcEnv StdEnv</code> | |||
# <code>module load starccm-mixed</code> (or starccm) | |||
# <code>starccm+ -np 4 inputfile.sim</code> | |||
<!--T:31--> | <!--T:31--> | ||
o Using | o Using Gra-vdi gpu enabled modules: | ||
Connect to gra-vdi with [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] | # Connect to gra-vdi with [https://docs.computecanada.ca/wiki/VNC#VDI_Nodes TigerVNC] | ||
# <code>export CDLMD_LICENSE_FILE=~/.licenses/starccm.lic</code> | |||
# <code>module load SnEnv</code> | |||
# <code>module load starccm/mixed</code> (or starccm/r8) | |||
# <code>starccm+ -np 4 inputfile.sim</code> | |||
</translate> | </translate> |