Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
808 views

SunGridEngine, Condor, Torque as Resource Managers for PVM

Anyone have any idea which Resource manager is good for PVM? Or should I not have used PVM and instead relied on MPI (or any version of it, such as MPICH-2 [are there any other ones that are ...
3
votes
2answers
354 views

Is the PVM (parallel virtual machine) library widely used in HPC?

Has everyone migrated to MPI (message passing interface) or is PVM still widely used in supercomputers and HPC?
2
votes
3answers
536 views

PVM terminates after Adding Host

On Ubuntu 9.10 using PVM 3.4.5-12 (the PVM package when you use apt-get) The program terminates after adding a host. laptop> pvm pvm> add bowtie-slave add bowtie-slave terminated laptop> ...
0
votes
2answers
97 views

Linux/Unix Scripting - strangest behaviour ever in a few lines - variable set but empty

I can tell you this is the craziest thing I have seen in a long time. I have this (part of) sh script running on CentOS 5.4: # Check GOLD_DIR` echo $GOLD_DIR"<--" #export ...
0
votes
1answer
48 views

Lost messages between PVM processes?

I'm trying to parallelize an algorithm using PVM for a University assignment. I've got the algorithm sorted, but parallelization only almost works - the process intermittently gets stuck for no ...