[MTT] cpu_per_node=2 hostlist = &create_hostlist("dellix7", @cpu_per_node@) description = @hostlist@ logfile = &scratch_root()/mtt_output.log submit_group_results=1 drain_timeout=5 min_disk_free=0 ompi_ver=1.3.3 web_url=http://hpc_head.voltaire.com web_root=&preg_replace(&getenv("HOME"),"~" . &getenv("USER"), &scratch_root()) scratch_url=@web_url@/@web_root@ session_id=&basename(&scratch_root()) [MPI Details: Open MPI] exec = &test_prefix_pretty()/bin/mpirun @hosts@ -np &test_np() @mca@ &test_executable_abspath() &test_argv() hosts = &if(&have_hostfile(), "--hostfile " . &hostfile(),&if(&have_hostlist(), "--host " . &hostlist(), "")) btl_openib = -mca btl openib,sm,self btl_eth1g = -mca btl tcp,sm,self mca = &enumerate(\ "@btl_openib@",\ "@btl_eth1g@",\ ) #====================================================================== # Open MPI Vanilla #====================================================================== [MPI get: Open MPI] mpi_details = Open MPI module = AlreadyInstalled alreadyinstalled_dir = /opt/openmpi/&get_ini_val("MTT","ompi_ver") alreadyinstalled_mpi_type = OMPI [MPI install: openmpi] mpi_get = Open MPI module = Analyze::OMPI description = Voltaire already installed MPI #====================================================================== # Test get phase #====================================================================== [Test get: osu] module = Download download_url = http://mvapich.cse.ohio-state.edu/benchmarks/OMB-3.1.1.tgz [no Test get: imb] module = Download download_url = http://software.intel.com/file/18632 tarball_name = IMB_3.2.tgz.tgz [no Test get: trivial] module = Trivial #====================================================================== # Test build phase #====================================================================== [Test build: osu] test_get = osu save_stdout_on_success = 1 merge_stdout_stderr = 1 stderr_save_lines = 100 module = Shell shell_build_command = <