add optional host parameter in parse_qstat_n1
Compare changes
+ 10
− 16
@@ -176,7 +176,7 @@ def parse_pbsnode_lall(output):
@@ -188,26 +188,22 @@ def parse_qstat_n1(output):
@@ -268,8 +264,6 @@ def parse_qstat_n1(output):
The Gitlab server is succesfully updated to version 17.10.3
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)