Skip to content

Commit

Permalink
fix bug in queue selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor committed Aug 10, 2017
1 parent 1d73e4c commit 6ebc4fa
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 38 deletions.
3 changes: 3 additions & 0 deletions install_rmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

cp --verbose /mnt/home/tkmday/rmake/new/rmake /mnt/home/ibic/bin
Binary file modified option-organization.ods
Binary file not shown.
14 changes: 6 additions & 8 deletions rmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

### USAGE

# please set to 80 chars wide

user=$(whoami)
Expand Down Expand Up @@ -42,8 +40,8 @@ usage() {
random name.
-O Save output/error files to qsub-[out|err] directories.
-P Append <date>_<time> to the jobid.
-Q * Choose which queue. If left unspecified, queue will be chosen
by qsub.
-Q * Choose which queue. If left unspecified, queue will be chosen
by qsub.
-S * Run qsub on these subjects only; if not set, run on all.
-T * Set the target for make.
Expand Down Expand Up @@ -72,7 +70,7 @@ then
exit 1
fi

# Give a phony name, incase they run it without a target
# Give a phony name, in case they run it without a target
name=$(pwgen 5 1)

# Find only in one and below
Expand All @@ -87,7 +85,7 @@ testmake=n
setdate=n
queue=

while getopts ":abde:hijklmno:pqstvwz:CDHMN:OPS:T:" opt
while getopts ":abde:hijklmno:pqstvwz:CDHMN:OPQ:S:T:" opt
do
case $opt in

Expand All @@ -98,9 +96,9 @@ do
e) makeparam=$makeparam" --environment-overrides" ;;
h) make --help ; make_changes
exit 0 ;;
i) makeparam=$makeparam" --ignore errors" ;;
i) makeparam=$makeparam" --ignore-errors" ;;
j|l) echo "You can't parallize make while using SGE!"
exit 11 ;;
exit 1 ;;
k) makeparam=$makeparam" --keep-going" ;;
m) makeparam=$makeparam" --check-symlink-times" ;;
n) makeparam=$makeparam" --recon" ;;
Expand Down
2 changes: 0 additions & 2 deletions test.aedeis/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.aedeis/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.eiraeh/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.eiraeh/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.eisoor/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.eisoor/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.laphee/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.laphee/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.lealoh/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.lealoh/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.lodiuf/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.lodiuf/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.oochah/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.oochah/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.oogeiw/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.oogeiw/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.theagh/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.theagh/sleep.txt

This file was deleted.

2 changes: 0 additions & 2 deletions test.veitoc/hexdump.txt

This file was deleted.

1 change: 0 additions & 1 deletion test.veitoc/sleep.txt

This file was deleted.

0 comments on commit 6ebc4fa

Please sign in to comment.