Ignore:
Timestamp:
06/10/20 00:44:24 (4 years ago)
Author:
yushan
Message:

trunk : correct an error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/TEST_SUITE/step1.py

    r1888 r1889  
    7777        fh.write("#MSUB -Q test\n") 
    7878        fh.write("#MSUB -m work,scratch\n") 
    79         fh.write("export location=/ccc/cont003/home/gencmip6/wangyush/XIOS/trunk/xios_test_suite/RUN_TEST_SUITE\n") 
    80         fh.write("export log_location=/ccc/cont003/home/gencmip6/wangyush/XIOS/trunk/xios_test_suite/RUN_TEST_SUITE\n") 
     79        fh.write("export location="+os.getcwd()+"\n") 
     80        fh.write("export log_location="+os.getcwd()+"\n") 
    8181        fh.write("source ../BUILD/build_"+arch+"_"+mode+"/arch.env\n") 
    8282        fh.write("echo \"parallel launch arch="+arch+" mode="+mode+"\" >> ${log_location}/Log.txt\n") 
Note: See TracChangeset for help on using the changeset viewer.