forked from Lainports/freebsd-ports
based upon the DFT++ algebraic framework introduced in Computer Physics Communications 128, 1-45 (June 2000). This framework allows us to transparently separate the computational guts (cache optimization, parallelization, etc.) from the introduction of new representations (plane waves, wavelets) and new physics (new density functionals, linear response theory, dielectric solutions). The software is fully cache and register optimized, and runs in serial, threaded, MPI and mixed threaded-MPI parallel environments.
11 lines
339 B
Text
11 lines
339 B
Text
--- makefile-wl.org Fri May 23 10:49:12 2003
|
|
+++ makefile-wl Sat Mar 20 11:51:51 2004
|
|
@@ -106,7 +106,7 @@
|
|
# Include the machine dependent (local) makefile defining compilers,
|
|
# Linking options, etc. etc.
|
|
#
|
|
-include makefile.local
|
|
+include makefile.local-wl
|
|
|
|
#
|
|
# Object files used to interface to lapack routines (in plain C and F77)
|