Search found 355 matches

by jbeuken
Tue Mar 06, 2012 9:00 pm
Forum: Configuring and compiling ABINIT
Topic: problem while downloading abinit package
Replies: 3
Views: 4583

Re: problem while downloading abinit package

Hi,

the size of the package is exactly 58474634 bytes

if the command :

Code: Select all

tar xzf  abinit-6.12.1.tar.gz


completes without error, is that the package is complete !

concerning the problem with configure, what's exactly the error message ?

regards

jmb
by jbeuken
Fri Feb 10, 2012 8:44 pm
Forum: Configuring and compiling ABINIT
Topic: Bug report: OpenMP in Abinit 6.10.2
Replies: 2
Views: 2350

Re: Bug report: OpenMP in Abinit 6.10.2

hi, there are a lot of problems with 6.10 and OpenMP but try with 6.12.1 and with this config file : FC = ifort CC = icc CXX = icpc enable_gw_dpc = yes enable_mpi = no with_dft_flavor = atompaw+bigdft+libxc+wannier90 with_fft_flavor = fftw3 with_fft_libs = -L/opt/intel/composerxe/mkl/lib/intel64 -Wl...
by jbeuken
Fri Feb 10, 2012 8:40 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]
Replies: 5
Views: 9875

Re: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]

hello, this .ac file is working with abinit 6.12.1 and with intel 11.1 under CentOS 5.7/xeon ( but it should be work with intel 12.1 ) enable_gw_dpc = yes enable_mpi = yes enable_mpi_io = yes with_mpi_prefix = /usr/local/openmpi_intel with_dft_flavor = atompaw+bigdft+libxc+wannier90 with_fft_flavor ...
by jbeuken
Sat Feb 04, 2012 9:12 pm
Forum: Configuring and compiling ABINIT
Topic: Compiling error in 6.12.1 about "illegal data type length.."
Replies: 8
Views: 7080

Re: Compiling error in 6.12.1 about "illegal data type lengt

HI,

I don't known if your issue is related to the mpich2 version, but I encountered this kind of problem with mpich2 1.4.x

see for example, viewtopic.php?f=3&t=1459&p=4537&hilit=mpich2#p4538

it works with the mpich2 1.5.a2

regards

jmb
by jbeuken
Thu Jan 26, 2012 5:40 pm
Forum: Configuring and compiling ABINIT
Topic: configure error of 6.10 with gfortran+openmpi on fedora
Replies: 6
Views: 5376

Re: configure error of 6.10 with gfortran+openmpi on fedroa

Dear Xiaole, My problem has been sovled according to the solution of jmb see http://forum.abinit.org/viewtopic.php?f=2&t=1452 it seem like the version 1.5- openmpi doesnt work well with abinit promlem sovled I finally understood why ABINIT does not work with the "native" fedora openmpi...
by jbeuken
Thu Jan 26, 2012 9:29 am
Forum: Configuring and compiling ABINIT
Topic: Abinit for windows 7 32bit
Replies: 1
Views: 3025

Re: Abinit for windows 7 32bit

Hi,

did you ever try the binary package ( http://www.etsf.eu/resources/software/e ... ory#ABINIT ) ?

jmb
by jbeuken
Thu Jan 26, 2012 9:24 am
Forum: Improving ABINIT
Topic: Issues with v.6.10.3 tutorial#1
Replies: 5
Views: 5545

Re: Issues with v.6.10.3 tutorial#1

Hi, abinit<t1x.files>&log I do not get all the files mentioned in the tutorial. What I get instead are: log t11.in t11.out t11.outA t1x.files Did you examine the contents of log and *.out files ? If you don't see "Calculation Completed." at the end of theses files, that there is a prob...
by jbeuken
Wed Jan 25, 2012 7:55 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Not able to configure abinit-6.10.1
Replies: 4
Views: 4426

Re: Not able to configure abinit-6.10.1

Hi, ./configure --enable-mpi=no FC=/opt/intel/composerxe-2011.0.084/bin/intel64/ifort ... echo "Running built-in test in_1" Running built-in test in_1 cd tests ; /usr/bin/perl .././tests/Scripts/run-basic-tests.pl built-in in_1 /home/wychem/rs244/abinit-6.10.1 ../../../src/98_main/abinit: ...
by jbeuken
Mon Jan 23, 2012 5:25 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT on GPU
Replies: 13
Views: 14704

Re: ABINIT on GPU

Hello, To make you wait, we can read in the release notes (abstract) of 6.12.1 version ( not yet released ) B. Most noticeable achievements B.1 The Ground-state calculations can benefit from GPUs, with CUDA library. See the input variable use_gpu_cuda, as well as the tests contained in the tests/gpu...
by jbeuken
Thu Jan 12, 2012 10:25 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Cannot configure Abinit v6.10.1
Replies: 6
Views: 4513

Re: Cannot configure Abinit v6.10.1

Hi, yes I had a wrong line (with_fft_libs="/opt/shared_libs/lib/libfftw3"). I changed it to "with_fft_libs="-L/opt/shared_libs/lib -lfftw3" and now the FFT libs are OK. However I thought that the style "-L/path/to/lib/dir -lname" is used to link dynamic libs not st...
by jbeuken
Wed Dec 28, 2011 8:49 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Abint 6.10.3 fails tests on Ubuntu 11.10 server
Replies: 3
Views: 3003

Re: Abint 6.10.3 fails tests on Ubuntu 10.10 server

Hi Sergei, I'm not a specialist of ubuntu but the 6.10.3 is working with recipe for ubuntu 10.04 can you tell me which version of openmpi was installed under 10.10 ? under 10.04 , it's 1.4.1 : we don't support yet 1.5 same for mpich : don't use mpich > 1.3.x : there is a bug in version 1.4.x correct...
by jbeuken
Wed Dec 07, 2011 10:10 pm
Forum: Configuring and compiling ABINIT
Topic: make abinit-6.10.1 fails
Replies: 9
Views: 6572

Re: make abinit-6.10.1 fails

Hi, Thnx but my version is 1.0.7 according to this : # /opt/mpich2/gnu/bin/mpif90 -v mpif90 for 1.0.7 gcc versión 4.1.2 20071124 (Red Hat 4.1.2-42) sorry but it's a very too version of mpich2 the oldest version tested in our test farm is 1.2.1 it is difficult thing for me to solve the problem with s...
by jbeuken
Wed Dec 07, 2011 4:57 pm
Forum: Configuring and compiling ABINIT
Topic: make abinit-6.10.1 fails
Replies: 9
Views: 6572

Re: make abinit-6.10.1 fails

Hi, what is the version of MPICH2 ? there is a bug in the version 1.4.1p1 , see detail in topic : http://forum.abinit.org/viewtopic.php?f=3&t=1206 you must use 1.3.x or the svn version regards jmb How do I find out the version of mpich? mpif90 -v mpif90 for MPICH2 version 1.3 jmb
by jbeuken
Tue Dec 06, 2011 3:36 pm
Forum: Configuring and compiling ABINIT
Topic: make abinit-6.10.1 fails
Replies: 9
Views: 6572

Re: make abinit-6.10.1 fails

Hi,

what is the version of MPICH2 ?

there is a bug in the version 1.4.1p1 , see detail in topic : http://forum.abinit.org/viewtopic.php?f=3&t=1206

you must use 1.3.x or the svn version

regards

jmb
by jbeuken
Tue Dec 06, 2011 2:54 pm
Forum: Configuring and compiling ABINIT
Topic: Problem with compiling abinit 6.10.2 on iMac 2011
Replies: 7
Views: 4766

Re: Problem with compiling abinit 6.10.2 on iMac 2011

Dear xiangpisai,

which is the version of your OS ?
the error can be explained if the version is 10.6.7 or less...

jmb
by jbeuken
Mon Dec 05, 2011 3:37 pm
Forum: Configuring and compiling ABINIT
Topic: Packaging abinit for Fedora/RHEL/CentOS
Replies: 6
Views: 8224

Re: Packaging abinit for Fedora/RHEL/CentOS

HI, I would like to share my experience with the MPI packages with ABinit 6.10.x under Fedora Core 16 ( x86_64 ) I tried with theses two packages without success openmpi-1.5-4.fc16.x86_64 openmpi-devel-1.5-4.fc16.x86_64 mpich2-1.4.1p1-1.fc16.x86_64 mpich2-devel-1.4.1p1-1.fc16.x86_64 1) OpenMPI => ru...
by jbeuken
Mon Dec 05, 2011 10:29 am
Forum: Configuring and compiling ABINIT
Topic: Problem with compiling abinit 6.10.2 on iMac 2011
Replies: 7
Views: 4766

Re: Problem with compiling abinit 6.10.2 on iMac 2011

Hi, I suppose that your iMac2011 runs under Lion (10.7.x)... I download and install the binaries found on : http://gcc.gnu.org/wiki/GFortranBinaries#MacOS ( gcc v4.6.2 ) I add/ajust in my environment : export PATH=/usr/local/gfortran/bin:$PATH export DYLD_LIBRARY_PATH=/usr/local/gfortran/lib:$DYLD_L...
by jbeuken
Sun Dec 04, 2011 10:47 pm
Forum: Configuring and compiling ABINIT
Topic: configure error of 6.10 with gfortran+openmpi on fedora
Replies: 6
Views: 5376

Re: configure error of 6.10 with gfortran+openmpi on fedroa

Hi, in the config.log, you see that the "libmpi.so.1" library is not found : ... configure:11026: $? = 0 configure:11033: ./conftest ./conftest: error while loading shared libraries: libmpi.so.1: cannot open shared object file: No such file or directory configure:11037: $? = 127 ... initia...
by jbeuken
Wed Nov 23, 2011 6:30 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.8.1 in paralle by lammpi
Replies: 5
Views: 3744

Re: abinit 6.8.1 in paralle by lammpi

Hi,

mpirun -n 24 -hostfile hostlist abinit<>&log &


perhaps, you forgot input files :(

mpirun -n 24 -hostfile hostlist abinit < files >& log &

jmb
by jbeuken
Sun Nov 13, 2011 8:52 pm
Forum: Configuring and compiling ABINIT
Topic: Problem to installing Abinit-10.6.1 on Opensuse 11.4
Replies: 5
Views: 5270

Re: Problem to installing Abinit-10.6.1 on Opensuse 11.4

problem of privileges...

you can try :

Code: Select all

sudo make install


jmb
by jbeuken
Sun Nov 13, 2011 6:44 pm
Forum: Configuring and compiling ABINIT
Topic: Problem to installing Abinit-10.6.1 on Opensuse 11.4
Replies: 5
Views: 5270

Re: Problem to installing Abinit-10.6.1 on Opensuse 11.4

Hi,

where is the problem ?

Configuration complete successfully...
make also...
mab wrote:zemzemi@linux-6akw:~/DossierCalcul/Dossier_Abinit/abinit-6.10.1>


now, you can :

Code: Select all

make install


or

Code: Select all

cd tests ; make tests_min 


as indicated at the end of make

regards

jmb
by jbeuken
Wed Nov 09, 2011 9:22 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT for Windows 7, 64 bit
Replies: 9
Views: 8870

Re: ABINIT for Windows 7, 64 bit

Hi Steve,

if you want , you can try the "atompaw.exe" version 3.0.1 ( natif 64 bits windows binary )

link = http://ftp.abinit.org/atompaw.zip

good luck ;)

jmb
by jbeuken
Sat Nov 05, 2011 10:24 pm
Forum: Configuring and compiling ABINIT
Topic: [Q][SOLVED] open64 for abinit?
Replies: 8
Views: 5469

Re: [Q] open64 for abinit?

Hi ByoungSeon, for information, I successed to compile sequential ABINIT 6.9.1 (patched by me (not published)) with the AMD version of open64 ( 4.2.5.1 ) ( m ) under a HP/DL185 ( 2x OctoOpteron ) the result of tests are pretty good... 6.9.1-private/r694 ==============================================...
by jbeuken
Tue Nov 01, 2011 11:02 am
Forum: Configuring and compiling ABINIT
Topic: abinit for windows 7
Replies: 15
Views: 14163

Re: abinit for windows 7

Hi, I should use exactly dots in " ..\..\bin\mpiexec -localonly 2 ..\..\bin\abinit < "t_kpt+spin.files" or replace with directory? you can replace with directory ( full path ) - start as administrator , a "command prompt" to start smpd bin\smpd -install only this command is ...
by jbeuken
Sun Oct 30, 2011 7:46 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT for Windows 7, 64 bit
Replies: 9
Views: 8870

Re: ABINIT for Windows 7, 64 bit

Hi Steve,

do you already try the version found on "http://ftp.abinit.org/abinit-6.6.2_i686_cygwin_gnu4.5.zip"

( it is a 64bit binary suitable for Windows 7 )

you can see the topics "http://forum.abinit.org/viewtopic.php?f=2&t=1022" for more infos

regards

jmb