Opened 18 years ago
Closed 18 years ago
#73 closed defect (Fixed)
wpoint problem
Reported by: | mathieu | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description
I experienced a compiling problem with wpoints.F the error occurs with mp_gather.
The error is the following:
- the function mp_gather has input variables
Amask(LBi:UBi,LBj:UBj) A(LBi:UBi,LBj:UBj,LBk:UBk)
i.e. 2 and 3 dimensional arrays.
- The call in wpoints is with
rmask(LBi,LBj), rmask(LBi,LBj)
i.e., scalars.
If compiler options are of importance, it is
ifort -c -ip -O2 wpoints.f90
Note:
See TracTickets
for help on using tickets.
Okey. This one is easy. We just need to remove (LBi,LBj) from the all masking arrays arguments in the call to routine mp_gather in wpoints.F.