Add scripts for parsing and archive link
This commit is contained in:
parent
6f0f2fb2e6
commit
807be1b3c2
30 changed files with 1570 additions and 18 deletions
|
|
@ -1,11 +1,12 @@
|
|||
#!/bin/bash
|
||||
lexp=(300 600 1000 10000)
|
||||
levals=(100 500 1000)
|
||||
lexp=(300 600)
|
||||
levals=(100 500)
|
||||
myscratchpath=/scratchbeta/$USER
|
||||
myhome=${HOME}
|
||||
for exp in ${lexp[@]} ; do
|
||||
for evals in ${levals[@]} ; do
|
||||
bash ./planF/riaF.sh ${myhome} ${myscratchpath} ${exp} ${evals}
|
||||
bash ./planO/riaO.sh ${myhome} ${myscratchpath} ${exp} ${evals}
|
||||
bash ./planA/riaA.sh ${myhome} ${myscratchpath} ${exp} ${evals}
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue