WarpX
Functions | Variables
cori Namespace Reference

Functions

def executable_name (compiler, architecture)
 
def get_config_command (compiler, architecture)
 
def process_analysis (automated, cwd, compiler, architecture, n_node_list, start_date, path_source, path_results)
 
def time_min (nb_simulations)
 
def get_submit_job_command ()
 
def get_batch_string (test_list, job_time_min, Cname, n_node)
 
def get_run_string (current_test, architecture, n_node, count, bin_name, runtime_param_string)
 
def get_test_list (n_repeat)
 

Variables

dictionary module_name = {'cpu': 'haswell.', 'knl': 'mic-knl.', 'gpu':'.'}
 

Function Documentation

◆ executable_name()

def cori.executable_name (   compiler,
  architecture 
)

◆ get_batch_string()

def cori.get_batch_string (   test_list,
  job_time_min,
  Cname,
  n_node 
)

◆ get_config_command()

def cori.get_config_command (   compiler,
  architecture 
)

◆ get_run_string()

def cori.get_run_string (   current_test,
  architecture,
  n_node,
  count,
  bin_name,
  runtime_param_string 
)

◆ get_submit_job_command()

def cori.get_submit_job_command ( )

◆ get_test_list()

def cori.get_test_list (   n_repeat)

◆ process_analysis()

def cori.process_analysis (   automated,
  cwd,
  compiler,
  architecture,
  n_node_list,
  start_date,
  path_source,
  path_results 
)

◆ time_min()

def cori.time_min (   nb_simulations)

Variable Documentation

◆ module_name

dictionary cori.module_name = {'cpu': 'haswell.', 'knl': 'mic-knl.', 'gpu':'.'}