IPython Clusters
Ioannis Botsis <[email protected]> Wed, 30 Nov 2016 10:03:36 +0200
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello there, I currently initiate ipcluster using PBS mode. In c.BatchSystemLauncher.batch_template_file = 'mytemplate' file i describe the commands to the PBS system. Everything works fine. The c.PBSEngineSetLauncher.batch_file_name = 'my_pbs_file' is created according to the "mytemplate". When i start the # of engines in the tab "IPython Clusters" of jupyter my_pbs_file do not submited automaticaly. If i submit my_pbs_file from the command prompt, everything works fine. How can i adjust configuration files in order to my_pbs_file be submited automaticaly when i start engines form jupyter? Thanks jb