Changes between Version 14 and Version 15 of Doc/ComputingCenters/TGCC/IreneRedHat8


Ignore:
Timestamp:
03/27/23 16:26:10 (15 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC/IreneRedHat8

    v14 v15  
    4545 
    4646== INCA ==  
    47 If you are working with a version older than rev 1050, you need to modify lunout parameter to use standard output file. For this in INCA/src/INCA_MOD/print_inca.F90 remove lines from   
     47If you are working with a version older than rev 1050, you need to modify lunout parameter to use standard output file. For this in INCA/src/INCA_MOD/print_inca.F90 remove all lines from   
    4848{{{ 
    49 namefile='inca.out' 
     49   IF (is_ok_mpi) THEN 
     50       WRITE(num_mpi,'(I4.4)') mpi_rank 
     51    ENDIF 
     52 
    5053 
    5154(...)