We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85df65d + 2878191 commit d79edd6Copy full SHA for d79edd6
examples/readstream.py
@@ -60,6 +60,8 @@ def read_eventrec(path):
60
else:
61
flag = 0
62
63
+ lsf.lsb_closestream(path)
64
+
65
def read_streamline(path):
66
"""
67
Use lsb_readstreamline() to parse the file
@@ -91,3 +93,4 @@ def read_streamline(path):
91
93
# read_streamline("/home/youname/lsf_top/work/yourcluster/logdir/stream/lsb.stream")
92
94
#read_streamline(sys.argv[1])
95
read_eventrec(sys.argv[1])
96
+ read_eventrec(sys.argv[1])
0 commit comments