[mpich-discuss] need to compile unix code as windows exe
Jayesh Krishna
jayesh at mcs.anl.gov
Mon Oct 27 09:02:10 CDT 2008
Hi,
There are two ways you can compile your MPI program using MPICH2 on
windows,
1. Install MPICH2 on windows
# Use MS Visual Studio compiler to compile your MPI source to generate an
exe (Use mpi.lib while linking).
# Use gcc from cygwin to compile your MPI source (Use libmpi.a while
linking).
2. Configure/make/install MPICH2 on Cygwin
# Use the mpicc script after installing MPICH2 to compile your MPI
program.
Let us know if you need further information.
Regards,
Jayesh
_____
From: owner-mpich-discuss at mcs.anl.gov
[mailto:owner-mpich-discuss at mcs.anl.gov] On Behalf Of Manal Helal
Sent: Sunday, October 26, 2008 11:31 PM
To: mpich-discuss at mcs.anl.gov
Subject: [mpich-discuss] need to compile unix code as windows exe
Hi
I need to compile Unix code under windows generating an exe file. I
downloaded cygwin with gcc and make (that what I use on Solaris and Linux
flavors) , and downloaded mpich2 for windows which didn't contain mpicc
this is what I use in my make files.
Will you please advise on the easiest efficient way to compile Unix code
on a windows platform and link to mpich in the compilation process? sorry
if it is a basic question, I searched google, and couldn't get an easy
step by step tutorial that covers all requirements.
Thank you very much in advance,
Kind Regards,
Manal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20081027/72901c2f/attachment.htm>
More information about the mpich-discuss
mailing list