Error during Compilation

High Performance Computing with Elmer
Post Reply
hireche
Posts: 2
Joined: 09 Sep 2015, 19:39
Antispam: Yes

Error during Compilation

Post 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
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Error during Compilation

Post 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
hireche
Posts: 2
Joined: 09 Sep 2015, 19:39
Antispam: Yes

Re: Error during Compilation

Post by hireche »

Thank you for your quick reply. I will try and i will keep you posted
Post Reply