Search found 355 matches

by jbeuken
Mon Oct 07, 2013 9:55 pm
Forum: Configuring and compiling ABINIT
Topic: Problem emerged after successful configuring [SOLVED]
Replies: 3
Views: 5835

Re: Problem emerged after successful configuring [SOLVED]

of course...

sorry for my "inaccuracy"...

jmb
by jbeuken
Mon Oct 07, 2013 9:53 pm
Forum: Configuring and compiling ABINIT
Topic: Passwords [SOLVED]
Replies: 3
Views: 3880

Re: Passwords [SOLVED]

Hi,

how can I become a super user?


Ask to the administrator of your computer...

jmb
by jbeuken
Sat Oct 05, 2013 9:59 pm
Forum: Configuring and compiling ABINIT
Topic: Passwords [SOLVED]
Replies: 3
Views: 3880

Re: Passwords [SOLVED]

Hi,

if you are a super user ( sudo user ), you can try to prefix all commands by sudo command like :

Code: Select all

sudo apt-get -y install gcc g++ gfortran


and you can use your password

jmb
by jbeuken
Thu Oct 03, 2013 3:49 pm
Forum: Improving ABINIT
Topic: Name conflict between MPI-3 and abinit-7.0.3/src/52_fft_mpi_ [SOLVED]
Replies: 2
Views: 7132

Re: Name conflict between MPI-3 and abinit-7.0.3/src/52_fft_ [SOLVED]

Hi,

already done in 7.4.2 production version
problem detected with MPICH 3.x
we have replaced mpi_comm by mpicomm

jmb
by jbeuken
Thu Aug 29, 2013 1:10 pm
Forum: Configuring and compiling ABINIT
Topic: Test failure on ANADDB
Replies: 1
Views: 2263

Re: Test failure on ANADDB

Hi, with these soft versions : intel 12.1.4 + mkl 10.3 openmpi 1.6.4 and with this ac file enable_mpi="yes" enable_mpi_io="yes" with_mpi_prefix="/home/naps/buildbot/openmpi_intel" with_trio_flavor="etsf_io+netcdf" with_dft_flavor="atompaw+bigdft+libxc+wan...
by jbeuken
Thu Aug 29, 2013 12:54 pm
Forum: Configuring and compiling ABINIT
Topic: Website Problems [SOLVED]
Replies: 2
Views: 3444

Re: Website Problems [SOLVED]

Hi,

the Update functionnality is not used...

then , I "resolve" the problem by remove the form... :oops:

Anyway, thank you for reporting the problem ;)
by jbeuken
Fri Aug 23, 2013 8:48 pm
Forum: Configuring and compiling ABINIT
Topic: installation problem abinit 7.2.2 [SOLVED]
Replies: 10
Views: 8751

Re: installation problem abinit 7.2.2 [SOLVED]

Hi,

an error "ssh: Could not resolve hostname.........." .


this is not a abinit problem...

and i learn an important thing about failures, " Failures help us to learn more about what we are doing"


+1 or like 8-)

jmb
by jbeuken
Fri Aug 23, 2013 8:44 pm
Forum: Configuring and compiling ABINIT
Topic: Report Potential Configuration Problem of V7.4.1 [SOLVED]
Replies: 2
Views: 3221

Re: Report Potential Configuration Problem of V7.4.1 [SOLVED]

Hi,

the compiler intel 11.x is no longer supported for abinit 7.4 ( like gcc 4.1, gcc 4.2, gcc 4.3, pgi >= 8.x, ... )

you can use intel 13.0.1 or >= 13.1.2

regards

jmb
by jbeuken
Wed Aug 21, 2013 9:28 pm
Forum: Configuring and compiling ABINIT
Topic: installation problem abinit 7.2.2 [SOLVED]
Replies: 10
Views: 8751

Re: installation problem abinit 7.2.2 [SOLVED]

Hi, -----------------------------------------------^ applypot.F90(431): error #6478: A type-name must not be used as a variable. [MPI_COMM] MPI_double_precision,mpi_comm,ierr) -----------------------------------------------^ compilation aborted for applypot.F90 (code 1) ha ! I remember : this proble...
by jbeuken
Fri Aug 16, 2013 10:11 pm
Forum: Configuring and compiling ABINIT
Topic: installation problem abinit 7.2.2 [SOLVED]
Replies: 10
Views: 8751

Re: installation problem abinit 7.2.2 [SOLVED]

Hi, some questions and suggestions... - which version of mpich2 ? - minimum intel version usable is 13.0.1 or >= 13.1.2 - "--with_trio_flavor = netcdf+etsf_io" is mandatory - try first : --with-linalg-flavor=”mkl” I made a test with mpich2 1.5 , intel 12.1.4 and this build.ac : enable_gw_d...
by jbeuken
Thu Aug 15, 2013 11:44 pm
Forum: Configuring and compiling ABINIT
Topic: installation problem abinit 7.2.2 [SOLVED]
Replies: 10
Views: 8751

Re: installation problem abinit 7.2.2 [SOLVED]

Hi, first of all, scalapack is not yet officially supported... we have not yet tested intel 12 compiler under opensuse, but we have a nightly bot that tests a configuration with "native" packages of opensuse 12.1 packages : fftw3, openmpi 1.4.3, gfortran 4.6.2, netcdf 4 and my build.ac fil...
by jbeuken
Wed Jun 05, 2013 12:53 pm
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 23396

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

Hi Is there any command to run abinit in a smp machine with several cores without parallel configuration? yes, you can use OpenMP this is a example of .ac file with gfortran 4.6 : enable_mpi = no enable_mpi_io = no with_dft_flavor = none FC_LDFLAGS_EXTRA = -fopenmp FCFLAGS_EXTRA = -fopenmp enable_op...
by jbeuken
Thu May 30, 2013 9:41 pm
Forum: Configuring and compiling ABINIT
Topic: Problem emerged after successful configuring [SOLVED]
Replies: 3
Views: 5835

Re: Problem emerged after successful configuring [SOLVED]

Hi Serge, your fftw3 package seems not support float for example, on ubuntu, there are the float(single) ( libfftw3f.a ) and real ( libfftw3.a) libraries : then the ac file contains : with_fft_flavor = fftw3 with_fft_incs = -I/usr/include/ with_fft_libs = -L/usr/lib64 -lfftw3 -lfftw3f you must compi...
by jbeuken
Thu May 16, 2013 3:38 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]
Replies: 5
Views: 13342

Re: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]

Hi ,

I don't if it's the solution but I use


with_linalg_libs = -L/usr/local/magma_gcc46_mkl/lib -Wl,--start-group -lmagma -lmagmablas -lcuda -Wl,--end-group -L/opt/intel/Composer/mkl -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_openmpi_lp64 -lpthread -lm


jmb
by jbeuken
Thu May 16, 2013 3:31 pm
Forum: Ground state
Topic: error of running some tests
Replies: 1
Views: 1953

Re: error of running some tests

Hi,

if tests_acc is OK , no need to make tests_gw : it's a subset of tests_acc
"tests_bench" script is no more tested and it's perhaps broken

jmb
by jbeuken
Thu May 16, 2013 3:22 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.2.1 GCC 4.6.3 openmpi [SOLVED]
Replies: 10
Views: 9196

Re: Abinit 7.2.1 GCC 4.6.3 openmpi [SOLVED]

Hi gryko, this is my ac file for open64 (4.2.5.2) with openmpi enable_64bit_flags = yes enable_gw_dpc = yes enable_debug = no # problem with 79_seqpar_mpi/lobpcgwf.F90 ( compiler bug ) fcflags_opt_79_seqpar_mpi = -O0 -m64 -align64 enable_mpi = yes enable_mpi_io = no with_mpi_prefix = /usr/local/open...
by jbeuken
Sat May 04, 2013 10:19 pm
Forum: Configuring and compiling ABINIT
Topic: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]
Replies: 5
Views: 13342

Re: ABINIT 7.2.1 + CUDA + MAGMA [SOLVED]

Hi,

how did you compiled/installed magma ?

what the folder /opt/magma/lib contains ?

by the way, why do you set to "yes" :

Code: Select all

enable_openmp="yes"
enable_gui_build="yes"
enable_gui="yes"


jmb
by jbeuken
Sat May 04, 2013 10:11 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.2.1 with intel 13.1.1 compiler
Replies: 3
Views: 3054

Re: Abinit 7.2.1 with intel 13.1.1 compiler

Hi Christian,

very strange that there is some xrong with fallbacks...

without DFT an d TRIO, and using mkl, nothing must be build under fallbacks

what is the output of the configure ?

I have the same kind of ac file but with DFT and TRIO, an d everything is working

jmb
by jbeuken
Wed Apr 17, 2013 2:57 pm
Forum: Configuring and compiling ABINIT
Topic: mvapich2 1.9b compilation problem, related to mpich3?
Replies: 2
Views: 3576

Re: mvapich2 1.9b compilation problem, related to mpich3?

Hi,

this is resolved by changing all mpi_com by mpicom ( mpi_ is "reserved" for MPI ) in the applypot.F90 and accrho.F90 files ( corrected in 7.3.2 )

no more needed "--with-mpi-level=1"

jmb
by jbeuken
Fri Apr 05, 2013 10:42 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]
Replies: 16
Views: 27284

Re: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]

Hi, I try also with intel 13.1.1 and openmpi 1.6.4 and I have the same problem ( "catastrophic error: **Internal compiler error: internal abort**" ) ! it seems that the compiler has problem to compile "src/66_wfs/prep_fourwf.F90" with -O3 optimization with -O1 , it works ! this i...
by jbeuken
Fri Apr 05, 2013 7:03 pm
Forum: Configuring and compiling ABINIT
Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Replies: 14
Views: 18416

Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]

Hi, * Now FFTW3 wrappers can be used with MPI (and MPI+opemMP) Introduction of fftalg 314 LOBPCG algorithm can now use fftalg=31X (e.g. 312 or 314) (FFTW3+MPI) in addition to fftalg=40X By F. Dahm and M. Torrent So my second question is whether that solves the problem Alain mentioned for previous ve...
by jbeuken
Fri Apr 05, 2013 6:22 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.2.1 GCC 4.6.3 openmpi [SOLVED]
Replies: 10
Views: 9196

Re: Abinit 7.2.1 GCC 4.6.3 openmpi [SOLVED]

Hi, 2 little remarks : 1) if you use : --enable-mpi="yes" , it's better to use '--with-mpi-prefix' to point to your openmpi installation for ex : --with-mpi-prefix="/usr/local/openmpi" , then, no needed to use CC and/or FC 2) if you use : --with-FFT-flavor="fftw3" , you...
by jbeuken
Fri Apr 05, 2013 6:12 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]
Replies: 16
Views: 27284

Re: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]

Hi this is my recipe ( build.ac file ) to use fftw3 from mkl.11 with intel 12.1.4 ( config use nightly with our abinit test farm : http://www.abinit.org/developers/dev-environment/buildbot/buildbot-builder-matrix ) enable_gw_dpc = yes enable_mpi = yes enable_mpi_io = yes with_mpi_prefix = /usr/local...
by jbeuken
Wed Apr 03, 2013 9:59 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]
Replies: 3
Views: 4386

Re: Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]

Hi Evren, I quickly installed mpich3.0.3/gcc4.7.2 under CentOS 6.3 I compiled 7.2.1 with all fallbacks without problem I run the tests fast and parallel : no error this is my build.ac ( use : ./configure --with-config-file=./build.ac ) enable_gw_dpc = yes enable_mpi = yes enable_mpi_io = yes enable_...