Table of Contents | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
This section offers guidelines on setting up an environment for building and running application software on LANTA.
There are mainly three approaches in preparing an environment on LANTA:
Module system (this guide)
Conda environment (please visit Miniconda)
Container (please visit Container (Apptainer / Singularity))
Users should select one over another. They should not be mixed, since library conflicts may occur.
1.1 HPE Cray Programming Environment
...
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
...
Intel oneAPI (In progress)
Other approach
...
3. Running the software
Every main application software must run on compute/gpu/memory nodes. The recommended approach is to write a job script and send it to Slurm scheduler through sbatch
command.
...