Changeset 2591 for XIOS3/trunk/src/test


Ignore:
Timestamp:
10/10/23 11:19:32 (9 months ago)
Author:
jderouillat
Message:

Free additional communicators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/test/generic_testcase.f90

    r2541 r2591  
    780780    CALL wait_us(int(10*1.e6))   ! micro-secondes 
    781781    CALL xios_context_finalize() 
    782     CALL MPI_COMM_FREE(comm, ierr) 
     782    ! comm is allocated by XIOS, it will be released by XIOS (garbage collector) 
     783    !CALL MPI_COMM_FREE(comm, ierr) 
    783784     
    784785  END SUBROUTINE model 
Note: See TracChangeset for help on using the changeset viewer.