Skip to content

Instantly share code, notes, and snippets.

@yibojiang
Created January 1, 2017 18:20
Show Gist options
  • Save yibojiang/52933cbf6c4b0cd806baf8a17556a6fc to your computer and use it in GitHub Desktop.
Save yibojiang/52933cbf6c4b0cd806baf8a17556a6fc to your computer and use it in GitHub Desktop.
{
"shell_cmd": "clang-omp++ \"${file}\" -o \"${file_path}/${file_base_name}\"",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++",
"variants":
[
{
"name": "Run",
"shell_cmd": "clang-omp++ \"${file}\" -fopenmp -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment