View Full Version : Mathematica + multi thread
sukharef
Sep13-11, 02:46 AM
Hello?
Has somebody used or has experience about using Mathematica's code with multi threading for increasing it's capacity and efficiency or smth like this?
My personal computer hasn't enough capacity to calculate all i need so now i'm looking for using Math on cluster.
Thanks!
FunkyDwarf
Sep13-11, 03:12 AM
I use inbuilt parallelization in Mathematica on multi core systems, do you have a specific question? What I do is turn the code i want to run into a single block that can be run in one go and turn it into a Mathematica package with the only cell being an initialization cell. Then you can ssh into the cluster you have that file on and run the Math Kernel, load the package and it will run.
sukharef
Sep13-11, 03:30 AM
I use inbuilt parallelization in Mathematica on multi core systems, do you have a specific question? What I do is turn the code i want to run into a single block that can be run in one go and turn it into a Mathematica package with the only cell being an initialization cell. Then you can ssh into the cluster you have that file on and run the Math Kernel, load the package and it will run.
My question is how to orgainize this process actually. Maybe there is a manual for it.
Simon_Tyler
Sep13-11, 04:34 AM
Is the following of any help?
http://reference.wolfram.com/mathematica/guide/ParallelComputing.html
sukharef
Sep13-11, 05:39 AM
Is the following of any help?
http://reference.wolfram.com/mathematica/guide/ParallelComputing.html
thanks!
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.