Skip to content
Snippets Groups Projects
Commit 06b9a110 authored by Danny Auble's avatar Danny Auble
Browse files

fix for new slurm.h

parent dc08ed27
No related branches found
No related tags found
No related merge requests found
......@@ -231,16 +231,6 @@ if (eval {require ExtUtils::Constant; 1}) {
SLURM_STEP_CTX_JOBID
SLURM_STEP_CTX_USER_MANAGED_SOCKETS
/];
$enums{select_type_plugin_info} = [qw /
SELECT_TYPE_INFO_NONE
CR_CPU
CR_SOCKET
CR_CORE
CR_MEMORY
CR_SOCKET_MEMORY
CR_CORE_MEMORY
CR_CPU_MEMORY
/];
my @names = @$macros;
foreach (values(%enums)) {
foreach my $key (@$_) {
......
......@@ -157,17 +157,6 @@ $constants{ctx_keys} = [qw /
SLURM_STEP_CTX_USER_MANAGED_SOCKETS
/];
$constants{select_type_plugin_info} = [qw /
SELECT_TYPE_INFO_NONE
CR_CPU
CR_SOCKET
CR_CORE
CR_MEMORY
CR_SOCKET_MEMORY
CR_CORE_MEMORY
CR_CPU_MEMORY
/];
foreach my $const(values(%constants)) {
push @{$constants{all}}, @$const;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment