Hi Ali,

can you post the output of
make VERBOSE=1 test_windTunnelTopClosed

And check whether in your folder
/software6/libs/suitesparse/4.2.1_gcc/lib
there is a library containing the routines,
grep 'cholmod_start' *.so

Kind regards
Bernd

On 05/22/2016 02:19 AM, Ali Nowamooz wrote:

Dear Dumux users,

I compiled Dumux with UMFpack to run the multi-domain simulations presented by Fetzer et al. 2016 (i.e., Effect of Turbulence and Roughness on Coupled Porous-Medium/Free-Flow Exchange Processes). I got the following errors that I couldn’t find any solution for them yet. I would like to know if anyone experienced the same problem and can help me with it.

[anowamooz@colosse2 windTunnel]$ make

Linking CXX executable test_windTunnelTopClosed

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_start'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_finish'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_free_factor'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_print_common'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `SuiteSparse_time'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_free_factor'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_free_sparse'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_transpose'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_analyze'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_transpose'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_free_sparse'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_finish'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_print_common'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_l_start'

/software6/libs/suitesparse/4.2.1_gcc/lib/libumfpack.so: undefined reference to `cholmod_analyze'

collect2: error: ld returned 1 exit status

make[2]: *** [appl/multidomain/windTunnel/test_windTunnelTopClosed] Error 1

make[1]: *** [appl/multidomain/windTunnel/CMakeFiles/test_windTunnelTopClosed.dir/all] Error 2

make: *** [all] Error 2

Thanks in advance for your help

Ali Nowamooz

Research associate

Université Laval
Department of Geology and Geological Engineering
Faculty of Science and Engineering
Quebec (Quebec) – Canada



_______________________________________________
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux


--
_______________________________________________________________

Bernd Flemisch                         phone: +49 711 685 69162
IWS, Universität Stuttgart             fax:   +49 711 685 60430
Pfaffenwaldring 61            email: be...@iws.uni-stuttgart.de
D-70569 Stuttgart            url: www.hydrosys.uni-stuttgart.de
_______________________________________________________________

_______________________________________________
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to