Fix variable attribution
This commit is contained in:
parent
6aed2e2dfe
commit
5c564e4b3b
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ APPLICATIONS_DIR=$(echo "$BASE_DIR")
|
|||
|
||||
echo $APPLICATIONS_DIR
|
||||
|
||||
$MAX_NUMBER=$(($SGE_TASK_ID * 1000))
|
||||
$MIN_NUMBER=$(($((SGE_TASK_ID-1)) * 1000))
|
||||
MAX_NUMBER=$(($SGE_TASK_ID * 1000))
|
||||
MIN_NUMBER=$(($((SGE_TASK_ID-1)) * 1000))
|
||||
|
||||
|
||||
echo "Simulation with range $MIN_NUMBER-$MAX_NUMBER"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue