-
Notifications
You must be signed in to change notification settings - Fork 135
installationHPC
Paul Talbot edited this page Jul 17, 2018
·
31 revisions
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.
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.
See also Advanced Installation