Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 629335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:44:05+00:00 2026-05-13T19:44:05+00:00

Anyone have any idea which Resource manager is good for PVM? Or should I

  • 0

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 better?]). Main reason for using PVM was because the person before me who started this project assumed the use of PVM. However, now that this project is mine (he hasn’t done any significant work that relies on PVM) this can be easily changed, preferably to something that is easy to install because installing and setting up PVM was a big hassle.

I’m leaning towards SunGridEngine seeing as how I have dedicated hardware, and after reading up on another post of which ones are better for dedicated hardware, SGE seems to be the winner. However I’m unsure of its performance using PVM. Wondering if anyone have had any experience with PVM and SGE?

If people use SGE, what do you use to communicate from computer to computer (or virtual machine to virtual machine)

Oh and I will be running Perl applications/lines if this matters.

Any suggestions or ideas?

Thanks in advance to all comments,

  • Tyug
  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:44:05+00:00Added an answer on May 13, 2026 at 7:44 pm

    I run PVM on Linux systems using Torque, SGE and LSF without any problems. Are you asking “Is it possible to use SGE, Torque, etc. to run PVM applications?”?

    If so, check out my example Linux c-shell job scripts below. Note the scripts are nearly identical, except for the header of each script, which conforms to the appropriate format for each resource manager.

    SGE job script:

    #!/bin/csh
    #$ -N LTR-001
    #$ -o LTR-001.output
    #$ -e LTR-001.error
    #$ -pe comp 24
    #$ -l h_rt=04:00:00
    #$ -A cmit2
    #$ -cwd
    #$ -V
    
    # Setup envirnoment
    setenv LD_LIBRARY_PATH /lfs0/projects/cmit2/opt-intel/overture-noX/lib:${LD_LIBRARY_PATH}
    setenv PVM_ARCH LINUX
    setenv PVM_ROOT /lfs0/projects/cmit2/opt-intel/pvm3
    setenv PVM_BIN ${PVM_ROOT}/bin
    setenv PVM_RSH /usr/bin/ssh
    setenv MY_HOSTS pvm_hostfile
    
    rm -f ~/.pvmprofile
    env | grep PVM_ > ~/.pvmprofile
    
    # Create file containing _unique_ host names.  Note that there are two possible sources of available hosts
    sort -k 1,1 -u ${MACHINE_FILE} >! ${MY_HOSTS}
    
    # Start PVM & add nodes
    printf "%s\n%s\n" conf quit|${PVM_ROOT}/lib/pvm ${MY_HOSTS}
    wait
    sleep 2
    
    #
    # Run apps requiring PVM.
    #
    
    wait
    # Exit PVM daemon
    echo "reset" | $PVM_ROOT/lib/pvm
    echo "halt" | $PVM_ROOT/lib/pvm
    

    Torque job script:

    #!/bin/csh
    #PBS -N LTR-001
    #PBS -o LTR-001.output
    #PBS -e LTR-001.error
    #PBS -l nodes=3:ppn=8
    #PBS -l walltime=04:00:00
    #PBS -q compute
    #PBS -d .
    
    # Setup envirnoment
    setenv LD_LIBRARY_PATH /users/ps14/opt-intel/overture/lib:${LD_LIBRARY_PATH}
    setenv PVM_ARCH LINUX64
    setenv PVM_ROOT /users/ps14/opt-intel/pvm3
    setenv PVM_BIN ${PVM_ROOT}/bin
    setenv PVM_RSH ${PVM_ROOT}/ssh
    setenv MY_HOSTS pvm_hostfile
    
    rm -f ~/.pvmprofile
    env | grep PVM_ > ~/.pvmprofile
    
    # Create file containing _unique_ host names.  Note that there are two possible sources of available hosts
    sort -k 1,1 -u ${PBS_NODEFILE} >! ${MY_HOSTS}
    
    # Start PVM & add nodes
    printf "%s\n%s\n" conf quit|${PVM_ROOT}/lib/pvm ${MY_HOSTS}
    wait
    sleep 2
    
    #
    # Run apps requiring PVM.
    #
    
    wait
    # Exit PVM daemon
    echo "reset" | $PVM_ROOT/lib/pvm
    echo "halt" | $PVM_ROOT/lib/pvm
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone have any idea how to connect to their FTP server? I am using
Anyone have any idea how I would go about converting a timestamp in milliseconds
Anyone have any idea about CASlotProxy Class in Cocoa (iOS SDK)? I found it
Anyone have any idea why shuffle() would only return 1 item? when using: $array2
Does anyone have any idea how to change the thickness of the text pointer
Does anyone have any idea on how can you create a product filtering query
Does anyone have any idea when Microsoft might be dropping another Silverlight 4 public
Does anyone have any idea if you can find source JARs on Maven repositories?
Does anyone have any idea what this jQuery selector will do? object.find('td:eq(1) div div');
In datasets there was a method WriteXml or ReadXml Does anyone have any idea

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.