Skip to content

Commit 6ca6125

Browse files
committed
Moved qsub stuff under script.
1 parent 10c421a commit 6ca6125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qsub/script.sh renamed to script/qsub-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
for i in `seq 1 10`
44
do
55
echo "Generating qsub_"${i}
6-
cat template |\
6+
cat qsub-template |\
77
sed "s/OOOOO/$i/" > qsub_$i
88
qsub qsub_$i
99
done

qsub/template renamed to script/qsub-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd ..
1616
mkdir $BUILD_DIR
1717
cd $BUILD_DIR
1818

19-
source /home/mbarde/opt/module.conf
19+
# source /home/mbarde/opt/module.conf
2020

2121
let p=$nodes*20
2222

0 commit comments

Comments
 (0)