소스 검색

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