File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ int fclose(FILE *f);
25
25
#include " lsf.h"
26
26
#include " lsbatch.h"
27
27
#include " lib.table.h"
28
+ extern struct gpuJobData * str2GpuJobData (char *str);
28
29
%}
29
30
30
31
%pointer_functions (int , intp)
@@ -47,6 +48,10 @@ int fclose(FILE *f);
47
48
%array_functions (struct shareAcctInfoEnt , shareAcctInfoEntArray)
48
49
#ifdef LSF_VERSION_101
49
50
%array_functions (struct gpuRusage , gpuRusageArray)
51
+ %array_functions (struct gpuJobHostData , gpuJobHostDataArray)
52
+ %array_functions (struct gpuTaskData , gpuTaskDataArray)
53
+ %array_functions (struct gpuData *, gpuDataArray)
54
+ %array_functions (struct migData , migDataArray)
50
55
#endif
51
56
%array_functions (LS_LONG_INT, LS_LONG_INTArray)
52
57
%array_functions (guaranteedResourcePoolEnt, guaranteedResourcePoolEntArray)
@@ -703,6 +708,9 @@ int get_lsb_errno() {
703
708
char * get_lsb_sysmsg () {
704
709
return lsb_sysmsg ();
705
710
}
711
+ struct gpuJobData * get_str2GpuJobData (char *str) {
712
+ return str2GpuJobData (str);
713
+ }
706
714
707
715
PyObject * get_pids_from_stream (struct jRusage * jrusage) {
708
716
struct pidInfo *pidInfo;
You can’t perform that action at this time.
0 commit comments