Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

>> c.AdditionalProperties.ProcsPerNode = 16

>> % Turn on the Debug Message.  Default is off (logical 0).

>> c.AdditionalProperties.DebugMessagesTurnedOn = 1

 

To see the values of the current configuration options, call the specific AdditionalProperties name.

...

 

>> % Query job for state:  queued | running | finished 

>> j.State

 

>> % If state is finished, fetch results

...