...
Table of Contents | ||
---|---|---|
|
...
Do I Need to Load Modules slurm/latest
and arcc/1.0
?
As mentioned earlier these two modules will be loaded automatically on the start of any session.
As long as you do not --force purge
nor unload
these, they stay within your session and essentially you do not need to re-load them.
The arcc/<version>
module can be considered as a dependency for everything, which is why ARCC loads it. But there is no harm if you wish to include it within any scripts.
...
Dependencies: Remember
Info |
---|
|
...
Note |
---|
Remember: Use |
...
Are There Modules For Python Packages?
Info |
---|
Yes, there are, try performing a |
Note |
---|
These have not been explicitly installed by ARCC, but are dependencies that have been installed with respect to more high-level software that ARCC has installed using Spack. We do not create modules for individual python packages. There are 1000s of packages, and each would need to be installed for the specific version of that package, as well as having a specific version of Python. So, although there is a module
Regards installing python packages, we encourage users to perform this themselves. Look at the following workshops for various ways you can do this: |
...
Are There Modules For R Packages?
Info |
---|
Yes, there might be, try performing a |
Note |
---|
These have not been explicitly installed by ARCC, but are dependencies that have been installed with respect to more high-level software that ARCC has installed using Spack. We do not create modules for individual R packages. There are 1000s of packages, and each would need to be installed for the specific version of that package, as well as having a specific version of R. So, although there might be a module it will only:
Regards install R packages, we encourage users to perform this themselves. Look at the following workshops for various ways you can do this: |
...
Can Not Find a Previous Module I Used
Info |
---|
There are a number of scenarios where this might occur. |
Info | ||||
---|---|---|---|---|
Using an old script from a previous cluster: Typically when we setup a new cluster is will have similar software available, but using newer versions, and potentially newer dependency versions. For example, say someone was using On Beartooth:
On MedicineBow:
Remember: Use the |
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
...
Module Names Can Update
Note | ||
---|---|---|
Due to the complicated nature of how some applications/libraries are installed, and how they require different variations of an underlying library, some times module names need to be updated to differentiate these difference versions. For example:
ARCC can not predict when this might occur. If you have previously been able to load a module on a Cluster, but are now getting a warning about it, it might be that the module name has updated. Perform a |
...
Prev | Workshop Home | Next |
...