Skip to content

Commit

Permalink
Per #2168, comment out remaining omp line to prevent runtime errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jun 2, 2023
1 parent c3069ee commit dbe3cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tc_utils/tc_diag/tc_diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ void process_track_points(const TrackInfoArray& tracks) {

// Parallel: Loop over the unique valid times
//#pragma omp for schedule (static)
#pragma omp parallel for
//#pragma omp parallel for
for(i=0; i<valid_ta.n(); i++) {

// Parallel: Loop over the domains to be processed
Expand Down

0 comments on commit dbe3cae

Please sign in to comment.