Changeset 1795


Ignore:
Timestamp:
12/16/19 19:30:56 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : corrections

Location:
XIOS/dev/dev_trunk_omp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/Compile/config_compile.py

    r1792 r1795  
    4242                        configs_arg[1].append(word) 
    4343                                 
    44     # print(configs_arg) 
    45  
    46     f=open("compile_script.sh", "w") 
    47     for i in range(len(configs_arg[0])): 
    48         for j in range(len(configs_arg[1])): 
    49             build_dir_name = "build_"+configs_arg[0][i]+"_"+configs_arg[1][j] 
    50             f.write("bash -c \"cd .. && ./make_xios --arch "+configs_arg[0][i]+" --"+configs_arg[1][j]+" --omp --job 4 --build_dir "+build_dir_name+" | tail -n 1 >> Compile/"+build_dir_name+"_compile_log.txt\"\n") 
    51     f.close() 
    5244 
    5345 
     
    6860    for i in range(len(configs_arg[0])): 
    6961        for j in range(len(configs_arg[1])): 
    70             build_dir_name = "build_"+revision+"_"+configs_arg[0][i]+"_"+configs_arg[1][j] 
    71             # os.system("rm -f "+build_dir_name+"_compile_log.txt") 
     62            build_dir_name = "build_"+configs_arg[0][i]+"_"+configs_arg[1][j] 
    7263            g=open(build_dir_name+"_compile_log.txt", "w") 
    7364            g.write("arch "+configs_arg[0][i]+"\n") 
  • XIOS/dev/dev_trunk_omp/Compile/job_compile_irene.sh

    r1792 r1795  
    4040 
    4141mkdir -p ../html 
    42 mkdir -p ../html/build_irene 
     42mkdir -p ../html/build_${machine} 
    4343 
    4444mv build_*.txt ../html/build_${machine}/ 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/job_irene.sh

    r1792 r1795  
    2323cd $BRIDGE_MSUB_PWD 
    2424 
     25module load subversion 
    2526export arch=X64_IRENE_intelmpi 
    2627export mode=prod 
     
    147148cd $BRIDGE_MSUB_PWD 
    148149 
     150module load subversion 
    149151export arch=X64_IRENE_intelmpi 
    150152export mode=debug 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/job_jeanzay.sh

    r1792 r1795  
    1919#============================= X64_JEANZAY_prod ============================= 
    2020 
     21module load subversion 
    2122export arch=X64_JEANZAY 
    2223export mode=prod 
     
    130131#============================= X64_JEANZAY_debug ============================= 
    131132 
     133module load subversion 
    132134export arch=X64_JEANZAY 
    133135export mode=debug 
Note: See TracChangeset for help on using the changeset viewer.