Parallel Processing
- To: mathgroup at smc.vnet.net
- Subject: [mg31187] Parallel Processing
- From: Blimbaum Jerry DLPC <BlimbaumJE at ncsc.navy.mil>
- Date: Tue, 16 Oct 2001 01:19:13 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I have a dual processor machine. I want to do RemoteEvaluate[Map[..,data1]...,processor1] and RemoteEvaluate[Map[..,data2]..,processor2} in Parallel...i tried using ParallelEvaluate which didnt work...either i didnt give it the commands properly or it's not the way...another words I wrote >ParallelEvaluate[RemoteEvaluate[Map[]..,processor1],RemoteEvaluate[Map[]... ,processor2]] but >that didnt cut it..the documentation doesnt hit home...how do i make the RemoteEvaluates go >simultaneously or basically how do i use both processors at the 'same' time? or am i misunderstanding what the parallel processing software can do? I know, or believe I know, how to set up each processor as a LinkObject... thanks...jerry blimbaum NSWC Panama City, Fl