source: branches/Mars_McMismatchStudy/qsub/FACT.qsub_ped_mc.sh@ 19905

Last change on this file since 19905 was 17986, checked in by ghughes, 10 years ago
batch scripts update
File size: 190 bytes
Line 
1#!/bin/bash
2
3
4INFILE=FFFFF
5OUTDOR=DDDDD
6
7source ~/.bash_profile
8
9cd $MARSSYS
10
11## NO CONFIG FILE??
12##./ceres -b -q -f --config= --out=$OUTDIR $INFILE
13
14./ceres -b -q -f --out=$OUTDIR $INFILE
15
Note: See TracBrowser for help on using the repository browser.