Ignore:
Timestamp:
10/04/19 17:36:51 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE : check all .nc files by default. Generate Cmake files from python scripts (user_config.py, setup.py). Add scripts for copy to/from compressed reference stored in /gpfswork/rech/psl/rpsl954 (Jean-Zay and Irene).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/config.py

    r1729 r1734  
    3434        nb_proc = NumberClients+NumberServers 
    3535 
    36         # os.rename("iodef.xml", "iodef.xml.bkp") 
    37  
    38         filein = open("iodef.xml.bkp", "r") 
    39         fileout = open("iodef.xml.tmp", "w") 
     36        filein = open("../iodef.xml.template", "r") 
     37        fileout = open("iodef.xml", "w") #this iodef.xml has defined variables, it is not the template 
    4038        for line in filein: 
    4139                if 'xios::nbplSrv2' in line:    line = line.replace("xios::nbplSrv2", repr(NumberPoolsServer2)) 
     
    4846        filein.close() 
    4947        fileout.close() 
    50         os.rename("iodef.xml.tmp", "iodef.xml") 
    5148 
    5249 
Note: See TracChangeset for help on using the changeset viewer.