# # Copyright (c) 2015 Mellanox, Inc. All rights reserved. # # Sample usage: # mtt -f ./mtt_ucx_oshmem.ini -v -s ./scratch01 # #---------------------------------------------------------------------- [MTT] submit_group_results=1 logfile = &scratch_root()/mtt_output.log email = $USER@localhost drain_timeout=5 min_disk_free=0 terminate_files = &scratch_root()/mtt-stop mode=fast pkg=scm wrapper=oshrun #wrapper=srun ofed_shmem_home=&shell("rpm -q openmpi --queryformat=\'%{prefixes}\' 2>/dev/null") ofed_shmem_home_version=&shell("@ofed_shmem_home@/bin/ompi_info -V | awk '/Open MPI/ {print $3}'") mca_global_params= ompi_scm_url=https://github.com/openucx/ompi-mirror/ test_branch=topic/ucx ucx_url=https://github.com/uccs/ucx.git ucx_branch=master ucx_src_dir=&scratch_root()/ucx_src ucx_gtest_dir=@ucx_src_dir@/test/gtest ucx_dir=&get_ini_val(mtt, ucx_src_dir)/install ucx_lib_dir=&get_ini_val('mtt','ucx_dir')/lib/ ucx_configure=configure-devel ucx_ports=mlx5_0:1 docommand_timeout_notify_email=@email@ #docommand_timeout_notify_timeout=2:00:00 #docommand_timeout_notify_file=&scratch_root()/mtt-wait docommand_timeout_backtrace_program=gstack #docommand_timeout_pernode_before_each_backtrace_program=< &scratch_root()/mtt-stop fi EOT before_mtt_start_exec=<
  • slurm jobid is &getenv('SLURM_JOBID')
  • EOF