search for: parallez

Displaying 1 result from an estimated 1 matches for "parallez".

Did you mean: parallel
2004 Jul 13
1
SMP, Single System Image clustering, multithreading
...bout my motivation: I use R on my OpenSSI cluster with 7 CPUs, so one could simply think of this cluster as of single computer with 7 CPU. My own C++ maths run good in parallel on the cluster. What is even better for me: my C++ code has *no* any statements about parallelization. All parallezation is done at command line. When I start a new piece of calculation from command line, the process is migrated to a free cluster node automatically, it migrates even during the calculation. The whole project is calculated nearly up to 7 time quicker then on a single CPU. Thus, I do...