Explorar o código

Update openmpi.md

Håvard O. Nordstrand %!s(int64=4) %!d(string=hai) anos
pai
achega
da44ebeb6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      se/frameworks/openmpi.md

+ 1 - 1
se/frameworks/openmpi.md

@@ -25,7 +25,7 @@ A Message Passing Interface (MPI) implementation for C, Fortran, Java, etc.
 
 - Compile and link with `mpicc` (C) or `mpic++` (C++), which will include OpenMPI options and libs.
 - (Optional) Setup IDE to include MPI libs:
-    - VS Code: Set `{"C_Cpp.default.includePath": ["${myDefaultIncludePath}","/usr/lib/x86_64-linux-gnu/openmpi/include/"]}` in your project settings (`.vscode/settings.json`).
+    - VS Code: Set `{"C_Cpp.default.includePath": ["${myDefaultIncludePath}","/usr/lib/x86_64-linux-gnu/openmpi/include/"]}` in your project settings (`.vscode/settings.json` or `~/.config/Code/User/settings.json`).
 
 ## Run