|
[Sponsors] |
May 11, 2010, 19:06 |
Using the MinGW Compiler with MPI
|
#1 |
New Member
Rich
Join Date: Aug 2009
Location: Montrose, Colorado, USA
Posts: 11
Rep Power: 17 |
Hello All:
Has anyone used the Open-MPI system in combination with the MinGW compiler suite? I've got MinGW (a gcc-compatible compiler collection for Windows) on my machine and I need to find an MPI release that can be used with it. Anyone have experience here? Regards, Rich |
|
May 15, 2010, 18:20 |
code::blocks + mingw + MPICH2
|
#2 |
Super Moderator
Hans Bihs
Join Date: Jun 2009
Location: Trondheim, Norway
Posts: 403
Rep Power: 19 |
Hei,
I use code::blocks as an IDE for mingw on windows xp 32 bit. For MPI I use the MPICH2 implementation, that works very well in a windows environment, I am not sure about Open MPI (I use it on a mac, though). For the code::blocks/MPICH2 combination, just add the linker and include paths to the compiler settings and you are all set (if you use the default install folders for MPICH2): linker: C:\Program Files\MPICH2\lib\mpi.lib Search Directories: C:\Program Files\MPICH2\include cheers Hans |
|
May 17, 2010, 18:25 |
|
#3 | |
New Member
Rich
Join Date: Aug 2009
Location: Montrose, Colorado, USA
Posts: 11
Rep Power: 17 |
Quote:
Thanks for your response. Where did you get your MPICH2 implementation? Did it come with code::blocks, or did you find it elsewhere? Regards, Rich |
||
May 17, 2010, 18:28 |
Mpich2
|
#4 |
Super Moderator
Hans Bihs
Join Date: Jun 2009
Location: Trondheim, Norway
Posts: 403
Rep Power: 19 |
Hei Rich,
you can download it here: http://www.mcs.anl.gov/research/proj...hp?s=downloads Cheers Hans |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Building OpenFOAM on IRIX | lakeat | OpenFOAM Installation | 7 | July 16, 2008 08:27 |
Error using LaunderGibsonRSTM on SGI ALTIX 4700 | jaswi | OpenFOAM | 2 | April 29, 2008 11:54 |
Is Testsuite on the way or not | lakeat | OpenFOAM Installation | 6 | April 28, 2008 12:12 |
MPI and parallel computation | Wang | Main CFD Forum | 7 | April 15, 2004 12:25 |