Page 1 of 1

Error during Compilation

Posted: 10 Sep 2015, 10:39
by hireche
I'm trying to install Elmer in HPC for parallel computing. I followed the procedure mentioned in below link:

http://www.elmerfem.org/elmerwiki/index ... on_(Linux)

But in hutiter module compilation, i had the following error:

make[1]: Entering directory `/root/Package/elmer/elmerfem/hutiter'
Making all in src
make[2]: Entering directory `/root/Package/elmer/elmerfem/hutiter/src'
mpif90 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O3 -march=x86-64 -ftree-vectorize -funroll-loops -ffast-math -m64 -fPIC -I. -I/opt/elmer//include -c -o huti_bicgstab_2_C.o huti_bicgstab_2_C.F90
huti_bicgstab_2_C.F90:98.21:

use huti_interfaces
1
Fatal Error: Can't open module file 'huti_interfaces.mod' for reading at (1): No such file or directory
make[2]: *** [huti_bicgstab_2_C.o] Error 1
make[2]: Leaving directory `/root/Package/elmer/elmerfem/hutiter/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Package/elmer/elmerfem/hutiter'
make: *** [all] Error 2

I don't known how to resolve this issue, please i need help

Thanks

Re: Error during Compilation

Posted: 10 Sep 2015, 10:49
by raback
Hi

The instructions are obsolite. We nowadays use cmake. For recent instructions look at:

http://www.elmerfem.org/elmerwiki/index ... sing_Cmake

-Peter

Re: Error during Compilation

Posted: 10 Sep 2015, 11:26
by hireche
Thank you for your quick reply. I will try and i will keep you posted