Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[ASK] Facing problems on running mpi under condor
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Cat Bee  
View profile  
 More options Mar 6 2012, 3:22 am
From: Cat Bee <cat_...@ymail.com>
Date: Tue, 6 Mar 2012 00:22:02 -0800 (PST)
Local: Tues, Mar 6 2012 3:22 am
Subject: [Condor-users] [ASK] Facing problems on running mpi under condor

Hello,

I can run the c, c++, R application under CONDOR successfully. But i am facing problems on running mpi under condor.
For configuration the DEDICATED SCHEDULER & DEDICATED RESOURCE, i used this reference:
https://lists.cs.wisc.edu/archive/condor-users/2007-February/msg00001...

For your information:
* My central manager and nodes are ubuntu 10.04.
* $CondorVersion: 7.2.4 Apr 11 2010 $
* $CondorPlatform: I386-LINUX_DEBIAN_UNKNOWN $
* MPICH2 Version:        1.2.1p1
* I installed CONDOR using UBUNTU SOFTWARE CENTER.
* I have enable ssh passwordless.
* My condor_status:

OpSys      Arch   State     Activity LoadAv Mem  

LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.000   997 
LINUX      INTEL  Unclaimed Idle     0.230   755
LINUX      INTEL  Unclaimed Idle     0.000   755 
LINUX      INTEL  Unclaimed Idle     0.000   755 
LINUX      INTEL  Unclaimed Idle     0.000   755

* This is my submission file:

executable = mp2script
arguments  = hello_mpi
machine_count = 8
universe   = parallel
output     = out.$(NODE)
error      = err.$(NODE)
log        = log
should_transfer_files = yes
when_to_transfer_output = on_exit
transfer_input_files = hello_mpi
queue

* On mp2script file, i just edit this:

######################################################
# Set this to the bin directory of MPICH installation
MPDIR=/usr/bin
PATH=$MPDIR:.:$PATH
export PATH
######################################################

* When i run the job, i get this result from condor_q -better-analyze:

10 match but reject the job for unknown reasons

Do you know how to solve this problem?

Thank you so much before :)

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-requ...@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »