Modifying the MSDdev *.dsw *.dsp files to run without mpi

2006-11-25 Thread Ben Tay
Hi, I've managed to compile and run the examples in MSDev when i use MPICH. However, if I compile without MPI, I 'll get errors during linking. How should I modify my configuration file in MSDev so that I can run without mpi? Thank you very much! -- next part -- An HTML

Modifying the MSDdev *.dsw *.dsp files to run without mpi

2006-11-25 Thread Ben Tay
Hi, yes I did that. There is no problem if I run the example in cygwin. However, if I use the project files for MSDev given in the petsc package, it gives me errors during linking. Compiling works though. I tried to recompile the whole Petsc with mpich1 and there is no such errors. Thank you.

Modifying the MSDdev *.dsw *.dsp files to run without mpi

2006-11-24 Thread Matthew Knepley
You need to configure using --wih-mpi=0. Matt On 11/24/06, Ben Tay zonexo at gmail.com wrote: Hi, I've managed to compile and run the examples in MSDev when i use MPICH. However, if I compile without MPI, I 'll get errors during linking. How should I modify my configuration file in MSDev