Skip to content

installation on aurora

Installation on aurora.

I have received this from aurora support.

Michiel,

h5py is a module on its own. We had h5py 2.8.0 for Python 3.7.0 for several month. It is available for foss/2018b and intel/2018b, e.g.

module load foss/2018b module load h5py/2.8.0-Python-3.7.0

similar for intel. Following your query, I have also installed the latest h5py 2.9.0 on Aurora. Python support in foss/2019a and intel/2019a is quite different from the older tool chains. For foss/2019a, I recommend:

module load foss/2019a module load Python/3.7.2 module load h5py/2.9.0

and similar for intel/2019a. Please let me know if you need anything more.

Best wishes Joachim

So now I load the following modules:

ml load  icc/2018.3.222-GCC-7.3.0-2.30  impi/2018.3.222
ml load Boost/1.68.0-Python-3.7.0
ml load CMake/3.12.1
ml load HDF5/1.10.2
ml load h5py/2.8.0-Python-3.7.0

(Would like to move to intel2019 but but they have not yet matching Boost it seems, I have asked now.)

Edited by Ghost User