#====================================================================== # Overall configuration #====================================================================== [MTT] #identifier to say this is part of the collective performance #measurements description = [2007 collective performance bakeoff] hostfile = hostlist = max_np = textwrap = 76 drain_timeout = 5 trial = 1 #---------------------------------------------------------------------- #====================================================================== # MPI get phase #====================================================================== [MPI get: ompi-nightly-trunk] mpi_details = Open MPI module = OMPI_Snapshot ompi_snapshot_url = http://www.open-mpi.org/nightly/trunk #---------------------------------------------------------------------- #====================================================================== # Install MPI phase #====================================================================== [MPI install: odin 32 bit gcc] mpi_get = ompi-nightly-trunk save_stdout_on_success = 1 merge_stdout_stderr = 1 ompi_vpath_mode = none ompi_make_all_arguments = -j 8 ompi_make_check = 1 ompi_compiler_name = gnu ompi_compiler_version = &shell("gcc --version | head -n 1 | awk '{ print \$3 }'") ompi_configure_arguments = < # OMPI Core: Change this to be some short string identifying your # cluster. mttdatabase_platform = IU_Odin #---------------------------------------------------------------------- # This is a backup for while debugging MTT; it also writes results to # a local text file [Reporter: text file backup] module = ParsableTextfile parsabletextfile_filename = mtt-debug-report-1-$phase-$section-$mpi_name-$mpi_version.txt parsabletextfile_separator = >>>>----------------------------------------------------------<<<< #----------------------------------------------------------------------