pymtt
 All Classes Namespaces Files Functions Variables Groups
Namespaces | Variables
test.ini File Reference

Go to the source code of this file.

Namespaces

 test
 

Variables

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