Changeset 329


Ignore:
Timestamp:
03/07/12 17:32:08 (12 years ago)
Author:
ymipsl
Message:

Port to IBM POWER 6 Vargas from IDRIS

YM

Location:
XIOS/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/bld.cfg

    r327 r329  
    3737bld::tool::fpp       cpp 
    3838bld::tool::cpp       cpp 
    39 bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
    40 bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
     39bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     40bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    4141bld::tool::ld        %LINKER 
    4242bld::tool::ldflags   %LD_FLAGS  
    43 bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
    44 bld::tool::fflags    %FFLAGS %FBASE_INC -I/usr/include 
     43bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     44bld::tool::fflags    %FFLAGS %FBASE_INC  
    4545bld::tool::cppkeys   %CPP_KEY 
    4646bld::tool::fppkeys   %CPP_KEY 
     47bld::tool::make   gmake 
    4748 
    4849# Pre-process code before analysing dependencies 
  • XIOS/trunk/src/interface/fortran/gridgroup_interface.f90

    r325 r329  
    44   INTERFACE ! Ne pas appeler directement/Interface FORTRAN 2003 <-> C99 
    55      
    6       SUBROUTINE cxios_domaingroup_handle_create(ret, idt, idt_size) BIND(C) 
     6      SUBROUTINE cxios_gridgroup_handle_create(ret, idt, idt_size) BIND(C) 
    77         USE ISO_C_BINDING 
    88         INTEGER  (kind = C_INTPTR_T)               :: ret 
    99         CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: idt 
    1010         INTEGER  (kind = C_INT)     , VALUE        :: idt_size 
    11       END SUBROUTINE cxios_domaingroup_handle_create 
     11      END SUBROUTINE cxios_gridgroup_handle_create 
    1212 
    1313      SUBROUTINE cxios_gridgroup_valid_id(ret, idt, idt_size) BIND(C) 
Note: See TracChangeset for help on using the changeset viewer.