[Pkg-scicomp-devel] slepc/trunk/src/sys

Ondrej Certik ondrej at certik.cz
Fri Jul 27 13:52:00 UTC 2007


SVN commit 1742 by certik-guest:

Fixed the compilation problem. However, when compiling and running ex1.c, I
get:

[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably
memory access out of range

So this needs to be debugged.



 M  +1 -1      slepc/trunk/src/sys/ftn-custom/zslepc_start.c  
 M  +1 -1      slepc/trunk/src/sys/slepcinit.c  


--- slepc/trunk/src/sys/ftn-custom/zslepc_start.c #1741:1742
@@ -24,7 +24,7 @@
 EXTERN_C_END
 
 #if defined(PETSC_USE_DYNAMIC_LIBRARIES)
-extern PetscDLLibraryList DLLibrariesLoaded;
+extern PetscDLLibrary DLLibrariesLoaded;
 #endif
 
 EXTERN_C_BEGIN
--- slepc/trunk/src/sys/slepcinit.c #1741:1742
@@ -68,7 +68,7 @@
 PetscTruth  SlepcInitializeCalled = PETSC_FALSE;
 
 #if defined(PETSC_USE_DYNAMIC_LIBRARIES)
-extern PetscDLLibraryList DLLibrariesLoaded;
+extern PetscDLLibrary DLLibrariesLoaded;
 #endif
 
 #undef __FUNCT__  



More information about the Pkg-scicomp-devel mailing list