Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定这是否是我要问的正确地方,它是关于计算机体系结构的。但我很绝望所以请原谅我。
有人了解这个并行程序吗?因此,我无法继续回答我的任务。
这意味着PARBEGIN和之间的每条指令PAREND都应该并行执行,并且当每条指令都终止时,整个块将proc_k终止。
PARBEGIN
PAREND
proc_k
所以换句话说,程序将在(同时执行)终止PAREND后proc_1继续。proc_k
proc_1
这意味着 Proc_1 到 Proc_k 并发执行。例如,如果每个都需要 2 秒才能完成,那么 Proc_1 到 Proc_k 执行的总时间是 2 秒,而不是 2*k 秒。
I have what is probably simple problem, but I am stumped. I call a method from another assembly that returns me a List<object>, this data is Excel spreadsheet data queried using LinqToExcel<
List<object>
LinqToExcel<