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.
1 parent e4d424a commit e92ec03Copy full SHA for e92ec03
pythonlsf/lsf.i
@@ -54,6 +54,7 @@ int fclose(FILE *f);
54
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
55
%array_functions(struct hRusage, hRusageArray)
56
%array_functions(struct hostInfo, hostInfoArray)
57
+%array_functions(struct submit*, submitArray)
58
59
//helper function for transforming char** to python list
60
%inline %{
0 commit comments