File: portrun

package info (click to toggle)
mpich 1.1.0-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 22,116 kB
  • ctags: 27,349
  • sloc: ansic: 193,435; sh: 11,172; fortran: 6,545; makefile: 5,801; cpp: 5,020; tcl: 3,548; asm: 3,536; csh: 1,079; java: 614; perl: 183; awk: 168; sed: 70; f90: 62
file content (20 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
#
# This script is a sample for running doc/port
#
configure "$@" >config.log 2>&1
doc/port -noperf -config=config.log
#
# Test that mpirun etc works
(cd examples/basic ; make cpi ; mpirun -np 2 cpi ; \
if [ $? != 0 ] ; then echo "Error from mpirun" ; exit 1; fi )
#
# At this point, you can pass special args to the test with
# TESTARGS="..."
# For example, 
# TESTARGS="-margs=\"-arch sun4\""
(cd examples/test ; make testing_save >test.log 2>&1 )
doc/porttest -testsdone
doc/portperf
doc/docgather