Barry, I catched a new problem. At PetscInitialize(), dynamic libraries are 'retrieved' twice. The calls that leads to this are the following:
PetscInitialize() PetscInitialize_DynamicLibraries() PetscLoadDynamicLibrary() // helper routine for opening each libpescXXX lib PetscDLLibraryRetrieve() // FIRST call PetscDLLibraryAppend() PetscDLLibraryOpen() PetscDLLibraryRetrieve() // SECOND call However, I'm not sure if this is a real issue. It seems that ./bin/urlget.py is smart enough as to skip downloading based on timestamps (though I'm not sure if the same applies to the wget fallback in 'bin/urlget' shell script) -- Lisandro Dalc?n --------------- Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC) Instituto de Desarrollo Tecnol?gico para la Industria Qu?mica (INTEC) Consejo Nacional de Investigaciones Cient?ficas y T?cnicas (CONICET) PTLC - G?emes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594
