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.
Changeset 3498 – NEMO

Changeset 3498


Ignore:
Timestamp:
2012-10-15T02:12:32+02:00 (12 years ago)
Author:
rblod
Message:

branch dev_r3406_LOCEAN4_XIOS_r35474: suppress XIOS from EXTERNAL to use it as an external library

Location:
branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/ARCH/CNRS/arch-ALTIX_JADE.fcm

    r3459 r3498  
    2828%USER_INC            %NCDF_INC 
    2929%USER_LIB            %NCDF_LIB 
    30  
    31 # Flags only needed for IOSERVER 
    32 %CC      icc 
    33 %XIO_CFLAGS    -ansi -O3 -DNONE -DXIOS_LIBRARY -diag-disable 1125 -diag-disable 279 -D BOOST_DISABLE_ASSERTS -DMPI_NO_CPPBIND 
    34 %XIO_FFLAGS    -O3 -DXIOS_LIBRARY 
    35 %XIO_LD         ifort 
    36 %XIO_LDFLAGS        -lstdc++ -lifcore -lintlc -lmpi     
    37 %XIO_INC        
    38  
    39 %XIO_CINC     -I/opt/software/SGI/hdf5/1.8.6/include  -I/opt/software/SGI/netcdf/4.1.3/include 
    40 %XIO_FINC 
    41 %XIO_LDINC     -L/opt/software/SGI/netcdf/4.1.3/lib -L/opt/software/SGI/hdf5/1.8.6/lib   -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz  
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/ARCH/CNRS/arch-X64_CURIE.fcm

    r3460 r3498  
    3030%USER_INC            %NCDF_INC  
    3131%USER_LIB            %NCDF_LIB  
    32  
    33 # Flags only needed for IOSERVER 
    34 %CC      mpicc 
    35 %XIO_CFLAGS    -ansi -O3 -DNONE -DXIOS_LIBRARY -diag-disable 1125 -diag-disable 279 -D BOOST_DISABLE_ASSERTS 
    36 %XIO_FFLAGS    -O3 -DXIOS_LIBRARY  
    37 %XIO_LD         mpif90  -nofor-main 
    38 %XIO_LDFLAGS        -lstdc++ 
    39 %XIO_INC       -D __NONE__ 
    40  
    41 %XIO_CINC     -I/usr/local/hdf5-1.8.8/include  -I/usr/local/netcdf-4.2_hdf5/include 
    42 %XIO_FINC 
    43 %XIO_LDINC     -L/usr/local/netcdf-4.2_hdf5/lib -L/usr/local/hdf5-1.8.8/lib   -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++   
Note: See TracChangeset for help on using the changeset viewer.