Skip to content

Instantly share code, notes, and snippets.

@amithkk
Created November 17, 2019 11:40
Show Gist options
  • Save amithkk/ff007ee969f1ebd77117f2f81fe1a1d8 to your computer and use it in GitHub Desktop.
Save amithkk/ff007ee969f1ebd77117f2f81fe1a1d8 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "(mpirun) Launch",
"type": "cppdbg",
"request": "launch",
"program": "/usr/bin/mpirun",
"args": ["-np", "4", "${fileDirname}/${fileBasenameNoExtension}.out"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment