CC The qsub wrapper’s README.PDF explains how we conceal the qsub wrapper. The actual wrapper code is qsub_wrap.py which is compiled into qsub_wrap.pyc. Then qsub_wrap.py can be deleted. There is the ‘front-end’ script called ‘qsub’ (analogous to the C front-end above) which uses qsub_wrap.pyc
There was NO requirement on which language to use for the qsub wrapper. Altair communicated in July that we were using Python, and there was no objections from Cray Japan. If they want to use C, then they are welcome to implement that way. However, are NOT testing the interoperability of C to Python to PBS..