[Beowulf] mixing MPI with other libraries...
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Vincent Diepeveen diep at xs4all.nlMon Jun 27 10:49:53 PDT 2005
- Previous message: [Beowulf] Jury rigged ethernet?
- Next message: [Beowulf] mixing MPI with other libraries...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 04:30 AM 6/27/2005 +0100, Cheng, Kevin wrote: >>>> Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C57AC8.98FA8861" mixing MPI with other libraries... Thanks guys for your help. I managed to get passwordless rsh & ssh to work. I upgraded to mpich2 as I got more familiar with mpich1 and mpich2 is running fine. Just curious questions: 1. If one had an existing project, say a GTK or QT application with Makefile and everything. If one wanted to incorporate MPI into this project, one would just replace (in the Makefile) the 'GCC = gcc' to 'GCC = mpicc', 'GXX = g++' to 'GXX = mpicxx', and also maybe include some MPI lib paths to the INCPATHs? Is this how one can convert normal projects into projects incorporating MPI calls? yes it's no problem. 2. If one had an existing C MPI program. What would be the side-effects of using the mpicxx to compile C code? Is it strict for one to use the MPI:: classes opposed to MPI_ C functions.. when force compiling under C++? the side effect is that you might not be able to use the latest gcc version, that might be sad in case the manufacturer hasn't integrated gcc 4.0 yet, as at least for *my* software 4.0 works far better than the very bugged 3.3.x/3.4.x. Vincent _______________________________________________ Beowulf mailing list, Beowulf at beowulf.org To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
- Previous message: [Beowulf] Jury rigged ethernet?
- Next message: [Beowulf] mixing MPI with other libraries...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
