Skip to content

Commit

Permalink
Drop OpenMP async wait
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Aug 17, 2022
1 parent 553bdf0 commit 22361bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codegen/codegen_acc_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ void CodegenAccVisitor::print_device_atomic_capture_annotation() const {
void CodegenAccVisitor::print_device_stream_wait() const {
printer->start_block("if(nt->compute_gpu)");
printer->add_line("nrn_pragma_acc(wait(nt->stream_id))");
printer->add_line("nrn_pragma_omp(taskwait)");
printer->end_block(1);
}

Expand Down

0 comments on commit 22361bd

Please sign in to comment.