Hi! On Fri, Apr 17, 2009 at 11:30 PM, rahul8590 at gmail.com <mail at belenix.org> wrote: > hello everyone , > i am working on my research on parallel computing and i have to execute > programs parallel by creating message passing interface (mpi) . can we write > and run mpi programs in belinix ? > > well sorry if the question may sound a little ridiculous , since i am a naive > in field of mpi programming.
You will be able to get MPI up and running if you are able to get it compiled and built successfully. That shouldn't be a issue, IIRC. 'gcc' is all you need, I guess. HTH, Amit > > > > > _______________________________________________ > belenix-discuss mailing list > http://mail.opensolaris.org/mailman/listinfo/belenix-discuss > http://groups.google.com/group/belenix-discuss > -- http://amitksaha.blogspot.com http://amitsaha.in.googlepages.com/ *Bangalore Open Java Users Group*:http:www.bojug.in "Recursion is the basic iteration mechanism in Scheme" --- http://c2.com/cgi/wiki?TailRecursion
