...
Panel |
---|
borderColor | #9c9fb5 |
---|
bgColor | #fcfcfc |
---|
titleColor | #fcfcfc |
---|
titleBGColor | #021D61 |
---|
borderStyle | solid |
---|
title | Contents |
---|
|
|
...
Q. Are any software modules loaded by default?
Q. How do I install this R package/Why can't I install this R package?
Q. How do I install Python packages?
Q. I've been using an older version of Singularity, why isn't available anymore?
Q. What executables are available when I load a module?
Q. Why am I getting "command: module not found"?
Q. How can I maximize my software performance on Puma?
Q. I have an application that runs on Windows and uses GPUs, where can I run it?
Q. Is the Intel compiler faster than GCC on Puma?
Q. How do I access Gaussian or Gaussview?
Q. How do I take advantage of the Distributed capability of Ansys?
Q. How do I access custom Python packages from an OOD Jupyter session?
Expand |
---|
title | Q. Are any software modules loaded by default? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
Yes, when you start an interactive terminal session or submit a batch script, the modules ohpc, gnu8, openmpi3, and cmake are automatically loaded. If your code uses Intel compilers, you will want to manually unload gnu8 and openmpi3 to prevent conflicts. The exception: If you are working in a terminal in an Open OnDemand interactive desktop session, nothing is loaded by default and you will need to manually load any necessary modules. |
|
|
|
...
Expand |
---|
title | Q. How do I install this R package/Why can't I install this R package? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
...
R installations can sometimes be frustrating. We have instructions for how to set up a usable R environment, how to diagnose and troubleshoot problems, and steps to help with known troublesome packages documented in in our Using and Customizing R Packages section. |
|
|
|
...
Expand |
---|
title | Q. How do I install Python packages? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
You can install python packages locally using either a virtual environment or a local conda environment. See our documentation on using Python for instructions on how to set these up. |
|
|
|
...
Expand |
---|
title | Q. I've been using an older version of Singularity, why isn't available anymore? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
...
The current version of Singularity is 3.7.4. Prior versions have been removed, only the latest one is considered secure. Notify the consultants if you need help with transition to the current version. Singularity is installed on the operating systems of all compute nodes so does not need to be loaded with a module. |
|
|
|
...
Expand |
---|
title | Q. What executables are available when I load a module? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
Load the module, find the path to the executable by checking the $PATH variable, then list the contents. For example: Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| module load lammps
echo $PATH
ls /opt/ohpc/pub/apps/lammps/3Mar20/bin
lmp_mpi |
|
|
|
|
...
Expand |
---|
title | Q. Why am I getting "command: module not found"? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
| There are a few different possibilities:
|
|
|
|
...
Expand |
---|
title | Q. How can I maximize my software performance on Puma? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
If you are able to compile your software you can take advantage of most of the AMD Zen architecture. Compiler | Arch-Specific | Arch-Favorable |
---|
GCC 9 | -march=znver2 | -mtune=znver2 | LLVM 9 | -march=znver2 | -mtune=znver2 |
Neither of these compiler versions (GCC 9 or LLVM 9) is available on Puma so you will have to build that first. If you use GCC 8.3 you can set znver1 instead. |
|
|
|
...
Expand |
---|
title | Q. I have an application that runs on Windows and uses GPUs, where can I run it? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
Expand |
---|
title | Q. Is the Intel compiler faster than GCC on Puma? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
...
compilers are optimized for Intel processors. There is some debate around the concept of unfair CPU dispatching in Intel compilers. By default, software on the HPC clusters is built with GCC (on Puma it is GCC 8.3). This is in keeping with our preference for community software. |
|
|
|
...
Expand |
---|
title | Q. How do I access Gaussian or Gaussview? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
You need to belong to a special group called g03 . You can request to be added by submitting a help ticket. This is a constraint in Gaussian that other modules do not have. |
|
|
|
...
Expand |
---|
title | Q. How do I take advantage of the Distributed capability of Ansys? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
...
...
has the Distributed capability built in to increase performance. Ansys uses the Intel compiler and so uses Intel MPI. By default, we load OpenMPI, so you will need to do this: Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| module unload gnu8 openmpi3
module load intel
module load ansys |
|
|
|
|
...
Expand |
---|
title | Q. How do I access custom Python packages from an OOD Jupyter session? |
---|
|
Panel |
---|
borderColor | #07105b |
---|
bgColor |
---|
|
|
|
|
...
#f6f6f6 | titleColor | #00084d |
---|
titleBGColor | #d9dae5 |
---|
borderStyle | dotted |
---|
|
|
|
|
...
| Instructions on accessing custom packages are under Accessing Custom Packages from a Jupyter Session in our documentation on Using and Installing Python. |
|
|
|