You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenMP bugfix package
* Including additional variables in PRIVATE OMP declaration in attempt to fix OMP b4b irreproducibility issue (Jim Abeles)
* Adding changes to several modules with OpenMP loops to declare properly PRIVATE variables and avoid suprious assignment of values that lead to b4b reproducibility issues. Expanded matrix_ncep to run hybrid MPI/OMP cases
* Modified w3adc.f to enable processing of multiple switches on a single line (to be continue as per #167 )
Co-authored-by: @JamesAbeles-NOAA and Chris Bunney <[email protected]> and @CarstenHansen
A recent PR (#160 ) added a multi-switch capability to w3adc.
It has been suggested that the number of switches per line be limited to 4 and the maximum input line length be increased to 172 characters.
The
all_switches
script also needs to be updated to handle multiple switches in the code.Finally, the relavent section of the manual should be updated too.
The text was updated successfully, but these errors were encountered: