12.3. Modifying Jobs

It is possible to modify a job by using the command goldsh Job Modify:

goldsh Job Modify [JobId==<Job Id> | Id==<Gold Job Id>] [User=<User Name>] [Project=<Project Name>] [Machine=<Machine Name>] [Charge=<Charge>] [Queue=<Class or Queue>] [Type=<Job Type>] [Stage=<Last Job Stage>] [QOS=<Quality Of Service>] [Nodes=<Number Of Nodes>] [Processors=<Number Of Processors>] [State=<Job State>] [Executable=<Executable>] [Application=<Application>] [StartTime=<StartTime>] [EndTime=<EndTime>] [WallDuration=<Wallclock Time in seconds>] [QuoteId=<Quote Id>] [Description=<Description>] [ShowUsage:=True]

Caution

The goldsh control program allows you to make powerful and sweeping modifications to gold objects. Misuse of this command could result in the inadvertent modification of all jobs.

Example 12-3. Changing a job

$ goldsh Job Modify JobId==PBS.1234.0 Charge=1234 Description="Benchmark"

Successfully modified 1 Job