Bugzilla – Bug 5250
Does not support mpi jobtype of RSL script
Last modified: 2011-12-19 09:40:40
You need to log in before you can comment on or make changes to this bug.
See ./setup/globus/condor.pm file. It does not support mpi jobtype of RSL script. if($description->jobtype() eq 'single' || $description->jobtype() eq 'multiple') { $universe = 'vanilla'; if ($description->jobtype() eq 'multiple' && ($description->count() > 1)) { $multi_output = 1; } } elsif($description->jobtype() eq 'condor') { $universe = 'standard' }