Commit Graph

194 Commits

Author SHA1 Message Date
giannozz 3a27d4dc0c Configure updated for Nec
"makedeps.sh directory" works if there is "/" at the end of directory name


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3742 c92efa57-630b-4861-b058-cf58834340f0
2007-02-02 17:56:08 +00:00
giannozz 1bd9f027f3 Updated configure for SX6 (Guido)
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3530 c92efa57-630b-4861-b058-cf58834340f0
2006-11-14 17:11:58 +00:00
giannozz 6595b18056 Yesterday's changes to configure were not that smart after all:
changing cross_compilation may have unexpected side effects.
Now ranlib is set to echo only if a true corss compilation is performed


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3516 c92efa57-630b-4861-b058-cf58834340f0
2006-11-08 08:15:51 +00:00
giannozz 3c0d2a794b Configure for Nec SX6 (courtesy of Guido Roma)
Minor configure problem: do not load lapack if acml is present
on AMD with pgf90 compiler
Documentation update
Makefile: save cvs2cl.pl script


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3515 c92efa57-630b-4861-b058-cf58834340f0
2006-11-07 16:02:47 +00:00
giannozz 77f79524f8 Yet another configure glitch: missing $ in variable name.
As a consequence, internal blas were not loaded when needed.
Note that the large change in configure is due to the different
version of autoconf, not to the 1-character change in configure.ac


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3504 c92efa57-630b-4861-b058-cf58834340f0
2006-11-03 09:55:19 +00:00
sbraccia f1b7789a5a INCLUDEFFTW environment variable was not properly used. Added the possibility to set
PGPLOT_LIBS environment variable.
C.S.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3497 c92efa57-630b-4861-b058-cf58834340f0
2006-10-29 23:20:12 +00:00
giannozz 454900a07b Better detection of atlas libraries
script makedeps.sh accepts a directory as argument


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3468 c92efa57-630b-4861-b058-cf58834340f0
2006-10-19 21:17:24 +00:00
giannozz 0263240f32 More fun with "configure": some cleanup + fixes for bugs introduced
with the latest changes


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3442 c92efa57-630b-4861-b058-cf58834340f0
2006-10-09 16:21:45 +00:00
giannozz 27c4f86482 Do not ignore (but do not check either) the values of BLAS_LIBS and
LAPACK_LIBS if set


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3440 c92efa57-630b-4861-b058-cf58834340f0
2006-10-06 20:58:03 +00:00
giannozz 0874b4a10c More minor installation cleanup
lapack_mkl.f does not seem to be needed any longer starting from mkl v6 or so
Since earlier versions are not supported by configure anyway I removed it


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3436 c92efa57-630b-4861-b058-cf58834340f0
2006-10-05 21:11:19 +00:00
giannozz af76cd8021 More installation cleanup / messup :
blas and lapack libraries are specified solely in BLAS_LIB and LAPACK_LIB,
no more in MYLIB. A Lapack library is always compiled but used only if
needed. Problem with conflicting essl/lapack on cineca sp5 solved (i hope)
Re-run configure before complaining that nothing works !


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3435 c92efa57-630b-4861-b058-cf58834340f0
2006-10-05 18:00:50 +00:00
giannozz bd24b32d6f Installation cleanup (maybe) : the blas libraries are always compiled,
loaded only when nothing else is found using BLAS_LIBS


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3434 c92efa57-630b-4861-b058-cf58834340f0
2006-10-05 01:19:44 +00:00
giannozz cc73a76a46 - misspell in configure
- symmetrize_at needed for compilation of PP
- more preprocessing cleanup


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3427 c92efa57-630b-4861-b058-cf58834340f0
2006-10-03 14:29:27 +00:00
giannozz aab0e4a65b More preprocessing and installation cleanup (or maybe messup)
The include file for C routines is generated by configure,
in a way that should be very general and robust.  Beware:
you need to re-run configure to regenerate include/c_defs.h


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3423 c92efa57-630b-4861-b058-cf58834340f0
2006-09-29 15:25:53 +00:00
giannozz 2bbb557fd4 Bug in the --disable-parallel option of configure fixed.
It had gone unnoticed for a long time, but the recent changes
made its presence noticeable via a rather obscure failure.
C_POINTER is defined integer*N instead of integer(kind=N).
The former definition is obsolescent but always valid, while the latter
may fail for compilers (ex. NAG) not using the length in bytes as kind


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3413 c92efa57-630b-4861-b058-cf58834340f0
2006-09-22 12:49:52 +00:00
giannozz 7d8cbc267d oops, I forgot this
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3412 c92efa57-630b-4861-b058-cf58834340f0
2006-09-21 20:12:02 +00:00
giannozz 43e4e5d38d There is no reason to generate dependencies every time. Files
make.depend are now in the CVS and shouldn't be updated unless
needed. Configure no longer runs makedeps.sh. Type 'make depend'
to regenerate dependencies.

Remove all */make.depend files before updating!


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3409 c92efa57-630b-4861-b058-cf58834340f0
2006-09-21 17:49:53 +00:00
giannozz 1beef54c1c The check for dependencies must be done after fft_defs.h is written
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3408 c92efa57-630b-4861-b058-cf58834340f0
2006-09-21 15:35:25 +00:00
giannozz fe7f0cfee7 More installation cleanup (or maybe messup): "configure" should now
recognize the correct length of fortran integer variables containing
C pointers, writing it into file include/fft_defs.h . Side effects
not unlikely, please check and correct if you can (and dare to).
Version number moved to 3.2cvs


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3407 c92efa57-630b-4861-b058-cf58834340f0
2006-09-21 15:23:47 +00:00
giannozz 5d0678797a Several unused variables removed from configure and make.sys
configure should automatically recognize if "memstat" will work


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3404 c92efa57-630b-4861-b058-cf58834340f0
2006-09-20 12:26:19 +00:00
cavazzon fafe34f06b - fixed a configuration problem with pgi compiler and preprocessor
- elapsed_seconds substituted by cclock
- fortran version of scnds substituted by c version.

now time information is taken only through:
cclock   for the real wall clock time
scnds    for cpu time of the running process
defined in file clib/cptimer.c


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3400 c92efa57-630b-4861-b058-cf58834340f0
2006-09-19 17:00:18 +00:00
giannozz 2956309aee Support for gfortran added (?) to configure; some configure cleanup
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3392 c92efa57-630b-4861-b058-cf58834340f0
2006-09-14 17:08:51 +00:00
giannozz fb5318a4e7 Fixes for Mac OSX and XLF (courtesy of Pascal Thibaudeau)
Documentation updates


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3386 c92efa57-630b-4861-b058-cf58834340f0
2006-09-13 16:41:56 +00:00
giannozz 65988cde08 Minor changes related to Mac OS-X support - hopefully no more need to
locate malloc.h and to define __MAC


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3379 c92efa57-630b-4861-b058-cf58834340f0
2006-09-12 16:17:24 +00:00
giannozz 2fb4a947a1 Support for Mac OS-X (Intel) with g95 added in configure
re-aligned configure and configure.ac
fixed minor format glitches signaled by g95
added __XLF preprocessing option
updated documentation and Make.*, removed obsolete Make.ibm*


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3374 c92efa57-630b-4861-b058-cf58834340f0
2006-09-11 12:56:12 +00:00
giannozz 01140a43b9 Misc installation changes:
- configure updated for mkl v. 8.1
- added some explanation of the meaning of all variables to the
  template make.sys.in
- configure.old and related documentation removed;
  a short section in README.install explains what to do
- the (obsolete) case of ifc v.6 and earlier extracted from
  configure and configure.old and confined in a single script
  (ifcmods.sh)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3280 c92efa57-630b-4861-b058-cf58834340f0
2006-07-24 21:15:20 +00:00
giannozz 6ff55479e9 Added support for Pathscale compiler (courtesy of Paolo Cazzato)
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3252 c92efa57-630b-4861-b058-cf58834340f0
2006-07-06 15:50:28 +00:00
giannozz 84bb4944aa Fixed small bug (courtesy by David Prendergast)
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3015 c92efa57-630b-4861-b058-cf58834340f0
2006-04-12 06:39:03 +00:00
giannozz 5331e5825a configure should now correctly set __ESSL
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2925 c92efa57-630b-4861-b058-cf58834340f0
2006-03-16 18:32:40 +00:00
giannozz c52b213c59 Documentation updtae
configure: option -fpe1 for alpha


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2884 c92efa57-630b-4861-b058-cf58834340f0
2006-03-08 10:07:42 +00:00
giannozz 0df6e4726b Doc and configure update (for sgi)
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2830 c92efa57-630b-4861-b058-cf58834340f0
2006-02-16 16:46:41 +00:00
silviu eacf41b7e8 added flag '-assume buffered_io' when compiling on alpha systems, for improved i/o rates. [silviu]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2792 c92efa57-630b-4861-b058-cf58834340f0
2006-02-09 07:30:15 +00:00
giannozz 04829cc556 - Version number updated to 3.1
- Changed format when writing a copy of the UPF file: for some reason
  the free format adds an initial blank character, causing the program
  to fail when reading (in fixed format) additional info for spin-orbit.
  Format A is now used when writing, free format when reading. (AdC)
- More preprocessing cleanup and documentation: anybody having access
  to weird machines is kindly requested to verify if things work


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2732 c92efa57-630b-4861-b058-cf58834340f0
2006-01-26 16:42:14 +00:00
giannozz 11a97cf0c5 oops...this is the correct fixe for alpha with cxml
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2624 c92efa57-630b-4861-b058-cf58834340f0
2005-12-20 19:54:32 +00:00
giannozz 9a2ff547a9 Fix for Alpha + cxml
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2613 c92efa57-630b-4861-b058-cf58834340f0
2005-12-19 16:18:49 +00:00
ballabio fbf76f307a small fix [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2529 c92efa57-630b-4861-b058-cf58834340f0
2005-11-30 11:02:30 +00:00
ballabio a299b8883f split architectures:
linux32 --> ia32
linux64 --> ia64, amd64
check for acml on amd64
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2528 c92efa57-630b-4861-b058-cf58834340f0
2005-11-29 18:15:04 +00:00
silviu c50008a9b2 Fixing the definition of F77 for the cygwing environment. [silviu]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2390 c92efa57-630b-4861-b058-cf58834340f0
2005-10-28 22:18:36 +00:00
giannozz e069328cc9 Miscellaneous small fixes and additions
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2318 c92efa57-630b-4861-b058-cf58834340f0
2005-10-20 14:01:39 +00:00
giannozz c2b00a1aa1 configure extended to a few more cases (Axel)
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2290 c92efa57-630b-4861-b058-cf58834340f0
2005-10-14 13:14:46 +00:00
silviu c14929df20 Added support for cygwin/g95 combination, for serial code. It seems that configure.ac is not used (???) and all changes were introduced in configure script directly.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2280 c92efa57-630b-4861-b058-cf58834340f0
2005-10-10 12:38:49 +00:00
ballabio d67a6334db g95 does have preprocessing, configure updated [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2266 c92efa57-630b-4861-b058-cf58834340f0
2005-10-06 16:38:53 +00:00
ballabio bba3053b97 another fix [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2263 c92efa57-630b-4861-b058-cf58834340f0
2005-10-06 10:08:41 +00:00
ballabio d1f46ac488 fixed problem with compilation rules [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2262 c92efa57-630b-4861-b058-cf58834340f0
2005-10-06 09:44:04 +00:00
ballabio 670f4b64d5 now configure checks separately for serial and parallel compilers [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2258 c92efa57-630b-4861-b058-cf58834340f0
2005-10-05 18:11:25 +00:00
ballabio 28f2c7e151 small change in configure output [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2246 c92efa57-630b-4861-b058-cf58834340f0
2005-09-28 17:23:50 +00:00
ballabio e6095f858c moved Espresso-specific stuff from configure to external file
configure may now be used also for other projects [Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2244 c92efa57-630b-4861-b058-cf58834340f0
2005-09-28 17:10:14 +00:00
ballabio 5c4650d89d added support for g95+mkl (second try)
plus some editing to final messages [Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2238 c92efa57-630b-4861-b058-cf58834340f0
2005-09-27 11:07:33 +00:00
ballabio 1d1662c84b added support for g95+mkl [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2237 c92efa57-630b-4861-b058-cf58834340f0
2005-09-27 10:29:39 +00:00
giannozz 3345d18428 Final output of configure is somewhat less confusing
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2208 c92efa57-630b-4861-b058-cf58834340f0
2005-09-22 16:20:09 +00:00
ballabio 2520086cc8 splitted LIBS into BLAS_LIBS, LAPACK_LIBS, FFT_LIBS etc.
everybody please try reconfiguring and check if I broke anything
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1925 c92efa57-630b-4861-b058-cf58834340f0
2005-05-31 14:23:38 +00:00
ballabio ae4564c717 - reorganization of library checks (more to come)
- removed warnings that could intimidate little girls
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1853 c92efa57-630b-4861-b058-cf58834340f0
2005-05-10 16:55:02 +00:00
ballabio 807c017e63 *** empty log message ***
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1799 c92efa57-630b-4861-b058-cf58834340f0
2005-04-13 15:30:26 +00:00
ballabio f66875374b some reorganization [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1745 c92efa57-630b-4861-b058-cf58834340f0
2005-03-23 15:43:32 +00:00
ballabio 18fae8c1f6 now makedeps.sh prints something
it was taking too much time without saying anything
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1725 c92efa57-630b-4861-b058-cf58834340f0
2005-03-18 11:30:21 +00:00
ballabio 5c4c8b9d26 more cleanup
problems with f90flags_noopt fixed
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1715 c92efa57-630b-4861-b058-cf58834340f0
2005-03-16 12:20:24 +00:00
ballabio 37be000572 cleanup [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1714 c92efa57-630b-4861-b058-cf58834340f0
2005-03-16 11:45:27 +00:00
ballabio 765729b8b3 merged make.sys and make.rules together
there was no reason they should be two different files
everybody must rerun configure
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1690 c92efa57-630b-4861-b058-cf58834340f0
2005-03-08 18:44:10 +00:00
ballabio ad3fbe7754 cleanup [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1688 c92efa57-630b-4861-b058-cf58834340f0
2005-03-08 16:51:41 +00:00
ballabio 5d6d65b2d0 added support for SUNperf library [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1636 c92efa57-630b-4861-b058-cf58834340f0
2005-02-11 10:11:20 +00:00
degironc 7a813e2b34 added Raman and atomic in the list of directories that need intel.pcl
file (for old version of ifc).

stefano


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1612 c92efa57-630b-4861-b058-cf58834340f0
2005-02-02 13:41:10 +00:00
ballabio 814541ab25 fixed library path for g95 at cineca [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1604 c92efa57-630b-4861-b058-cf58834340f0
2005-02-01 11:35:22 +00:00
ballabio bb3049d4b9 another bug fix with libraries [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1578 c92efa57-630b-4861-b058-cf58834340f0
2005-01-26 16:32:21 +00:00
ballabio 6b11ba0fbb configure always assumes to be cross-compiling [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1577 c92efa57-630b-4861-b058-cf58834340f0
2005-01-26 14:34:55 +00:00
ballabio 7eb6218eb3 fixed detection of mass libraries [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1576 c92efa57-630b-4861-b058-cf58834340f0
2005-01-26 11:24:20 +00:00
ballabio dea9920f5c fix for problem on a Sun [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1557 c92efa57-630b-4861-b058-cf58834340f0
2005-01-14 12:12:34 +00:00
ballabio 1a88ccf424 fixed problem when $(MAKE) wasn't defined [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1556 c92efa57-630b-4861-b058-cf58834340f0
2005-01-14 11:32:21 +00:00
giannozz c015af1f3c All mentions of obsolete directory PWNC/ removed
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1542 c92efa57-630b-4861-b058-cf58834340f0
2005-01-05 17:23:07 +00:00
ballabio f1e9a608f1 fixed conflict with make flags [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1528 c92efa57-630b-4861-b058-cf58834340f0
2004-12-21 17:54:07 +00:00
ballabio eb58674bd9 Sun compiler wants -M instead of -I to look for modules [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1523 c92efa57-630b-4861-b058-cf58834340f0
2004-12-21 15:47:43 +00:00
cazzato e9c9ae954b Added path for mkl 7.2
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1509 c92efa57-630b-4861-b058-cf58834340f0
2004-12-14 14:08:31 +00:00
giannozz e35cb747e8 No need to scare people with unnecessary WARNING
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1496 c92efa57-630b-4861-b058-cf58834340f0
2004-12-07 08:24:59 +00:00
cavazzon 87700b86cc - some more changes relative to FPMD files
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1481 c92efa57-630b-4861-b058-cf58834340f0
2004-11-25 15:43:24 +00:00
ballabio 2221832461 workaround for problem with systems where you can't run interactively
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1477 c92efa57-630b-4861-b058-cf58834340f0
2004-11-25 11:33:35 +00:00
ballabio 2b8623bf74 added F90FLAGS_NOOPT flag (asked by Carlo C.) [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1476 c92efa57-630b-4861-b058-cf58834340f0
2004-11-24 17:34:47 +00:00
ballabio 7764af2bf2 added autoconf check for make [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1429 c92efa57-630b-4861-b058-cf58834340f0
2004-11-04 15:32:37 +00:00
giannozz f844069be0 Makefiles use now $(MAKE) and $(MFLAGS) as proposed by Axel - should allow
for the use of GNU make in system having broken makefile - please test
Added path for mkl 7.0.1


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1427 c92efa57-630b-4861-b058-cf58834340f0
2004-11-04 15:02:30 +00:00
ballabio 73edf36bfa replaced grep -o [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1401 c92efa57-630b-4861-b058-cf58834340f0
2004-10-26 10:48:01 +00:00
ballabio 0a7851ebb1 *** empty log message ***
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1400 c92efa57-630b-4861-b058-cf58834340f0
2004-10-26 10:34:55 +00:00
ballabio add36784d3 revert default to dynamic linking [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1368 c92efa57-630b-4861-b058-cf58834340f0
2004-10-06 12:23:52 +00:00
giannozz 4dbe176397 Forgotten to update SUN => __SUN
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1363 c92efa57-630b-4861-b058-cf58834340f0
2004-09-29 08:32:12 +00:00
ballabio 18c2460bec cleanup [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1360 c92efa57-630b-4861-b058-cf58834340f0
2004-09-28 10:51:50 +00:00
giannozz 04d8df9962 compilation problem
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1359 c92efa57-630b-4861-b058-cf58834340f0
2004-09-28 10:49:51 +00:00
ballabio faf6433904 added case ifc7 on linux64 [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1330 c92efa57-630b-4861-b058-cf58834340f0
2004-09-22 14:20:06 +00:00
ballabio 132bb69e8c added ARCH=xxx option to configure [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1293 c92efa57-630b-4861-b058-cf58834340f0
2004-09-15 15:11:27 +00:00
ballabio eb7a51e62b ifort 8.1 needs -lpthread to use mkl [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1287 c92efa57-630b-4861-b058-cf58834340f0
2004-09-15 09:21:02 +00:00
ballabio 1e46bb02a6 added mpf90, mpcc for Mac [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1286 c92efa57-630b-4861-b058-cf58834340f0
2004-09-15 08:02:26 +00:00
ballabio 752a6e0a5b don't try f77 as f90, won't work anyway [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1247 c92efa57-630b-4861-b058-cf58834340f0
2004-09-07 09:11:57 +00:00
ballabio fe8aea1145 added support for efc (alias ifort) [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1205 c92efa57-630b-4861-b058-cf58834340f0
2004-09-02 12:29:49 +00:00
ballabio 9c530c68a9 small fix for Mac [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1198 c92efa57-630b-4861-b058-cf58834340f0
2004-09-01 10:32:08 +00:00
ballabio 9314706461 improved check for blas [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1191 c92efa57-630b-4861-b058-cf58834340f0
2004-08-30 12:18:03 +00:00
ballabio da6c1952bc bugfix for configure on AIX [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1142 c92efa57-630b-4861-b058-cf58834340f0
2004-08-20 13:15:35 +00:00
giannozz f17501572d Support for mac-osx added (contributed by Pascal Thibaudeau)
Extensive documentation update and reshuffling : pwdocs and cpdocs merged
into Doc


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1104 c92efa57-630b-4861-b058-cf58834340f0
2004-08-09 16:35:51 +00:00
ballabio 4155347d5f added (partial) support for Cray X1 (contributed by Roberto Ansaloni)
[Gerardo]


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1067 c92efa57-630b-4861-b058-cf58834340f0
2004-07-14 10:21:04 +00:00
ballabio b7875e856c small bug fix [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@991 c92efa57-630b-4861-b058-cf58834340f0
2004-06-23 14:45:08 +00:00
ballabio 3a7fa8bff6 fix for pgi compiler [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@989 c92efa57-630b-4861-b058-cf58834340f0
2004-06-22 14:17:09 +00:00
ballabio 85ce938f79 added support for Opteron (contributed by Davide Ceresoli) [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@984 c92efa57-630b-4861-b058-cf58834340f0
2004-06-21 13:05:28 +00:00
giannozz df51dc0b2a More USPP variables moving around
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@937 c92efa57-630b-4861-b058-cf58834340f0
2004-06-01 21:22:19 +00:00
giannozz 5563bfdc66 Functions "capital" and "matches" taken out of module "parser"
and added to flib; duplicated routines removed. Manual update.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@900 c92efa57-630b-4861-b058-cf58834340f0
2004-05-19 16:56:56 +00:00
ballabio 51f9abf149 removed obsoleted compiler flag -DHAS_ZHEGVX [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@895 c92efa57-630b-4861-b058-cf58834340f0
2004-05-18 10:32:28 +00:00