#26 closed bug (Fixed)
ROMS fails to initialize in parallel with point sources/sink
Reported by: | elhunter | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description
I ran the LATTE model for several cases with ROMS 3.0 changeset 56. Compiled on moby using pgf90. If I set tiles to 2x2 (or 1x4) the program freezes on initialization(at runtime). This does not happen with a 1x1 tile or if I compile in serial. Also, the upwelling case compiles and initializes fine at runtime.
Once UV_SOURCE and TS_SOURCE are undefined there is no apparent problem running in parallel.
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Summary: | ROMS fails to initialize in parallel with UV_SOURCE and TS_SOURCE are set/ → ROMS fails to initialize in parallel with point sources/sink |
---|
Note:
See TracTickets
for help on using tickets.
Yes, forgot to load the correct mod_sources.F. Good catch.