Hi, I tried to modify a submitted batch job by using the following command:
scontrol update jobid=26 NumTasks=7 But I got an error, saying "slurm_update error: Requested operation is presently disabled" The version of slurm I use is 2.6, and the output of scontrol show config is: AccountingStorageBackupHost = (null) AccountingStorageEnforce = none AccountingStorageHost = localhost AccountingStorageLoc = /var/log/slurm_jobacct.log AccountingStoragePass = (null) AccountingStoragePort = 0 AccountingStorageType = accounting_storage/none AccountingStorageUser = root AuthType = auth/munge BackupAddr = (null) BackupController = (null) BatchStartTimeout = 10 sec BOOT_TIME = 2014-01-07T15:48:48 CacheGroups = 0 CheckpointType = checkpoint/none ClusterName = cluster CompleteWait = 0 sec ControlAddr = athens ControlMachine = athens CryptoType = crypto/munge DebugFlags = (null) DefMemPerCPU = UNLIMITED DisableRootJobs = NO EnforcePartLimits = NO Epilog = (null) EpilogMsgTime = 2000 usec EpilogSlurmctld = (null) FastSchedule = 1 FirstJobId = 1 GetEnvTimeout = 2 sec HealthCheckInterval = 0 sec HealthCheckProgram = (null) InactiveLimit = 0 sec JobAcctGatherFrequency = 30 sec JobAcctGatherType = jobacct_gather/none JobCheckpointDir = /var/lib/slurm-llnl/checkpoint JobCompHost = localhost JobCompLoc = /var/log/slurm_jobcomp.log JobCompPass = (null) JobCompPort = 0 JobCompType = jobcomp/none JobCompUser = root JobCredentialPrivateKey = (null) JobCredentialPublicCertificate = (null) JobFileAppend = 0 JobRequeue = 1 KillOnBadExit = 0 KillWait = 30 sec Licenses = (null) MailProg = /usr/bin/mail MaxJobCount = 5000 MaxMemPerCPU = UNLIMITED MaxTasksPerNode = 128 MessageTimeout = 10 sec MinJobAge = 300 sec MpiDefault = none MpiParams = (null) NEXT_JOB_ID = 27 OverTimeLimit = 0 min PluginDir = /usr/lib/slurm PlugStackConfig = /etc/slurm-llnl/plugstack.conf PreemptMode = GANG PreemptType = preempt/none PriorityType = priority/basic PrivateData = none ProctrackType = proctrack/pgid Prolog = (null) PrologSlurmctld = (null) PropagatePrioProcess = 0 PropagateResourceLimits = ALL PropagateResourceLimitsExcept = (null) ResumeProgram = (null) ResumeRate = 300 nodes/min ResumeTimeout = 60 sec ResvOverRun = 0 min ReturnToService = 1 SallocDefaultCommand = (null) SchedulerParameters = (null) SchedulerPort = 7321 SchedulerRootFilter = 1 SchedulerTimeSlice = 3 sec SchedulerType = sched/builtin SelectType = select/cons_res SelectTypeParameters = CR_CPU_MEMORY SlurmUser = jwang36(1000) SlurmctldDebug = 3 SlurmctldLogFile = /var/log/slurm-llnl/slurmctld.log SlurmctldPidFile = /var/run/slurm-llnl/slurmctld.pid SlurmctldPort = 6817 SlurmctldTimeout = 300 sec SlurmdDebug = 3 SlurmdLogFile = /var/log/slurm-llnl/slurmd.log SlurmdPidFile = /var/run/slurm-llnl/slurmd.pid SlurmdPort = 6818 SlurmdSpoolDir = /var/lib/slurm-llnl/slurmd SlurmdTimeout = 300 sec SlurmdUser = root(0) SLURM_CONF = /etc/slurm-llnl/slurm.conf SLURM_VERSION = 2.1.11 SrunEpilog = (null) SrunProlog = (null) StateSaveLocation = /tmp SuspendExcNodes = (null) SuspendExcParts = (null) SuspendProgram = (null) SuspendRate = 60 nodes/min SuspendTime = NONE SuspendTimeout = 30 sec SwitchType = switch/none TaskEpilog = (null) TaskPlugin = task/none TaskPluginParam = (null type) TaskProlog = (null) TmpFS = /tmp TopologyPlugin = topology/none TrackWCKey = 0 TreeWidth = 50 UsePam = 0 UnkillableStepProgram = (null) UnkillableStepTimeout = 60 sec WaitTime = 0 sec Does anyone know why it doesn't work? Thanks, Jeff
