Setting Up A Mpi Environment
2
3
Entering edit mode
12.9 years ago

Dear all,

I would like to set-up a MPI environment to run the HyPhy GA-Branch test on a local computer. Is it possible to set up a MPI environment in a computer with a multi-core processor and if yes, how do I do this? I am not a bioinformatics student and have no clue how to accomplish this. Any help or suggestions will be extremely useful.

Thank you very much, Kartik

test • 4.7k views
ADD COMMENT
1
Entering edit mode
12.9 years ago
Hranjeev ★ 1.5k

I haven't got time to test these steps. Assuming you're on Linux, here's a quickie:

  1. Download MPICH2 from http://www.mcs.anl.gov/research/projects/mpich2/
  2. Unpack, configure, make and install
  3. Add the mpich2 install directory to the .bash_profile
  4. To run your program on a dual core: $mpirun -np 2 ./HYPHYMPI BASEPATH=/your abs path to hyphy dir/ GABranch/ModelSelectorBranchLocal.bf
ADD COMMENT
0
Entering edit mode

Thank you very much HRanjeev. I will follow your instructions and let you know. Cheers!

ADD REPLY
0
Entering edit mode
12.9 years ago

After a lot of searching I found that for windows machines at least, MPICH2 seems fairly easy to install and use. However, I did not understand how to configure it and it keeps returning an error: "Error while connecting to host, No connection could be made because the target machine actively refused it". I had disabled the firewall before trying this. I guess I have to setup a connection or host something. If somebody could tell me how to tackle this, I would really appreciate it.

PS: I am mainly looking to do this in Windows. Ubuntu will be my last resort...

Cheers, Kartik

ADD COMMENT
1
Entering edit mode

You have to find a way to compile your code and run C:Program FilesMPICH2binmpiexec.exe" -n 5 [?]; This probably can give you some hints http://auriza.site40.net/notes/mpi/mpich2-on-windows-xp/

ADD REPLY

Login before adding your answer.

Traffic: 1944 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6