Skip to content

add optional host parameter in parse_qstat_n1

Mads M. Pedersen requested to merge pbswrap_mmpe_fix into master

When called on local machine with output from qstat on cluster, the socket.gethostname returns the name of the local machine instead of the cluster With this change the host name can be specified (optionally)

Merge request reports