pymtt
 All Classes Namespaces Files Functions Variables Groups
Variables
test Namespace Reference

Variables

int force = 1
 
int trial = 0
 
 scratch = /home/common/mttscratch-rsh
 
int submit_group_results = 1
 
 logfile = /home/common/mtt-logfile-rsh.txt
 
 description = Prototypetestconfigurationfile
 
 name = MyInstallation
 
 module = AlreadyInstalled
 
 hostfile = /home/common/hosts
 
 exec = mpirun
 
tuple pass = &and(&cmd_wifexited(), &eq(&cmd_wexitstatus(), 0))
 
tuple skipped = &and(&test_wifexited(), &eq(&test_wexitstatus(), 77))
 
int save_stdout_on_pass = 1
 
int merge_stdout_stderr = 1
 
int stdout_save_lines = 100
 
int stderr_save_lines = 100
 
int report_after_n_results = 100
 
int np = 16
 
 scm_module = Git
 
 scm_url = /home/common/ompi-tests
 
 scm_subdir = ibm
 
string pre_config_cmd = "./autogen.sh"
 
 test_get = trivial
 
int save_stdout_on_success = 1
 
 target_install = MyInstallation
 
string config_cmd = "./configure CC=mpicc CXX=mpic++ F77=mpif77"
 
string build_cmd = "make -j 10"
 
 mpi_install = MyInstallation
 
 intel_ompi_tests_buildfile = all_tests_no_perf
 
 test_build = Trivial
 
tuple timeout = max(10, np)
 
string find_test_dir = "."
 
string fail_tests = "environment/abort, environment/final"
 
 fail_timeout = max_procs
 
string skip_tests = "environment/init_thread_multiple,communicator/comm_split_f"
 
 include_section = Testrun
 
 specify_module = Simple
 
 mttdatabase_realm = OMPI
 
 mttdatabase_username = intel
 
tuple mttdatabase_password = &stringify(&cat("/home/common/mttpwd.txt"))
 
 mttdatabase_platform = bend-rsh
 
tuple mttdatabase_hostname = &env_hosts()
 
 mttdatabase_url = https://mtt.open-mpi.org/submit/
 
 mttdatabase_debug_filename = mttdb_debug_file
 
int mttdatabase_keep_debug_files = 1
 
int mttdatabase_debug_server = 1
 
 textfile_filename = $phase-$section-$mpi_name-$mpi_version.txt
 
 textfile_summary_footer =
 
 textfile_detail_header =
 
 textfile_detail_footer =
 
int textfile_textwrap = 78
 

Variable Documentation

string test.build_cmd = "make -j 10"

Definition at line 152 of file test.ini.

string test.config_cmd = "./configure CC=mpicc CXX=mpic++ F77=mpif77"

Definition at line 151 of file test.ini.

test.description = Prototypetestconfigurationfile

Definition at line 24 of file test.ini.

test.exec = mpirun

Definition at line 49 of file test.ini.

string test.fail_tests = "environment/abort, environment/final"

Definition at line 233 of file test.ini.

test.fail_timeout = max_procs

Definition at line 234 of file test.ini.

string test.find_test_dir = "."

Definition at line 221 of file test.ini.

int test.force = 1

Definition at line 19 of file test.ini.

test.hostfile = /home/common/hosts

Definition at line 48 of file test.ini.

test.include_section = Testrun

Definition at line 257 of file test.ini.

test.intel_ompi_tests_buildfile = all_tests_no_perf

Definition at line 167 of file test.ini.

test.logfile = /home/common/mtt-logfile-rsh.txt

Definition at line 23 of file test.ini.

int test.merge_stdout_stderr = 1

Definition at line 75 of file test.ini.

test.module = AlreadyInstalled

Definition at line 39 of file test.ini.

test.mpi_install = MyInstallation

Definition at line 164 of file test.ini.

test.mttdatabase_debug_filename = mttdb_debug_file

Definition at line 370 of file test.ini.

int test.mttdatabase_debug_server = 1

Definition at line 372 of file test.ini.

tuple test.mttdatabase_hostname = &env_hosts()

Definition at line 368 of file test.ini.

int test.mttdatabase_keep_debug_files = 1

Definition at line 371 of file test.ini.

tuple test.mttdatabase_password = &stringify(&cat("/home/common/mttpwd.txt"))

Definition at line 366 of file test.ini.

test.mttdatabase_platform = bend-rsh

Definition at line 367 of file test.ini.

test.mttdatabase_realm = OMPI

Definition at line 364 of file test.ini.

test.mttdatabase_url = https://mtt.open-mpi.org/submit/

Definition at line 369 of file test.ini.

test.mttdatabase_username = intel

Definition at line 365 of file test.ini.

test.name = MyInstallation

Definition at line 35 of file test.ini.

tuple test.np = 16

Definition at line 79 of file test.ini.

tuple test.pass = &and(&cmd_wifexited(), &eq(&cmd_wexitstatus(), 0))

Definition at line 71 of file test.ini.

string test.pre_config_cmd = "./autogen.sh"

Definition at line 112 of file test.ini.

int test.report_after_n_results = 100

Definition at line 78 of file test.ini.

int test.save_stdout_on_pass = 1

Definition at line 74 of file test.ini.

int test.save_stdout_on_success = 1

Definition at line 131 of file test.ini.

test.scm_module = Git

Definition at line 89 of file test.ini.

test.scm_subdir = ibm

Definition at line 91 of file test.ini.

test.scm_url = /home/common/ompi-tests

Definition at line 90 of file test.ini.

test.scratch = /home/common/mttscratch-rsh

Definition at line 21 of file test.ini.

string test.skip_tests = "environment/init_thread_multiple,communicator/comm_split_f"

Definition at line 241 of file test.ini.

int test.skipped = &and(&test_wifexited(), &eq(&test_wexitstatus(), 77))

Definition at line 72 of file test.ini.

test.specify_module = Simple

Definition at line 264 of file test.ini.

int test.stderr_save_lines = 100

Definition at line 77 of file test.ini.

int test.stdout_save_lines = 100

Definition at line 76 of file test.ini.

int test.submit_group_results = 1

Definition at line 22 of file test.ini.

test.target_install = MyInstallation

Definition at line 134 of file test.ini.

test.test_build = Trivial

Definition at line 219 of file test.ini.

test.test_get = trivial

Definition at line 130 of file test.ini.

test.textfile_detail_footer =

Definition at line 390 of file test.ini.

test.textfile_detail_header =

Definition at line 389 of file test.ini.

test.textfile_filename = $phase-$section-$mpi_name-$mpi_version.txt

Definition at line 379 of file test.ini.

test.textfile_summary_footer =

Definition at line 388 of file test.ini.

int test.textfile_textwrap = 78

Definition at line 392 of file test.ini.

int test.timeout = max(10, np)

Definition at line 220 of file test.ini.

int test.trial = 0

Definition at line 20 of file test.ini.