parallel-processing
Visual Studio 2010 Cannot Use System.Threading.Tasks;
I am trying to execute some processes in parallel. and it is my first time doing that, upon trying : using System.Threading.Tasks;[详细]
2023-04-03 13:08 分类:问答How to efficiently feed FAST ESP with gigabytes of data with .NET
This will be a tricky question but I will try anyway: our task is to feed Microsoft FAST ESP with gigabytes of data. The final amount of indexed data is somewhere in the neighborhood of 50-60GB.[详细]
2023-04-03 12:06 分类:问答Sending data to randomly selected hosts by using MPI
I have 41 computers that used MPI on the same local area network. MPI works good on these machines without any problem. I want to use one of them for sending a float number to the other 40 computers b[详细]
2023-04-03 09:12 分类:问答MPI + Function Pointers?
If I\'m running the same binary (which implies the same architecture) on multiple nodes of a Beowulf cluster in an MPI configuration, is it safe to pass function pointers via MPI as a way of telling a[详细]
2023-04-03 00:54 分类:问答Using snow (and snowfall) with AWS for parallel processing in R
In relation to my earlier similar SO question , I tried using snow/snowfall on AWS for parallel computing.[详细]
2023-04-02 23:08 分类:问答doSMP does not want to start some workers
I use to load the doSMP package in R. However, today, it does not work and I do not understand why... I have tried rmSessions(all=TRUE) several times, but the problem is still there ![详细]
2023-04-02 22:06 分类:问答Parallel algorithms O(log p)
First off this isn\'t for any homework question, it\'s just on a general type of algorithm. In a parallel computing course I\'m taking I\'m having trouble wrapping my head around a style of algorithm[详细]
2023-04-02 21:27 分类:问答Simplest way to run three methods in parallel in C#
I have three methods that I call to do some number crunching that are as follows results.LeftFront.CalcAi();[详细]
2023-04-02 14:05 分类:问答MPI_Send and MPI_Recv
I installed MPICH2 to two computers ( \'suaddell\' and \'o01\' ) with Windows 7 operating system. I use VC++ Express Edition 2008 for compiling. Everything is good. I can run simple \"Hello World\" MP[详细]
2023-04-02 13:49 分类:问答Obj-C design pattern : parallel task launcher
I currently have a shell script that process many images one after the other, with the help of GraphicsMagick. It works fine, all calculations are correct, everything works. (that\'s not a \"simple\"[详细]
2023-04-02 13:01 分类:问答