Skip to content

Commit

Permalink
Disabled OpenMP reduction.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Dec 10, 2024
1 parent f1c9cdd commit 5082bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mptrac.c
Original file line number Diff line number Diff line change
Expand Up @@ -10525,7 +10525,7 @@ void write_sample(
int np = 0;

/* Loop over air parcels... */
#pragma omp parallel for default(shared) reduction(+:mass,np)
//#pragma omp parallel for default(shared) reduction(+:mass,np)
for (int ip = 0; ip < atm->np; ip++) {

/* Check time... */
Expand Down

0 comments on commit 5082bfe

Please sign in to comment.