source: PlatformSupport/matperf/server/weird

Last change on this file was 951, checked in by chunter, 16 years ago

adding matperf

  • Property svn:executable set to *
File size: 153 bytes
Line 
1check = open('jobs_l').read()
2cal = open('check_jobs','w')
3
4if check.find('iperf') != -1:
5    cal.write('1')
6else:
7    cal.write('0')
8       
9
Note: See TracBrowser for help on using the repository browser.