From f850ab6d36720ac4211b063bd2fce51c651a73aa Mon Sep 17 00:00:00 2001 From: mfaria Date: Tue, 15 Oct 2019 17:25:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e584e..b663e3a 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,8 @@ compile with: You can get interesting CUDA metrics with: -```nvproof --print-gpu-trace ./a.out``` \ No newline at end of file +```nvproof --print-gpu-trace ./a.out``` + +The development of the nemo porting to GPU devices is conducted on **CTE-Power** and +related to the repository [NEMO/CTE-Power/GPU]https://earth.bsc.es/gitlab/ces/nemo-compilation-optimization-and-benchmark/tree/nemo_gpu_port. + -- GitLab