Search found 3 matches

by duanx
Wed May 26, 2021 8:18 pm
Forum: Configuring and compiling ABINIT
Topic: Runtime error
Replies: 0
Views: 13588

Runtime error

Hello, I successfully compiled 9.4.1 on our HPE Cray EX (formerly known as Cray Shasta) system. I tried to run a test with the input file t01.abi from tests/v9/Input. The job crashed with the error message: --- !ERROR src_file: abinit.F90 src_line: 247 mpi_rank: 0 message: | Cannot open file 't01.ab...
by duanx
Mon Apr 05, 2021 6:40 pm
Forum: Configuring and compiling ABINIT
Topic: No Makefile generated on HPE SGI 8600
Replies: 3
Views: 8981

Re: No Makefile generated on HPE SGI 8600

Thanks for the response. I enabled HDF5 and now I have following errors (grepped from config.log) grep error config.log conftest.c(18): error #2379: cannot open source file "ac_nonexistent.h" conftest.c(18): error #2379: cannot open source file "ac_nonexistent.h" icpc: command line error: no files s...
by duanx
Thu Apr 01, 2021 11:48 pm
Forum: Configuring and compiling ABINIT
Topic: No Makefile generated on HPE SGI 8600
Replies: 3
Views: 8981

No Makefile generated on HPE SGI 8600

Hello, I could previously install 8.8.4 on our HPE SGI 8600 machines. When I tried to install the 9.4.1 version on it, I could not get the Makefile with following configure command: ../configure --prefix=/app/abinit/abinit-9.4.1 CC=mpicc FC=mpif90 --with-hdf5=no I used either intel compiler/MPI of v...