Opened 16 years ago
Closed 16 years ago
#280 closed bug (Fixed)
Corrected parallel bug in white_noise.F
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description
There is a parallel bug in white_noise.F due to the size of local array random. Its dimension needs to be larger by 2 so the minimum and maximum values are broadcasted to all nodes during the calls to mp_scatter2d and mp_scatter3d.
Many thanks to Gordon Zhang for reporting this problem.
Note:
See TracTickets
for help on using tickets.