Changeset 1894


Ignore:
Timestamp:
06/11/20 17:36:58 (4 years ago)
Author:
yushan
Message:

trunk : update on JeanZay?

Location:
XIOS/trunk/xios_test_suite/TEST_SUITE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/TEST_SUITE/my_prod.sh

    r1893 r1894  
    5050 
    5151 
    52 #python3 step2.py 
     52python3 step2.py 
  • XIOS/trunk/xios_test_suite/TEST_SUITE/run_test_jeanzay

    r1893 r1894  
    11#!/bin/bash 
    22module load subversion 
    3 module load python/3.7.3 
     3module load python/3.7.5 
    44 
    55export arch=X64_JEANZAY 
  • XIOS/trunk/xios_test_suite/TEST_SUITE/step1.py

    r1893 r1894  
    1313arch=os.getenv("arch") 
    1414machine=os.getenv("xios_machine_name") 
    15 my_counter=1 
    16 portion=0 
    1715 
    1816nb_proc_irene=20 # this must be >= NumberClients+NumberServers for all configs for all test folders 
     
    8684        with open("full_job_"+arch+"_"+mode+".sh", "a") as fh: 
    8785            fh.write("\ncd ${location}/"+location+"; srun --exclusive -n "+str(n)+" generic_testcase.exe > output.out 2> error.out &\n") 
    88             #fh.write("echo \"test progress "+str(my_counter*portion)+"% \"\n") 
    89             #my_counter = my_counter+1 
    9086 
    9187def main(): 
    92     global portion 
    93     tmp_list=glob.glob("test_*/CONFIG_*") 
    94     nb_configs = len(tmp_list) 
    95     portion = 100.0/nb_configs 
    9688 
    9789    if machine=="irene": 
Note: See TracChangeset for help on using the changeset viewer.