I want to execute my python code on LSF, and problem is that the return of in lsf is 2.6.6 (r266:84292, Jul 22 2015, 16:47:47) [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] But my code has been written for python2.7. How can I change or assign the correct version of python to LSF job script. Answer I found the answ…
Tag: lsf
Force lshosts command to return megabytes for “maxmem” and “maxswp” parameters
When I type “lshosts” I am given: I am trying to return maxmem and maxswp as megabytes, not gigabytes when lshosts is called. I am trying to send Xilinx ISE jobs to my LSF, however the software expects integer, megabyte values for maxmem and maxswp. By doing debugging, it appears that the software…