Search found 4 matches

by jlost
Fri Sep 09, 2016 4:17 pm
Forum: Improving ABINIT
Topic: POWER8 Compatibility: Preprocessor- "unsigned int" duplicate
Replies: 1
Views: 6644

Re: POWER8 Compatibility: Preprocessor- "unsigned int" dupli

I dug a bit further and found the following file is specifically commented as nonportable: src/02_clib/align.c #include "abi_clib.h" /* Returns in algn the alignment of a pointer modulo nbytes NONPORTABLE */ void FC_FUNC_(clib_alignment_of,clib_ALIGNMENT_OF) (void *p, int *nbytes, int *alg...
by jlost
Fri Sep 09, 2016 3:19 pm
Forum: Improving ABINIT
Topic: POWER8 Compatibility: Preprocessor- "unsigned int" duplicate
Replies: 1
Views: 6644

POWER8 Compatibility: Preprocessor- "unsigned int" duplicate

After manually setting the build type and removing -march=native from the Makefiles, I am able to make some progress in the build. However, it chokes here next: [u0017592@sys-82824 abinit-8.0.8]$ make make all-recursive make[1]: Entering directory `/home/u0017592/projects/abinit-8.0.8' Making all in...
by jlost
Fri Sep 09, 2016 2:56 pm
Forum: Configuring and compiling ABINIT
Topic: POWER8 Compatibility: -march=native not available
Replies: 1
Views: 7561

POWER8 Compatibility: -march=native not available

Working around the out-of-date config.guess with "./configure -build=powerpc64le-unknown-linux-gnu", I encounter the following error next: [u0017592@sys-82824 abinit-8.0.8]$ make make all-recursive make[1]: Entering directory `/home/u0017592/projects/abinit-8.0.8' Making all in fallbacks m...
by jlost
Tue Aug 30, 2016 10:19 pm
Forum: Configuring and compiling ABINIT
Topic: POWER8 Compatibility: Update config.guess
Replies: 1
Views: 3071

POWER8 Compatibility: Update config.guess

I noticed config.guess is very out of date in several places in your codebase. This is an obstacle to compiling on POWER8 systems, forcing a manual override. If the config.guess is updated to the latest version in all locations, it will detect the correct architecture. All locations of config.guess:...