cc_staff
1,894
edits
mNo edit summary |
mNo edit summary |
||
Line 1,437: | Line 1,437: | ||
=== Rocky === <!--T:1682--> | === Rocky === <!--T:1682--> | ||
::: <code>module load rocky/2023R2 ansys/2023R2</code> (or newer versions) | ::: <code>module load rocky/2023R2 ansys/2023R2</code> (or newer versions) | ||
::: <code>Rocky</code> (reads ~/licenses/ansys.lic if present | ::: <code>Rocky</code> (reads ~/licenses/ansys.lic if present else defaults to SHARCNET server, command line use), or<br> | ||
::: <code>Rocky-int</code> (interactively select CMC or SHARCNET server, also reads ~/licenses/ansys.lic)<br> | ::: <code>Rocky-int</code> (interactively select CMC or SHARCNET server, also reads ~/licenses/ansys.lic, gui use)<br> | ||
::: <code>RockySolver</code> (run rocky from the command line, currently untested, specify "-h" for help) | ::: <code>RockySolver</code> (run rocky from the command line, currently untested, specify "-h" for help) | ||
::: <code>RockySchedular</code> (resource manager to submit multiple jobs on present node) | ::: <code>RockySchedular</code> (resource manager to submit multiple jobs on present node) | ||
Line 1,444: | Line 1,444: | ||
::: o Release pdfs can be found under /opt/software/rocky/2023R2/docs (read them with <code>mupdf</code>) | ::: o Release pdfs can be found under /opt/software/rocky/2023R2/docs (read them with <code>mupdf</code>) | ||
::: o Rocky supports gpu accelerated computing however this capability not been tested .. | ::: o Rocky supports gpu accelerated computing however this capability not been tested .. | ||
::: o To request a graham compute node with | ::: o To request a graham compute node for 8hrs with 4 cpus and 1 gpu for interactive use : | ||
::: <code>salloc --time= | ::: <code>salloc --time=08:00:00 --nodes=1 --cpus-per-task=4 --gres=gpu:v100:1 --mem=32G --account=someaccount</code> | ||
::: o The SHARCNET license now includes Rocky (free for all researchers to use) | ::: o The SHARCNET license now includes Rocky (free for all researchers to use) | ||