source: configs/testing/bash/submit.sh @ 506

Last change on this file since 506 was 506, checked in by dubos, 7 years ago

configs/testing : towards first working version

  • Property svn:executable set to *
File size: 309 bytes
Line 
1#!/bin/bash
2
3source current_args
4source bash/${arch}.sh
5
6ROOT=$PWD
7
8cd RUNS
9for dir in $ROOT/RUNS/* ; do
10    cd $dir 
11    ID=$(submit_job_$arch job.sh)
12    LIST="$LIST $ID"
13done
14
15mkdir -p $ROOT/tmp
16job_post_$arch $LIST > $ROOT/tmp/job_post.sh
17cd $ROOT/logs
18submit_job_$arch $ROOT/tmp/job_post.sh > /dev/null
Note: See TracBrowser for help on using the repository browser.