Hi,
Thanks for the suggestions. I have just written a python script as it always works.
Search found 7 matches
- Thu Jul 09, 2015 5:11 pm
- Forum: Response calculations
- Topic: band2EPS creating an image that does not open
- Replies: 4
- Views: 5024
- Thu Jul 02, 2015 5:53 pm
- Forum: Response calculations
- Topic: band2EPS creating an image that does not open
- Replies: 4
- Views: 5024
band2EPS creating an image that does not open
Hi, I have used the script below to calculate the phonon spectra of W (BCC) #Input file for 'band2eps.' This data layout must be used, line-by-line. #number of atoms in a cell : 1 #minimum value, maximum value and number of tics of the vertical axe : -1.0 9.0 11 #Units : 1 for cm-1, 2 for THz : 1 #N...
- Mon Feb 23, 2015 2:32 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit keeps using fallback
- Replies: 11
- Views: 8739
Re: Abinit keeps using fallback
Thank you. After changing the lin_algebra flavor and libraries, I now get the error make[3]: Entering directory `/g/g92/lim30/abinit-7.8.2/src/mods' There is no buildable file here make[3]: Leaving directory `/g/g92/lim30/abinit-7.8.2/src/mods' Making all in 01_interfaces_ext make[3]: Entering direc...
- Tue Feb 17, 2015 4:08 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit keeps using fallback
- Replies: 11
- Views: 8739
Re: Abinit keeps using fallback
At the ned of configure I keep getting * TRIO flavor = none * TIMER flavor = abinit (libs: ignored) * LINALG flavor = netlib-fallback (libs: ignored) * ALGO flavor = none (libs: ignored) * FFT flavor = none (libs: ignored) * MATH flavor = none (libs: ignored) * DFT flavor = none no matter what I do....
- Tue Feb 17, 2015 11:29 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit keeps using fallback
- Replies: 11
- Views: 8739
Re: Abinit keeps using fallback
It is blue gene. which xlf gives /opt/ibmcmp/xlf/bg/14.1/bin/xlf When I try with FC=mpif90-latestmpi I get the same error as before. usr/local/bin/mpif90-latestmpi -show /bgsys/drivers/V1R2M2/ppc64/gnu-linux/bin/powerpc64-bgq-linux-gfortran -fno-underscoring -I/bgsys/drivers/V1R2M2/ppc64 -I/bgsys/dr...
- Mon Feb 16, 2015 8:59 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit keeps using fallback
- Replies: 11
- Views: 8739
Re: Abinit keeps using fallback
I get the following /usr/local/bin/mpif90 --version GNU Fortran (BGQ-V1R2M2-140717) 4.4.7 Copyright (C) 2010 Free Software Foundation, Inc. /usr/local/bin/mpif90 -show /bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-gfortran -fno-underscoring -I/bgsys/drivers/ppcfloor -I/usr/local/tools/de...
- Fri Feb 13, 2015 2:32 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit keeps using fallback
- Replies: 11
- Views: 8739
Abinit keeps using fallback
I am trying to compile abinit with the following build.ac enable_mpi=yes enable_mpi_io=yes FC=/usr/local/bin/mpif90 CC=/usr/local/bin/mpixlc-latestmpi CXX=/usr/local/bin/mpixlcxx-latestmpi enable_openmp="yes" with-linalg-flavour='scalapack' with_linalg_libs="-L/usr/local/tools/scalapa...