Skip to content

Supporting Freia: support properly or just document workaround? #1252

@jonmaddock

Description

@jonmaddock

Thanks to @apetrov and @ydieudon, if we do want to support Freia in future, this is what is needed to get it to run:

module unload python
module load python/3.7

python3 -m venv env
source env/bin/activate

module unload cmake
module unload gfortran
module unload gcc/7.5.0
module unload git
module unload ifort

module load gcc/7.3.0
module load git/2.26.1

pip install cmake
pip install numpy

git clone git@git.ccfe.ac.uk:process/process.git

cd process

cmake -S . -B build
cmake --build build

Metadata

Metadata

Assignees

Labels

DocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions