Skip to content

Instantly share code, notes, and snippets.

@amithkk
Last active November 17, 2019 11:38
Show Gist options
  • Save amithkk/db862102333606e5d8bf88b5be347575 to your computer and use it in GitHub Desktop.
Save amithkk/db862102333606e5d8bf88b5be347575 to your computer and use it in GitHub Desktop.
MPICC
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/x86_64-linux-gnu/openmpi/include"
],
"defines": [],
"compilerPath": "/usr/bin/mpicc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment