Skip to content

Commit

Permalink
small BDS tasks get queued faster on cluster engine (SGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Lee committed Aug 20, 2016
1 parent 502cc5c commit c42c95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/general.bds
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void init_general() {
if ( use_system != "" ) system = use_system
if ( system.toLower() == "slurm" ) system = "generic"

cpus = 1
cpus = -1 // With cpus==-1, BDS does not pass number of threads to cluster engine (SGE, SLURM, ...), which means single-threaded
mem = get_res_mem(memory,1)
timeout = get_res_wt(wt)
walltimeout = 3600*24*100 // timeout var. in BigDataScript (100 days, jobs will never be stopped by BDS due to BDS timeout)
Expand Down

0 comments on commit c42c95b

Please sign in to comment.