Ignore:
Timestamp:
01/20/14 15:01:03 (10 years ago)
Author:
ymipsl
Message:

New function available form fortran interface : LOGICAL xios_context_is_initialized("context_id")
Return .true. if the context "context_id" has been initialized before.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.hpp

    r459 r461  
    103103         void initServer(MPI_Comm intraComm, MPI_Comm interComm) ; 
    104104         void initClient(MPI_Comm intraComm, MPI_Comm interComm) ; 
     105         bool isInitialized(void) ; 
    105106         CContextServer* server ; 
    106107         CContextClient* client ; 
Note: See TracChangeset for help on using the changeset viewer.