Changeset 22544


Ignore:
Timestamp:
03/16/18 11:45:47 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/transient_core.cpp

    r22541 r22544  
    7474
    7575        if(isoceancoupling){
    76                 printf("startin ocean coupling \n");
     76                _printf_("startin ocean coupling \n");
    7777                int my_rank;
    7878                int oceannxsize,oceannysize;
     
    9191                tomitgcmcomm=parcom->GetParameterValue();
    9292                if(my_rank==0){
    93                         printf("starting ocean coupling rank 0 \n");
    94                         printf("coupling time: "<< coupling_time <<"\n");
     93                        _printf_("starting ocean coupling rank 0 \n");
     94                        _printf_("coupling time: "<< coupling_time <<"\n");
    9595                        ISSM_MPI_Send(&coupling_time,1,ISSM_MPI_DOUBLE,0,10001000,tomitgcmcomm);
    9696                        ISSM_MPI_Send(&time,1,ISSM_MPI_DOUBLE,0,10001001,tomitgcmcomm);
     
    9898                        ISSM_MPI_Recv(&oceannxsize,1,ISSM_MPI_INT,0,10001003,tomitgcmcomm,&status);
    9999                        ISSM_MPI_Recv(&oceannysize,1,ISSM_MPI_INT,0,10001004,tomitgcmcomm,&status);
    100                         printf("ocean time: "<< oceantime<<"\n");
     100                        _printf_("ocean time: "<< oceantime<<"\n");
    101101                        printf("nx size: %i \n",oceannxsize);
    102102                        printf("ny size: %i \n",oceannysize);
Note: See TracChangeset for help on using the changeset viewer.