Blame MpiApps/apps/pgfile.sample

Packit 857059
# BEGIN_ICS_COPYRIGHT8 ****************************************
Packit 857059
# 
Packit 857059
# Copyright (c) 2015, Intel Corporation
Packit 857059
# 
Packit 857059
# Redistribution and use in source and binary forms, with or without
Packit 857059
# modification, are permitted provided that the following conditions are met:
Packit 857059
# 
Packit 857059
#     * Redistributions of source code must retain the above copyright notice,
Packit 857059
#       this list of conditions and the following disclaimer.
Packit 857059
#     * Redistributions in binary form must reproduce the above copyright
Packit 857059
#       notice, this list of conditions and the following disclaimer in the
Packit 857059
#       documentation and/or other materials provided with the distribution.
Packit 857059
#     * Neither the name of Intel Corporation nor the names of its contributors
Packit 857059
#       may be used to endorse or promote products derived from this software
Packit 857059
#       without specific prior written permission.
Packit 857059
# 
Packit 857059
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Packit 857059
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit 857059
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Packit 857059
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
Packit 857059
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit 857059
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Packit 857059
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Packit 857059
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Packit 857059
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit 857059
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 857059
# 
Packit 857059
# END_ICS_COPYRIGHT8   ****************************************
Packit 857059
Packit 857059
#[ICS VERSION STRING: unknown]
Packit 857059
#
Packit 857059
# Sample MPI pgfile
Packit 857059
# [ICS VERSION STRING: unknown]
Packit 857059
#
Packit 857059
# File format: blank lines and lines beginning with a # character
Packit 857059
# are ignored. Other lines are assumed to have the form
Packit 857059
#
Packit 857059
# hostname command arg1 arg2 arg3....argN
Packit 857059
#
Packit 857059
# NOTE THAT THE PGFILE OVERRIDES ANY -NP PARAMETER
Packit 857059
# Every node in the pgfile will be included in the test.
Packit 857059
# 
Packit 857059
Packit 857059
#
Packit 857059
# Simple example using the bandwith benchmark:
Packit 857059
#
Packit 857059
# host1_ib /usr/src/opa/mpi_apps/bandwidth/bw 16384 65536
Packit 857059
# host2_ib /usr/src/opa/mpi_apps/bandwidth/bw 16384 65536
Packit 857059
Packit 857059
#
Packit 857059
# To use multiple cpus on a single node, specify the single node 
Packit 857059
# more than once:
Packit 857059
#
Packit 857059
# host1_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host1_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host1_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host1_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host2_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host2_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host2_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
# host2_ib /usr/src/opa/mpi_apps/PMB2.2.1/SRC_PMB/PMB-MPI1
Packit 857059
#
Packit 857059
Packit 857059
#
Packit 857059
#
Packit 857059
# There is no requirement to run the same application on all nodes,
Packit 857059
# or for all nodes to accept the same arguments. For example:
Packit 857059
# 
Packit 857059
# host1_ib /home/jsmith/mpi/xxx1
Packit 857059
# host1_ib /home/jsmith/mpi/xxx2 a b c
Packit 857059
# host2_ib /home/jsmith/mpi/xxx2 d e f
Packit 857059
# host3_ib /home/jsmith/mpi/xxx2 g h i 
Packit 857059
# host4_ib /home/jsmith/mpi/xxx2 x y z
Packit 857059
#
Packit 857059