浏览代码

Update openmpi.md

Håvard O. Nordstrand 4 年之前
父节点
当前提交
da44ebeb6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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