Explorar el Código

Update openmpi.md

Håvard O. Nordstrand hace 4 años
padre
commit
da44ebeb6b
Se han modificado 1 ficheros con 1 adiciones y 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