Opened 7 years ago
Closed 7 years ago
#777 closed upgrade (Done)
Several small improvementsasrc
Reported by: | arango | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
Several changes were made to aid in new underway developments:
- Removed the parameter attribute to the declaration of MyMaster in mod_parallel.F.
- Changed from numerical to a variable argument in several MPI function calls in distribute.F:
Npts=1 CALL mpi_bcast (A, Npts, MPI_INTEGER, MyMaster, OCN_COMM_WORLD, & & MyError) instead of CALL mpi_bcast (A, 1, MPI_INTEGER, MyMaster, OCN_COMM_WORLD, q & & MyError)
- Moved the declaration of Adir, Hdir, Hfile, and Rdir from mod_ncparam.F to mod_strings.F.
- Cleaned the use my_fflags in def_info.F, def_mod.F, and read_phypar.F.
- Updated the scripts build.bash and build.sh.
Note:
See TracTickets
for help on using tickets.