Search found 355 matches

by jbeuken
Thu Mar 03, 2011 3:39 pm
Forum: Configuring and compiling ABINIT
Topic: I cannot configure abinit 6.7.1 [SOLVED]
Replies: 11
Views: 14101

Re: I cannot configure abinit 6.7.1 [SOLVED]

Fabien,

to disable : atompaw libx wannier90 bigdft

--with-dft-flavor=none

to disable : netcdf fox etsf_io

--with-trio-flavor=none

and perhaps

--enable-connectors=no

good luck :roll:
jmb
by jbeuken
Thu Mar 03, 2011 8:53 am
Forum: Configuring and compiling ABINIT
Topic: Building libxc (or disabling it) in AB 6.6.1, OS X
Replies: 1
Views: 4422

Re: Building libxc (or disabling it) in AB 6.6.1, OS X

Hello, to define the DFT libraries, we use ( from 6.6.x and above ) --with-dft-flavor="atompaw+bigdft+libxc+wannier90" ( the default ) then , to disable libxc --with-dft-flavor="atompaw+bigdft+wannier90" meanwhile, I succeed to compile abinit 6.6.1 with libxc on Mac OS X 10.5 / i...
by jbeuken
Mon Feb 07, 2011 6:47 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] ABINIT PARALLEL ON CENTOS
Replies: 4
Views: 3780

Re: ABINIT PARALLEL ON CENTOS

Hi, source /usr/local/intel/current/bin/ifortvars.sh intel64 export FC=mpif90 export CC=mpicc ./configure --enable-mpi="yes" --enable-64bit-flags="yes" make where is the MPI distribution ? what is the result of which mpif90 echo $PATH if the first cmd gives a path ( /the/path ), ...
by jbeuken
Sat Dec 25, 2010 7:58 pm
Forum: Configuring and compiling ABINIT
Topic: problem in installing abinit-6.2.2
Replies: 2
Views: 6030

Re: problem in installing abinit-6.2.2

Hi, the support of MPI is not activated : ============================================================================== === Connectors === ============================================================================== checking whether MPI is usable... no configure: WARNING: MPI support is broken! c...
by jbeuken
Sun Nov 14, 2010 9:17 am
Forum: Link to other codes
Topic: [SOLVED] Troullier-Martins Psuedopotential dl link broken
Replies: 12
Views: 8242

Re: Troullier-Martins Psuedopotential download link broken

hello, I'm forget to answer to the next problem.. When I attempt to download an element like Lithium with link m a new empty page opens and no further activity occurs. No downloads are initiated at this time. In order to diagnose this problem I tried logging in to the ftp server first using an anony...
by jbeuken
Sun Nov 14, 2010 9:07 am
Forum: Link to other codes
Topic: [SOLVED] Troullier-Martins Psuedopotential dl link broken
Replies: 12
Views: 8242

Re: Troullier-Martins Psuedopotential download link broken

Hello,

as you see in the cation ( for Nb and Cr : no file avalaible for TM ) , you can find FHI psp for theses elements

but, right, the links are bad : corrected...

regards

jmb
by jbeuken
Fri Nov 12, 2010 7:00 pm
Forum: Configuring and compiling ABINIT
Topic: make problem for 6.4.1 on RHEL5
Replies: 4
Views: 4431

Re: make problem for 6.4.1 on RHEL5

Hello, I'm using the gnu fortran compiler, installed as gcc-fortran-4.1.2-46.el5_4.2. libgfortran and cpp are installed as the same version. the gcc 4.1.2 is not any more supported... the default parameters for compilation are, among others, "-mtune=native -march=native" not recognized by ...
by jbeuken
Mon Oct 25, 2010 6:26 pm
Forum: Improving ABINIT
Topic: [SOLVED]Subscribed to forums but not receiving mail noticifa
Replies: 5
Views: 5045

Re: Subscribed to forums but not receiving mail noticifacion

Igor,

it's not so oddly : two days before, the subscription was to "None" and I forced it to "Day"

I suspect that, the last update of Digest module resets all subscriptions...

happy that it works...

jmb
by jbeuken
Sat Oct 23, 2010 6:17 pm
Forum: Improving ABINIT
Topic: [SOLVED]Subscribed to forums but not receiving mail noticifa
Replies: 5
Views: 5045

Re: Subscribed to forums but not receiving mail noticifacion

Hello Igor, First of all, the configuration of Digest must be made with the prosilver style ( not implemented with subsilver2 ) In your "User Control Panel" / tab "Digests" / "Basics" / "Type of digest wanted" : did you see "Daily" ( I force DAY in t...
by jbeuken
Fri Oct 08, 2010 8:10 pm
Forum: Configuring and compiling ABINIT
Topic: Compilation on IBM AIX Power6 (@Garching)
Replies: 6
Views: 5520

Re: Compilation on IBM AIX Power6 (@Garching)

Hello,

it's a "classic" problem...

This is a problem related to the mkdir command, which behaves non-standardly on your system aka not GNU.

before running configure, you may try with:

export MKDIR_P="mkdir -p"

jmb
by jbeuken
Tue Oct 05, 2010 7:03 pm
Forum: Configuring and compiling ABINIT
Topic: Compilation on IBM AIX Power6 (@Garching)
Replies: 6
Views: 5520

Re: Compilation on IBM AIX Power6 (@Garching)

Hi, yes... (working with abinit 6.2.3 and soon with 6.4.1 ) on a Power6 ( OpenPower 510 AIX 6.1 ) with these options for configure : CPP="/usr/lpp/xlf/bin/cpp" CC="/usr/lpp/ppe.poe/bin/mpcc_r" CFLAGS="-qlanglvl=stdc99 -O3 -q64 -qspill=2000 -qarch=pwr6 -qtune=auto -qcache=aut...
by jbeuken
Wed Sep 15, 2010 6:39 pm
Forum: Configuring and compiling ABINIT
Topic: [RESOLVED] Compilling abinit on CentOS
Replies: 16
Views: 16743

Re: Compilling abinit on CentOS

ok !! the compilation of wannier plugins works
the error msg concerning lapack is normal
now

Code: Select all

cd /opt/abinit-6.2.3/tmp/
make


jmb
by jbeuken
Tue Sep 14, 2010 7:21 pm
Forum: Configuring and compiling ABINIT
Topic: [RESOLVED] Compilling abinit on CentOS
Replies: 16
Views: 16743

Re: Compilling abinit on CentOS

Hi Junjie there is the same "machine/OS/compiler" combinaison on our test farm ( coba2_intel11 : m ) then I can test your commands ( ./configure and make ) the output of configure is the same and my compilation of Abinit is ok... ... Making all in wannier90 make[3]: Entering directory `/ho...
by jbeuken
Fri Jul 23, 2010 11:28 pm
Forum: Configuring and compiling ABINIT
Topic: compiling on hopper/NERSC
Replies: 5
Views: 4909

Re: compiling on hopper/NERSC

Hi

At least one of the consultants at NERSC seems to think that I should not use --with-mpi-prefix


which are the results of these commands :

which mpif90

mpif90 -show

jmb
by jbeuken
Thu Jul 22, 2010 5:44 pm
Forum: Configuring and compiling ABINIT
Topic: compiling on hopper/NERSC
Replies: 5
Views: 4909

Re: compiling on hopper/NERSC

Hi, enable_debug="no" CC="cc" CFLAGS="-O3 -fno-unsafe-math-optimizations" CXX="CC" CXXFLAGS="-O3 -fno-unsage-math-optimizations" FC="ftn" FCFLAGS="-O3 -fno-unsafe-math-optimizations" enable_mpi="yes" enable_mpi_io="...
by jbeuken
Wed Jul 14, 2010 10:01 pm
Forum: Configuring and compiling ABINIT
Topic: Parallel computation stalls when reading wavefunction
Replies: 1
Views: 3300

Re: Parallel computation stalls when reading wavefunction

Hello Alfred,

I see that you use scalapack... it's not yet officially supported...

have you running all tests of abinit distribution ?

regards

jmb
by jbeuken
Wed Jul 14, 2010 9:56 pm
Forum: Configuring and compiling ABINIT
Topic: Hardware requirements for Abinit
Replies: 2
Views: 3967

Re: Hardware requirements for Abinit

Hello, you can see the benchmarks for some abinit versions on m 2 x Xeon Quad 3Ghz ( nehalem ) with 12 GB + 2 x 400 GB SAS drive : 5 KEuros... is a good choice for node for cluster , the interconnect ( network ) is the bottleneck : infiniband is good but it's 50% of budget... drive : it's not a prob...
by jbeuken
Wed Jul 07, 2010 1:57 pm
Forum: Configuring and compiling ABINIT
Topic: About the compilation of V6.0.4
Replies: 3
Views: 3408

Re: About the compilation of V6.0.4

Hi, I'm just tried with 6.0.4 on Xeon L5420 with intel 10.1 and openmpi 1.3.1 ./configure --with-config-file=host.ac in host.ac : enable_optim="yes" with_fc_optflags="-O2" enable_mpi="yes" with_mpi_prefix="/cvos/shared/apps/openmpi/intel/64/1.3.1/" enable_gw_d...
by jbeuken
Thu Jul 01, 2010 5:49 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7618

Re: Compiling ABINIT on an IBM Power 750 Express

jens, thanks for your work around with 13.1... ( I don't know if it's possible to install this version on a power6/AIX6.1 ) only for information : the trunk of 6.2.1 (rc1) and 6.3.0( dev) work well with IBM/Power6/ AIX 6.1 /xlf 12.1 during the nightly test you can see it on 6.2.1 and 6.3.0 regards jmb
by jbeuken
Wed Jun 30, 2010 11:24 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling abinit 6.0.x on Mac OS X 10.6.4 using ifort 11.1
Replies: 6
Views: 7392

Re: Compiling abinit 6.0.x on Mac OS X 10.6.4 using ifort 11

Hello,

try with

FC_LDFLAGS_EXTRA="-Wl,-search_paths_first"

in the configure command

jmb
by jbeuken
Wed Jun 30, 2010 11:19 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling ABINIT on an IBM Power 750 Express
Replies: 5
Views: 7618

Re: Compiling ABINIT on an IBM Power 750 Express

hello, This is because config.h is a file with C-style /* */ comments which won't work with free-format fortran code (which I think the -qfree=f90 option is setting - this isn't an option I've set myself). try this : copy the config file xlf.cfg ( /etc/xlf.cfg ?!? ) on your home and change cppoption...
by jbeuken
Sun May 16, 2010 11:04 pm
Forum: Configuring and compiling ABINIT
Topic: Plugins problem when running "make"
Replies: 5
Views: 5586

Re: Plugins problem when running "make"

Hi,
cau you list the content of /opt/abinit-5.8.4/plugins/bigdft directory ?

ls -al /opt/abinit-5.8.4/plugins/bigdft

jmb
by jbeuken
Sat May 15, 2010 7:46 am
Forum: Configuring and compiling ABINIT
Topic: Plugins problem when running "make"
Replies: 5
Views: 5586

Re: Plugins problem when running "make"

HI, make[3]: Entering directory `/opt/abinit-5.8.4/src/98_main' gfortran -O2 -g -ffree-line-length-none -o abinis abinis-abinit.o ../../src/95_drive/lib95_drive.a ../../src/93_rdm/lib93_rdm.a ../../src/79_seqpar_mpi/lib79_seqpar_mpis.a ../../src/77_ddb/lib77_ddb.a ../../src/77_suscep/lib77_suscep.a ...
by jbeuken
Fri May 14, 2010 10:38 pm
Forum: Improving ABINIT
Topic: Cannot change file name in PAW web site, again
Replies: 1
Views: 2787

Re: Cannot change file name in PAW web site, again

Hi Joe, well, yet again I have uploaded PAW data sets to the web site and yet again I cannot get the site to show them all. I succeeded in changing the name on the 031-Ga set from 031-ga (the default, lower-case) to 031-Ga (upper-case, as used by the periodic table graphic) but I cannot get the syst...
by jbeuken
Sat Feb 27, 2010 7:30 pm
Forum: Configuring and compiling ABINIT
Topic: PB with the installation of abinit-5.8.4 on Snow Leopard
Replies: 1
Views: 3398

Re: PB with the installation of abinit-5.8.4 on Snow Leopard

Hello,

it's a "classic" problem on MacOS

This is a problem related to the mkdir command, which behaves non-standardly on your system.

but the "native" /bin/mkdir makes a good job

before running configure, you may try with:

export MKDIR_P="mkdir -p"

jmb