Revision [66]

This is an old revision of CompileElmer made by BenoitAudouard on 2006-02-15 01:32:04.

 

in CompilePrograms

Elmer is a tool using finite element method for multi-physics problems

see http://www.csc.fi/elmer/index.phtml
http://www.csc.fi/elmer/download/index.phtml download page
ftp://ftp.funet.fi/pub/sci/physics/elmer/ files to download
http://www.csc.fi/elmer/compiling.phtml instructions to compile

for m in matc-5.0.0 umfpack-4.4a mathlibs-1.0.0 elmergrid-5.0.2 meshgen2d-5.0.0 eio-5.0.0 hutiter-5.0.0 fem-5.0.2 ; do cd $m ; ./configure --prefix=/home/baud/elmerbin > ../compile_${m}.txt 2>&1 && make >> ../compile_${m}.txt 2>&1 && make install >> ../compile_${m}.txt 2>&1 && cd ..; done


In hutiter & fem modules, it seems I've got problems

fem-5.0.2]$ ./configure --prefix=/home/baud/elmerbin
[snip]
checking for Fortran libraries of g77... -L/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3 -L/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/../../.. -lfrtbegin -lg2c -lm -lgcc_s
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, extra underscore
checking for Fortran char* mangling scheme... char_ptr
checking for fortran intrinsic etime... found
checking for fortran intrinsic flush... found
checking for shl_load in -ldld... no is it a problem ?*
checking for shl_load... no
checking for shl_findsym... no
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for dlsym... yes
checking for dlerror... yes
checking for dlclose... yes
checking for mpi-directory... /usr/local/mpich
checking for mpi-lib-directory... /usr/local/mpich/lib
checking for mpi-inc-directory... /usr/local/mpich/include
checking for mpf90... no
checking for mpxlf90... no
checking for sgemm_... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -lblas... yes
checking for dgemm_ in -ldgemm... no is it a problem ?*
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) yes
checking for sgemm_ in -lessl... no
checking for sgemm_ in -lessl... (cached) no
checking for sgemm_ in -lblas... (cached) yes
checking for cheev_... no
checking for cheev_ in -llapack... yes

urpmi libblas3 libblas3-devel # as advised by http://blog.gmane.org/gmane.comp.science.photonic-bands/month=20000301 (found with google checking for dgemm_ in -ldgemm... no)
urpmi --fuzzy libscalapack1-devel liblapack3-devel
urpmi lapack
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki