Hi, I realised that it is because I did not remove the /cvf flag after converting the project from Compaq visual fortran to Visual studio.
Yours sincerely, TAY wee-beng On 17/2/2012 6:27 PM, Matthew Knepley wrote: > On Fri, Feb 17, 2012 at 5:12 AM, TAY wee-beng <zonexo at gmail.com > <mailto:zonexo at gmail.com>> wrote: > > Hi, > > I'm runing my CFD code in windows visual studio 2008 with ifort > 64bit mpich2 64bit. > > I managed to build the PETSc library after doing some > modifications - [petsc-maint #105754] Error : Cannot determine > Fortran module include flag. > > There is no error building my CFD code. > > However, when running my code, I got the error at: > > call PetscInitialize(PETSC_NULL_CHARACTER,ierr) > > It jumps to : > > *ierr = PetscMemzero(name,256); if (*ierr) return; > > May I know what's wrong? It was working when I run it in compaq > visual fortran under windows xp 32bit. > > > Can you get a stack trace? Without that, we really cannot figure out > what is going on. This does not happen > on our test machine. > > Matt > > > -- > Yours sincerely, > > TAY wee-beng > > > > > -- > What most experimenters take for granted before they begin their > experiments is infinitely more interesting than any results to which > their experiments lead. > -- Norbert Wiener -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120220/d5e3be82/attachment.htm>
