On Sat, 2 Jun 2007, Ben Tay wrote: > yes it's compaq vf. so how do i change the pcc_linker to use 'win32fe f90`? > can u elaborate?
- edit bmake/$PETSC_ARCH/petscconf - look for 'PCC_LINKER = win32fe cl ............' - change 'cl' to 'f90' > but anyway, maybe it's not so impt now. i just compiled 2.3.2p8 and > it worked. moreover, i tried to run my own code in vf, replacing the > 2.3.2p8files with the 2.3.3p0 and it worked. Ok - If you are using project files - then you don't need to fix the makefiles. satish > On 6/1/07, Satish Balay <balay at mcs.anl.gov> wrote: > > One way to do this is to manualy edit bmake/$PETSC_ARCH/petscconf and > > change PCC_LINKER to use 'win32fe f90'
