- 10 Dec, 2013 1 commit
-
-
Andreas Marek authored
Automake does normally not understand the dependencies of Fortran 90 modules, thus a parallel build will almost certainly fail. ELPA 2011.12.002 now includes scripts from the fdep project (see git.schokokeks.org/fdep) which cirumvents this problem. Thanks to Lorenz Huedepohl, now a parallel build works.
-
- 08 Nov, 2013 1 commit
-
-
Andreas Marek authored
- install (if build) test binaries in installdir/bin - finish the test examples with a clean blacs_grid_exit ELPA 2013.08.002 - install (if build) test binaries in installdir/bin - finish the test examples with a clean blacs_grid_exit ELPA_development_version_OPENMP - install (if build) test binaries in installdir/bin - rename files from *.f90 to *.F90 (later needed)
-
- 13 Aug, 2013 1 commit
-
-
Andreas Marek authored
It is pointed out that it is mandatory to set the variables "BLACS_LDFLAGS" and "BLACS_FCFLAGS" at build time. Furthermore, it is clarified how to set individual optimization flags at build time
-
- 12 Aug, 2013 1 commit
-
-
Andreas Marek authored
Thanks to a comment to the Debian community, the versioning of the ELPA library and its API are changed: - the API version nummer starts now with 0.0.0 and not anymore with the version number of the first ELPA release, i.e. 2011.12 - if ELPA is installed as library, the files are now named elpa.so.API_VERSION. All references to the ELPA version and the used compiler vanished, since these are considered harmeful. Note, that at a later stage, if neccessary, the library name might also contain the uses MPI version.
-
- 15 Jul, 2013 1 commit
-
-
Andreas Marek authored
ELPA version 2011.12 can now be build with automake into a shared/static library. This should help the bundling in linux distributions The other versions of ELPA will be updated soon
-