Skip to content

Commit 464846f

Browse files
authored
Increase limit from 600 to 800
1 parent 67f18ba commit 464846f

File tree

1 file changed

+1
-1
lines changed
  • Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R

1 file changed

+1
-1
lines changed

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/sideFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4556,7 +4556,7 @@ waitTillCommandFinish = function(checkcommand = 'squeue --format="%A %.30j"',
45564556

45574557
submit_limit_jobs = function(bch_file,
45584558
job_id_logfile,
4559-
max_jobs=600) {
4559+
max_jobs=800) {
45604560
message0("Start submit_limit_jobs")
45614561
system(paste("echo > ", job_id_logfile))
45624562
file <- file(bch_file, "r")

0 commit comments

Comments
 (0)