#====================================================================== # Generic OMPI core performance testing template configuration #====================================================================== [MTT] # Leave this string so that we can identify this data subset in the # database # OMPI Core: Use a "test" label until we're ready to run real results description = [testbake] #description = [2007 collective performance bakeoff] # OMPI Core: Use the "trial" flag until we're ready to run real results trial = 1 # Put other values here as relevant to your environment. #hostfile = PBS_NODEFILE hostfile = /home/pjesa/mtt/runs/machinefile #---------------------------------------------------------------------- [Lock] # Put values here as relevant to your environment. #====================================================================== # MPI get phase #====================================================================== [MPI get: MPICH-MX] mpi_details = MPICH-MX module = AlreadyInstalled alreadyinstalled_dir = /usr/local/mpich-mx/bin alreadyinstalled_version = 1.2.7 #module = Download #download_url = http://www.myri.com/ftp/pub/MPICH-MX/mpich-mx_1.2.7..5.tar.gz ## You need to obtain the username and password from Myricom #download_username = #download_password = #====================================================================== # Install MPI phase #====================================================================== #---------------------------------------------------------------------- [MPI install: MPICH-MX] mpi_get = mpich-mx module = MPICH2 save_stdout_on_success = 1 merge_stdout_stderr = 0 #====================================================================== # MPI run details #====================================================================== [MPI Details: MPICH-MX] # You may need different hostfiles for running by slot/by node. exec = mpirun --machinefile &hostfile() -np &test_np() &test_executable() &test_argv() network = mx #====================================================================== # Test get phase #====================================================================== [Test get: netpipe] module = Download download_url = http://www.scl.ameslab.gov/netpipe/code/NetPIPE_3.6.2.tar.gz #---------------------------------------------------------------------- [Test get: osu] module = SVN svn_url = https://svn.open-mpi.org/svn/ompi-tests/trunk/osu #---------------------------------------------------------------------- [Test get: imb] module = SVN svn_url = https://svn.open-mpi.org/svn/ompi-tests/trunk/IMB_2.3 #---------------------------------------------------------------------- [Test get: skampi] module = SVN svn_url = https://svn.open-mpi.org/svn/ompi-tests/trunk/skampi-5.0.1 #====================================================================== # Test build phase #====================================================================== [Test build: netpipe] test_get = netpipe save_stdout_on_success = 1 merge_stdout_stderr = 1 stderr_save_lines = 100 module = Shell shell_build_command = <