Skip to content
Snippets Groups Projects
Commit adca103a authored by David Hrbáč's avatar David Hrbáč
Browse files

All modules sort and code

parent fceea68d
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!31Test
Pipeline #
......@@ -14,6 +14,7 @@ your_list = []
your_list += get_data('modules-anselm.csv')
your_list += get_data('modules-salomon.csv')
#print your_list
your_list.sort()
a=[["python/2.8.1",1],["python/2.9.1",2],["python/2.8.1",4],["python/3.0.1",4]]
counts = dict()
......@@ -39,5 +40,5 @@ print "| Module | Clusters |"
print "| ------ | -------- |"
for m,i in counts.iteritems():
print "| %s | %s |" % (m,c[i])
print "| %s | <code>%s</code> |" % (m,c[i])
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment