Skip to content

installationHPC

Paul Talbot edited this page Jul 17, 2018 · 31 revisions

For FALCON (INL) users

The two modules need to be loaded:

[~]> module load pbs raven-devel MVAPICH2/2.0.1-GCC-4.9.2

Then a regular installation can be done as per Linux installation instructions. Note that when installing the Python libraries, the location of conda.sh on Falcon is /apps/local/miniconda2/4.5.4/etc/profile.d/conda.sh. Either this can be provided to the establish_conda_env.sh --install --conda-defs call, or a local copy of conda can be installed.

General HPC

In general RAVEN needs:

  • a GCC compiler with C++11 standard (for example 4.9.2)
  • conda (local installation per user is fine)
  • MPI (if distributed simulations are desired)

Once these three are available, install RAVEN via the Linux installation instructions.

More Information

See also Advanced Installation