If one kernel (with KernelID 1) is running the code which will take a long time, how can I run another code in other kernels (KernelID 2) in the process?
Asked
Active
Viewed 47 times
0
-
1Possible duplicate of [https://mathematica.stackexchange.com/q/48457/11467] – ciao Oct 07 '20 at 08:38
-
1In particular see the answer https://mathematica.stackexchange.com/a/124462. You can select the kernel for each notebook separately in the menu Evaluate->Notbook's Kernel -> <
>. You may have to set up a kernel first with Evaluate->Kernel Configuration Options. In principle, this allows you also to set up and tp select a kernel on a remote machine (but I have not tried it yet). – Henrik Schumacher Oct 07 '20 at 08:45 -
The simplest is to start MMA a second time. This works under Windows, I do not know if it works under Unix. – Daniel Huber Oct 07 '20 at 10:06
-
@Daniel Starting a new kernel as suggested above is slightly faster :) . – xzczd Oct 08 '20 at 04:07