Ignore:
Timestamp:
Aug 1, 2024, 8:55:04 PM (7 weeks ago)
Author:
abarral
Message:

Fix cosp compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/mod_const_mpi.F90

    r5117 r5157  
    6868      CALL MPI_INIT_THREAD(thread_required,thread_provided,ierr)
    6969      IF (thread_provided < thread_required) THEN
    70         PRINT *,'Warning : The multithreaded level of MPI librairy do not provide the requiered level',  &
     70        PRINT *,'Warning : The multithreaded level of MPI librairy do not provide the required level',  &
    7171                ' in mod_const_mpi::Init_const_mpi'
    7272      ENDIF
     
    7777!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    7878      IF (using_xios) THEN
    79         WRITE(*,*)'IN Init_mpi CALL wxios_init'
     79        WRITE(*,*)'IN Init_mpi call wxios_init'
    8080        CALL wxios_init("LMDZ", outcom=COMM_LMDZ)
    8181      ENDIF
Note: See TracChangeset for help on using the changeset viewer.