Commit message Age Author Refs
r2682:09567cac
add bsub wrapper for LSFEngineSet LSF requires that job scripts be submitted to bsub through stdin. twisted.internet.utils.getProcessOutput does not support shell redirection so the bsub wrapper takes care of doing this.
Justin Riley
0
r2681:11c0776a
force /bin/sh in default SGE/PBS/LFS templates
Justin Riley
0
r2680:bfb3a62a
Fixes for LSF
Matthieu Brucher
0
r2679:7952c77c
add --queue to ipcluster's SGE/PBS/LSF subcmds
Justin Riley
0
r2678:fe180bb0
add main_lsf for experimental LSF support
Justin Riley
0
r2677:a0e23633
add experimental LSF support (needs testing)
Justin Riley
0
r2676:1edb9871
update PBSEngineSet to use job arrays refactored base class BatchEngineSet to handle job arrays. PBS and SGE engine sets are much simpler now.
Justin Riley
0
r2675:225cd966
update SGEEngineSet to use SGE job arrays SGE job arrays allow one job id to be associated with a set of processes on an SGE cluster. modified SGEEngineSet to be a subclass PBSEngineSet ipcluster will now generate a default SGE job script if --sge-script is not provided. most folks should ignore the --sge-script option unless they know they need it. if --sge-script is passed, check that the script exists and that the user has defined a "#$ -t" setting within the script. if not, add the setting for them by copying the script to a temp file and launching the job array using the modified temp file. ipengines terminate cleanly now when the ipcluster command exits. i think we still need to handle furl files when engines are assigned to different hosts via SGE. without using ssh or nfs, the only other way is to put the contents of the furl in the job script before submission but this is less secure. need to discuss this.
Justin Riley
0
r2674:ee5ae0cb
Made blockbreakers' input encoding detection more robust to strange environments. Note: this was commit 251d755362f16c41770 by Evan but I couldn't cherry-pick it because filenames were changed. Applied manually.
epatters
0
r2673:eadbacb7
Fixed typos in CallTipWidget due to copy-paste.
epatters
0
< 1 .. 2607 2608 2609 2610 2611 .. 2877 >