Opened 3 years ago
#161 new defect
Type mismatch in src/test/generic_testcase.f90
Reported by: | omamce | Owned by: | ymipsl |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 2.5 | Keywords: | |
Cc: |
Description
Line 8 : ierr is declared as an INTEGER
Line 71 : CALL MPI_COMM_RANK(MPI_COMM_WORLD,rank,ierr)
Line 192 : ierr is declared as a LOGICAL
Line 205 : CALL MPI_COMM_RANK(comm,rank,ierr)
The two different types in two calls of the same routine make gcc10 to stop with an error.
Seen in trunk , rev 1928
Note: See
TracTickets for help on using
tickets.