Ignore:
Timestamp:
Jan 25, 2013, 9:26:03 AM (12 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

Location:
LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/leapfrog_p.F

    r1451 r1717  
    7575
    7676      real zqmin,zqmax
    77       INTEGER nbetatmoy, nbetatdem,nbetat
     77!      INTEGER nbetatmoy, nbetatdem,nbetat
    7878
    7979c   variables dynamiques
     
    13481348c$OMP BARRIER
    13491349c$OMP MASTER
    1350               nbetat = nbetatdem
     1350!              nbetat = nbetatdem
    13511351              CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi)
    13521352       
     
    15101510c$OMP BARRIER
    15111511c$OMP MASTER
    1512                 nbetat = nbetatdem
     1512!                nbetat = nbetatdem
    15131513                CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi)
    15141514
  • 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.