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 617af7a commit 322936fCopy full SHA for 322936f
examples/get_jobs_info.py
pythonlsf/lsf.i
@@ -715,20 +715,6 @@ PyObject * get_pids_from_stream(struct jRusage * jrusage) {
715
return result;
716
}
717
718
-long * buildQueryColIndexs() {
719
- long * colIndexs = NULL;
720
- int i = 0;
721
-
722
- colIndexs = calloc(113, sizeof(long));
723
- for (i= 0; i < 113; i++) {
724
- colIndexs[i] = i;
725
- }
726
- colIndexs[1] = 2;
727
- colIndexs[2] = 1;
728
- colIndexs[9] = 10;
729
- return colIndexs;
730
-}
731
732
PyObject * get_host_info_all() {
733
struct hostInfoEnt *hostinfo;
734
char **hosts = NULL;
0 commit comments