From 208f0bfb776c5dfa8695214ffcfcf505aae8a6ca Mon Sep 17 00:00:00 2001 From: mfaria Date: Tue, 8 Oct 2019 11:31:51 +0200 Subject: [PATCH] Add Istructions --- Instructions.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Instructions.md diff --git a/Instructions.md b/Instructions.md new file mode 100644 index 0000000..0a82e36 --- /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 +``` + + + -- GitLab