[hpcdev-discuss] doing hp on (open)solaris?

2008-07-15 Thread Dmitry V Golovashkin
past, we have discussed PetSC as well, but ScaLAPACK seemed > like the highest > priority. > > Josh Simons > > > ___ > hpcdev-discuss mailing list > hpcdev-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/hpcdev-discuss > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://mail.opensolaris.org/pipermail/hpcdev-discuss/attachments/20080715/87a82513/attachment.bin>

[hpcdev-discuss] doing hp on (open)solaris?

2008-07-15 Thread Josh Simons
On Jul 15, 2008, at 7:55 AM, Gerard Henry wrote: > hello all, > after the last thread, i need to precise some details and ask > questions about the capalibity of (open)solaris to be used in HPC ? > today, we are using solaris 10 (u5) on Sun v40z, with Sun Studio 12, > and many FOSSs (free and

[hpcdev-discuss] Migrating a Linux MPICH C source code to Sun Studio

2008-07-15 Thread Iain Bason
On Jul 15, 2008, at 7:00 AM, Gerard Henry wrote: >> >> I installed the studio from a DVD sent to me by Sun >> Support in Sydney. It is Sun Studio 12, Solaris x86, >> the command was ./installer, and it started something >> like a graphical interface, but was basically a >> console, and it install

[hpcdev-discuss] Migrating a Linux MPICH C source code to Sun Studio

2008-07-15 Thread Iain Bason
On Jul 15, 2008, at 1:57 AM, Manal Helal wrote: > Sorry the make file is as included in the first message, I changed > the project name from mmDst to myProj just to make it general, > > SO the make file is: > *** > myProj : main.o > mpicc -g -Wall -lmpe

[hpcdev-discuss] doing hp on (open)solaris?

2008-07-15 Thread Daniel Templeton
Gerard, This is actually the perfect forum to voice your [Open]Solaris FOSS HPC needs. My team is actively working on adding useful FOSS HPC packages to OpenSolaris. If there's particular packages that you need to have, let us know. That goes for everyone out there lurking on this list as w

[hpcdev-discuss] doing hp on (open)solaris?

2008-07-15 Thread Gerard Henry
hello all, after the last thread, i need to precise some details and ask questions about the capalibity of (open)solaris to be used in HPC ? today, we are using solaris 10 (u5) on Sun v40z, with Sun Studio 12, and many FOSSs (free and open source software). Unfortunately, many softwares are devel

[hpcdev-discuss] Migrating a Linux MPICH C source code to Sun Studio

2008-07-15 Thread Gerard Henry
> SO the make file is: > *** > myProj : main.o > mpicc -g -Wall -lmpe -lm -o myProj main.c > > main.o : main.c main.h > mpicc -c -g main.c > > *** > from my point of view, you have to begin without using make