Search found 1 match

by myid520@163.com
Mon Oct 25, 2010 10:04 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling Abinit 6.4.1 in HPC cluster CentOS [SOLVED]
Replies: 11
Views: 12753

Re: Compiling Abinit 6.4.1 in HPC cluster CentOS [SOLVED]

I've looked into your config.log. You're getting these warnings because you're using GCC 4.1, which is not supported by the build system of Abinit. A quick fix would be to specify the CFLAGS at configure-time yourself. Yes. You must remove '-mtune=native -march=native' in the CFLAGS to enable-plugi...