...
>> 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
...