New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1016 (Minor bug in XMLIO_SERVER/src/IOSERVER/mod_mpi_buffer_client.F90 (ifort)) – NEMO

Opened 11 years ago

Closed 11 years ago

#1016 closed Bug (fixed)

Minor bug in XMLIO_SERVER/src/IOSERVER/mod_mpi_buffer_client.F90 (ifort)

Reported by: adani Owned by: vichi
Priority: low Milestone:
Component: OCE Version: v3.4
Severity: Keywords:
Cc:

Description

In rev3555 inorder to compile with ifort forth row changed
from
USE mpi,ONLY : status_size=>MPI_STATUS_SIZE.
to
USE mpi_mod,ONLY : status_size=>MPI_STATUS_SIZE.

Commit History (1)

ChangesetAuthorTimeChangeLog
3678vichi2012-11-27T14:55:48+01:00

Corrected bug in ticket #1016

Change History (2)

comment:1 Changed 11 years ago by clevy

  • Owner changed from NEMO team to vichi

comment:2 Changed 11 years ago by vichi

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in Revision 3678

Note: See TracTickets for help on using tickets.