Compiling on Solaris 10 for X86

2007-05-11 Thread Yi-Feng Adam Zhang
Hi Satish, You are right. /usr/bin/sh doesn't support "test" with "-e" option. Thank you very much! Regards, Adam Satish Balay wrote: >> if test -e ex19.exe; then /usr/bin/rm -f ex19.exe; fi >> > > Looks like this is an issue with /bin/sh on solaris [and with test > command supported by it]

Compiling on Solaris 10 for X86

2007-05-11 Thread Yi-Feng Adam Zhang
Hi Matt, I am a Software Engineer, working for Sun Microsystems. My team is called Open Source Team. Our intend or goal is to make some significant invest on Open Source Community to support them to make their software or solution available on Solaris and Sun Grid. Both of them are open source

Compiling on Solaris 10 for X86

2007-05-11 Thread Yi-Feng Adam Zhang
Hi Satish, Yes. I just finished the compilation, including BLAS, LAPACK and MPICH and the test stage (bundled in the makefile) with GCC and Sun Studio. PETSc performs great. The code is very wonderful, cross multi-platform indeed. I hope I can maintain a stable Solaris release for PETSc. Howeve