Skip to content

Commit ec4a986

Browse files
committed
Set max_jobs limit 400 as discussed
1 parent b92ba34 commit ec4a986

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
@@ -4554,7 +4554,7 @@ waitTillCommandFinish = function(checkcommand = 'squeue --format="%A %.30j"',
45544554

45554555
submit_limit_jobs = function(bch_file,
45564556
job_id_logfile,
4557-
max_jobs=1500) {
4557+
max_jobs=400) {
45584558
message0("Start submit_limit_jobs")
45594559
system(paste("echo > ", job_id_logfile))
45604560
file <- file(bch_file, "r")

0 commit comments

Comments
 (0)