Ignore:
Timestamp:
Jan 25, 2013, 9:26:03 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Added "arch" files for Ada (using dynamic libraries for NetCDF, you must have
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/smplocal/pub/NetCDF/4.1.3/lib:/smplocal/pub/HDF5/1.8.9/seq/lib
in your .bashrc or .bash_login or in your job to run).
Also updated some sources so that gcm bench runs in "debug" mode (note that all these changes are minor and have already been implemented in LMDZ5 trunk).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/parallel.F90

    r1476 r1717  
    476476          enddo
    477477         
    478         endif
     478        else
     479          ! Ehouarn: When in debug mode, ifort complains (for call MPI_GATHERV
     480          !          below) about Buffer_Recv() being not allocated.
     481          !          So make a dummy allocation.
     482          allocate(Buffer_Recv(1))
     483        endif ! of if (MPI_Rank==rank)
    479484 
    480485!$OMP CRITICAL (MPI)
Note: See TracChangeset for help on using the changeset viewer.