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
Message from discussion parallel invocation of ripple
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
 
Dan Bergeron  
View profile  
 More options May 3 2012, 12:00 pm
From: Dan Bergeron <r...@cs.unh.edu>
Date: Thu, 3 May 2012 09:00:54 -0700 (PDT)
Local: Thurs, May 3 2012 12:00 pm
Subject: parallel invocation of ripple
We've been running R/qtl for several months now without any issues
except time.
For our data the ripple step executes for weeks, so clearly we want to
do it in parallel.

We installed SNOW and mpi on our linux cluster (fedora) and added the
n.cluster parameter to our ripple call:

rip1lik <- ripple( mydata,
                   chr=1,
                   window=2,
                   method="likelihood",
                   error.prob=0.05,
                   map.function="kosambi",
                   maxit=100000,
                   n.cluster = 8 )

The response is:

rip1lik<-
ripple(mydata,chr=1,window=2,method="likelihood",error.prob=0.05,map.functi on="kosambi",maxit=100000,n.cluster=8)
  974 total orders
[mpie...@inquiry.unh.edu] match_arg (./utils/args/args.c:122):
unrecognized argument pmi_args
[mpie...@inquiry.unh.edu] HYDU_parse_array (./utils/args/args.c:140):
argument matching returned error
[mpie...@inquiry.unh.edu] parse_args (./ui/mpich/utils.c:1387): error
parsing input array
[mpie...@inquiry.unh.edu] HYD_uii_mpx_get_parameters (./ui/mpich/
utils.c:1438): unable to parse user arguments

Usage: ./mpiexec [global opts] [exec1 local opts] : [exec2 local
opts] : ...

Global options (passed to all executables):
<and a lot more "usage" information>
----------------------------------------------------------------------
Our first effort had yielded an error message that the software could
not find "libmpl.so.1". Our sysadmin then updated the mpich2
installation to one that includes libmpl.so.1 and we got a little
farther.  Has anyone seen this problem before? Are there multiple
versions of mpich2 that are different?

Thanks


 
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.