Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 13 Nov 2003 07:10:14 -0500 From: Kevin Van Workum X-X-Sender: vanw AT kirkwood To: Amandeep Parmar cc: cygwin AT cygwin DOT com Subject: Re: How to add MPI on Cygwin In-Reply-To: <5.2.1.1.2.20031112234255.020c93f8@pop.mail.gatech.edu> Message-ID: References: <5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20031112234255 DOT 020c93f8 AT pop DOT mail DOT gatech DOT edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 12 Nov 2003, Amandeep Parmar wrote: > I was wondering if we can add other compiler packages to Cygwin. I want to > install the parallel programming package MPI to cygwin ( which I think is > not already included in cygwin). I would really appreciate if somebody can > help me out with it. > Regards, > AP I have built MPICH on my cygwin installation. The building process was straight forward. One thing to lookout for is that in MPICH, there are many files that case sensitive (e.g. mpicc and mpiCC). Make sure you build MPICH in a directory that is mounted with the "managed" option. You'll also need rsh or sshd running to use it. It works just fine on one machine, but I haven't tested it on multiple machines. I only use it for code development on my laptop when I'm away from the office. Kevin Van Workum, PhD National Institute of Standards and Technology Polymers Division 224/B228 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/