Skip to content

Commit

Permalink
Remove omp variable from non openmp kernels (#211)
Browse files Browse the repository at this point in the history
* Remove openmp reference non openmp kernel
  • Loading branch information
mcbarton authored Jan 11, 2025
1 parent c805027 commit ddeb5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion share/jupyter/kernels/xcpp17/kernel.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{connection_file}",
"-resource-dir", "@XEUS_CPP_RESOURCE_DIR@",
"-I", "@XEUS_CPP_INCLUDE_DIR@",
"-std=c++17"@XEUS_CPP_OMP@
"-std=c++17"
],
"language": "cpp",
"metadata": {"debugger": false
Expand Down
2 changes: 1 addition & 1 deletion share/jupyter/kernels/xcpp20/kernel.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{connection_file}",
"-resource-dir", "@XEUS_CPP_RESOURCE_DIR@",
"-I", "@XEUS_CPP_INCLUDE_DIR@",
"-std=c++20"@XEUS_CPP_OMP@
"-std=c++20"
],
"language": "cpp",
"metadata": {"debugger": false
Expand Down

0 comments on commit ddeb5ca

Please sign in to comment.