HPC-Runner-Scheduler
view release on metacpan or search on metacpan
lib/HPC/Runner/Scheduler.pm view on Meta::CPAN
=head2 user
user running the script. Passed to slurm for mail information
=cut
has 'user' => (
is => 'rw',
isa => 'Str',
default => sub { return $ENV{LOGNAME} || $ENV{USER} || getpwuid($<); },
required => 1,
documentation =>
q{This defaults to your current user ID. This can only be changed if running as an admin user}
);
=head2 use_threads
Bool value to indicate whether or not to use threads. Default is uses processes
If using threads your perl must be compiled to use threads!
( run in 0.246 second using v1.01-cache-2.11-cpan-8d75d55dd25 )