Search found 17 matches
- Tue Oct 13, 2015 4:21 pm
- Forum: Ground state
- Topic: stops at Please give name of formatted atomic psp file
- Replies: 1
- Views: 3067
stops at Please give name of formatted atomic psp file
Something strange is happening as I can't even run first tutorial: $ mpirun -np 4 abinit < tbase1_x.files ABINIT Give name for formatted input file: tbase1_4.in Give name for formatted output file: tbase1_4.out Give root name for generic input files: tbase1_xi Give root name for generic output files...
- Fri Mar 13, 2015 1:56 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Re: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issu [SOLVED]
Hi Marc,
Thanks for contributing an update to the formula.
Hope it will be merged soon.
Kind regards,
Denis.
Thanks for contributing an update to the formula.
Hope it will be merged soon.
Kind regards,
Denis.
- Tue Jan 27, 2015 10:35 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Re: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issu [SOLVED]
Another related question: On installation there is `abinit-tests` in `share` folder. However, it does not seem that the python scripts are runnable: $ python runtests.py fast Traceback (most recent call last): File "runtests.py", line 32, in <module> import tests ImportError: No module nam...
- Mon Jan 26, 2015 6:53 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Re: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issu [SOLVED]
Just a small follow-up question: is it possible to move `tests` folder from the build directory and run them via the same python script externally (given that abinit is in PATH)?
Perhaps one could consider this option for future releases?
Perhaps one could consider this option for future releases?
- Mon Jan 26, 2015 5:51 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Re: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issu [SOLVED]
I see... Thanks for making it clear.
I actually build with clang + gfortran 4.9.
I guess for a moment i will just avoid building with NetCDF as I do not need really need.
I actually build with clang + gfortran 4.9.
I guess for a moment i will just avoid building with NetCDF as I do not need really need.
- Mon Jan 26, 2015 3:16 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Re: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issu [SOLVED]
Hi Jordan. I cannot help much because I am not a user of homebrew (nor OSX) but for your libxc problem, you should indeed use 2.2 (I use 2.2.1) and set the variable as with_dft_flavor="libxc" with_libxc_incs="-I/SOMETHING/libxc-2.2.1/include" with_libxc_libs="-L/SOMETHING/li...
- Sat Jan 24, 2015 1:20 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
- Replies: 9
- Views: 14220
Abinit 7.10.2 in Homebrew (OS-X) : libxc and netcdf issues [SOLVED]
Dear all, I would like to add Abinit to Homebrew (a package manager similar to MacPorts). The current attempt is in this pull request: m The file is human readable so if there are any suggestions/advices regarding the way Abinit is built, please, let me know. The configure for which no fast test fai...
- Thu Mar 28, 2013 10:48 am
- Forum: Configuring and compiling ABINIT
- Topic: compile Abinit as a library?
- Replies: 1
- Views: 2064
compile Abinit as a library?
Dear all, I wonder if there is a way to compile Abinit as a library and use it within (C++,C) main's MPI declarations in a parallel run, schematically like MPI_Init(&narg,&arg); int me,nprocs; MPI_Comm_rank(MPI_COMM_WORLD,&me); MPI_Comm_size(MPI_COMM_WORLD,&nprocs); Abinit_NS::Abinit...
- Sat Mar 16, 2013 12:14 pm
- Forum: Ground state
- Topic: ionmov (keep some ions fixed) + Abinit as a library
- Replies: 2
- Views: 2755
Re: ionmov (keep some ions fixed) + Abinit as a library
thanks a lot, David! I just started to play with Abinit and missed those variables. That's exactly what i was looking for.
- Wed Mar 13, 2013 4:47 pm
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Dear Alain, Thank you very much for your reply. Another way is to compile your own FFTW3 library. it's quite easy ... IIRW, I use a configure line like: ./configure --prefix=/opt/fftw-3.2.2 --enable-sse2 --enable-shared --enable-threads CC=gcc-mp-4.7 CPP=cpp-mp-4.7 F77=gfortran-mp-4.7 No need for ff...
- Wed Mar 13, 2013 12:59 am
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Dear Alain, i just noticed that my compilation does not include FFT library, i can compile Abinit with FFTW3 from macports ./configure --prefix=/opt/abinit/7.0.5 --enable-mpi --enable-64bit-flags --with-mpi-prefix=/opt/openmpi --with-linalg-flavor="atlas" --with-linalg-libs="-L/opt/lo...
- Tue Mar 12, 2013 11:03 am
- Forum: Ground state
- Topic: ionmov (keep some ions fixed) + Abinit as a library
- Replies: 2
- Views: 2755
ionmov (keep some ions fixed) + Abinit as a library
Dear all, I wonder if it is currently possible to run structural optimization (ionmov) but keep some of the ions fixed? There are many reasons people do it including coupling to MD (effectively prescribing the boundary conditions in terms of ions positions) as well as some surface energy calculation...
- Wed Feb 20, 2013 9:38 am
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
After running the make tests_acc4, you should do a more */*/report to display the (long) summary of the different tests sections (v1, v2, ..., gw, ...) and investigate those that are marked "failed". The files to look at are the diff.t??. The t??.err files contain the standard error; they...
- Tue Feb 19, 2013 2:54 pm
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Dear Alain, thanks for your kind and prompt reply. So, following your advise I did links for false/true: from within /bin: 1) ln -s /usr/bin/false false 2) ln -s /usr/bin/true true Here are the last lines of output for "make tests_acc4" [etsf_io][t22] File ab.files created, starting abinit...
- Tue Feb 19, 2013 11:16 am
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
I run the "make check" and after quite a long time have the following error: [libxc][t41] File ab.files created, starting abinit [libxc][t41] Finished abinit (Runtime: 4 seconds) [libxc][t41] Comparing t41.out with reference file [libxc][t41] Reference file: /Users/.../abinit-7.0.5/tests/l...
- Sat Feb 16, 2013 9:25 pm
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
Re: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Thanks, Alain, for your advice. I managed to make it compiled, finally. Probably need to run some tests (hopefully won't have any sigfault stuff ) Below is a detailed instructions i followed (just in case someone will be looking how to compile in os-x with openmpi, gnu compilers 4.7): 1. gcc 4.7,g++...
- Fri Feb 15, 2013 6:58 pm
- Forum: Configuring and compiling ABINIT
- Topic: abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
- Replies: 14
- Views: 20014
abinit compiling os-x 10.8.2/gfortran 4.7/gcc4.7/openmpi [SOLVED]
Dear All, I'm very new to the Abinit (7.0.5), and trying to compile it on my os-x using macports. After looking in forums i came up with the following config: ./configure --prefix=/opt/abinit/7.0.5 --enable-mpi --enable-64bit-flags --with-mpi-prefix=/opt/local --with-linalg-flavor="atlas" ...