Last change
on this file since 253 was
253,
checked in by emillour, 14 years ago
|
Generic GCM
- Massive update to version 0.7
EM+RW
|
-
Property svn:executable set to
*
|
File size:
620 bytes
|
Rev | Line | |
---|
[253] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | DWORK_DIR=/san/home/rdword/corrk_data/therm_test2 |
---|
| 4 | KSPEC_DIR=/san/home/rdword/kspectrum/kspec_1 |
---|
| 5 | |
---|
| 6 | cd $DWORK_DIR |
---|
| 7 | |
---|
| 8 | # test for presence of k* in kspec results directory |
---|
| 9 | FILECHECK=$KSPEC_DIR/results/k001 |
---|
| 10 | if [ -f $FILECHECK ]; then |
---|
| 11 | echo -en "There is already k-data in the kspec directory " |
---|
| 12 | echo -en $KSPEC_DIR |
---|
| 13 | echo -en ", delete or move it before starting!\n" |
---|
| 14 | exit 1 |
---|
| 15 | fi |
---|
| 16 | |
---|
| 17 | #make_composition_gen.exe |
---|
| 18 | cp composition.in $KSPEC_DIR/data/ |
---|
| 19 | |
---|
| 20 | echo -en "kspectrum working directory is:\n" |
---|
| 21 | echo -en $KSPEC_DIR |
---|
| 22 | echo -en "\nNow you must submit the parallel job (>> llsubmit run_kspec)\n" |
---|
| 23 | |
---|
| 24 | cd $KSPEC_DIR |
---|
| 25 | |
---|
| 26 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.