From d5cfd70338ef47c3bb5229ae3b4753d4e5643185 Mon Sep 17 00:00:00 2001 From: Emanuele De Rubeis Date: Mon, 16 Oct 2023 09:04:18 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1200e2c..4213436 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If your machine is not on the list, you can define `SYSTYPE=local` or modify it When you use GPU offloading with OpenMP, please **do not compile the CPU part with NVC**. This can be easily fixed by setting the environment variable: ``` -> export OMPI_CC = gcc +> export OMPI_CC=gcc ``` In the case in which the default compiler is NVC. The Makefile is suited to understand -- GitLab