source: gs2-extensions/parallel-building/trunk/src/src/CASCADE-MAKE.sh@ 25813

Last change on this file since 25813 was 25813, checked in by jmt12, 12 years ago

Adding MPI DSpace media filter to the cascade makey stuff

  • Property svn:executable set to *
File size: 282 bytes
RevLine 
[24589]1#!/bin/bash
2
[25813]3list="MPIIMPORT MPIBUILDCOL TXT2DBL DB2TXTL GDBMCLI MPIDSPACEMEDIAFILTER"
[24589]4
5for d in $list ; do
6 echo " Running CASCADE-MAKE/$d.sh $*"
7
8 ./CASCADE-MAKE/$d.sh $*
9
10 if [ $? != 0 ] ; then
11 echo " Error encountered running CASCADE-MAKE/$d.sh"
12 exit 1
13 fi
14done
Note: See TracBrowser for help on using the repository browser.