Re: IPython Clusters

MinRK <[email protected]> Wed, 30 Nov 2016 09:59:07 +0100
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CAHNn8BV=JafjKY_11ULoHs-HjCoTBqdadpu=YZ=Ru3QnUH5F9A@mail.gmail.com>
On Wed, Nov 30, 2016 at 9:03 AM, Ioannis Botsis <[email protected]> wrote:

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?
>
> You will need to make PBS the default engine launcher in your
ipcluster_config.py file to use PBS by default:

c.IPClusterEngines.engine_launcher_class = 'PBS'

-MinRK

Thanks
>
> jb
> _______________________________________________
> IPython-dev mailing list
> [email protected]
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
​

_______________________________________________
IPython-dev mailing list
[email protected]
https://mail.scipy.org/mailman/listinfo/ipython-dev