Logging to specific files
This commit is contained in:
parent
5c564e4b3b
commit
3fc242b0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ MIN_NUMBER=$(($((SGE_TASK_ID-1)) * 1000))
|
|||
|
||||
echo "Simulation with range $MIN_NUMBER-$MAX_NUMBER"
|
||||
|
||||
Rscript "${APPLICATIONS_DIR}/increasing_size_test.R" $MIN_NUMBER $MAX_NUMBER
|
||||
Rscript "${APPLICATIONS_DIR}/increasing_size_test.R" $MIN_NUMBER $MAX_NUMBER &>> $JOB_NAME.$SGE_TASK_ID
|
||||
Loading…
Add table
Reference in a new issue