Search found 4 matches

by jens
Mon Jul 05, 2010 5:24 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7557

Re: Compiling ABINIT on an IBM Power 750 Express

To half-answer my own question, the link failed because the: ../../src/50_abitypes_defs/lib50_abitypes_defs.a library wasn't included. I manually added it and I got an abinit binary - which unfortunately seg-faulted as soon as I tried to run it. Before I try and chase why that might be, can anyone g...
by jens
Thu Jul 01, 2010 6:30 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7557

Re: Compiling ABINIT on an IBM Power 750 Express

Hi, I got nearly all the way there but have no hit a problem I've no idea how to resolve. The final link was as follows: /usr/bin/xlf90_r -bloadmap:map -F/home/jmht/xlf.cfg.61 -q64 -qsuffix=cpp=F90:f=f90 -qfree=f90 -qmoddir=/home/jmht/abinit-6.0.4/build/src/mods -I/home/jmht/abinit-6.0.4/build/src/m...
by jens
Thu Jul 01, 2010 1:32 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7557

Re: Compiling ABINIT on an IBM Power 750 Express

Hi jbeuken, Thanks so much for the tip - that worked perfectly. I did look for a way to pass that option through to cpp with a command-line argument, but it seems like the config file is the only way. Just for information for anyone else compiling Abinit on a similar platform, the build then failed ...
by jens
Wed Jun 30, 2010 3:29 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7557

Compiling ABINIT on an IBM Power 750 Express

Hi, I'm trying to compile ABINIT 6.0.4 in parallel on an IBM Power 750 express (AIX 6.1, Power7,xlf 13). I've started with a serial build and have adapted the file: abinit-6.0.4/doc/config/build-examples/bb_power6-xlf_ibm6_serial.ac and have just added options to compile for Power7 (e.g. with_fc_opt...