diff --git a/Instructions.md b/Instructions.md new file mode 100644 index 0000000000000000000000000000000000000000..0a82e36911ff131753ce1c521fff686834a5de96 --- /dev/null +++ b/Instructions.md @@ -0,0 +1,15 @@ +The development of the nemo porting to GPU devices is conducted on **CTE-Power** and +related to the repostiory [CTE-Power/GPU]https://earth.bsc.es/gitlab/ces/nemo-compilation-optimization-and-benchmark/tree/nemo_gpu_port. + +In this repository you can find a nemo version modified to run on a **Power9 machine**. Thes is also a script to install nemo and dependecies. +To add custom source code on nemo configuration tools you must use the **FCM 1 build system**. We recommend to build nemo4 **dry** (-j 0): + + +``` +./nemo_install.sh +cd nemo4.0 +./makenemo -m IBM_PW9 -r ORCA2_ICE_PISCES -n ORCA2_ICE_PISCES.P9 -j 0 +``` + + +