4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added static build target. Now there is the executable espresso and the shared library _espresso.so. More... over 16 years ago
fixed bug, switched off log4cxx did not set cache value. More... over 16 years ago
PMI now only has a single Makefile.am, and will only produce a single library. mpiexec handling fixed: removed executable property of .in-file, moved check for mpiexec in configure.ac, and removed additional chmod command. More... over 16 years ago
added a mechanism to copy python scripts into the build directory rather than linking them. This avoids python to compile into the source tree. More... over 16 years ago
Simplified the boost.python test and added a python main script. More... over 16 years ago
Avoid crashing on 1 cpu. More... over 16 years ago
- update for using python in the build tree. "cpp" and "python" form together one package "espresso" that can be imported. More... over 16 years ago
Configure tests for mpiexec. More... over 16 years ago
Generation of mpiexec command at configure. More... over 16 years ago
Make the MPI test to a check test. More... over 16 years ago
Module test for kernel removed. More... over 16 years ago
Clearing up of hello world POC. More... over 16 years ago
Modules makefile has to be created, even when it is not used. More... over 16 years ago
Update of module tests. More... over 16 years ago
module tests do not require the boost unit-testing framework. More... over 16 years ago
Updates for changes due to logger update. More... over 16 years ago
Update of example for logging More... over 16 years ago
Removed inline. More... over 16 years ago
Removed macro LOG4ESPP_DEFINITION from logger More... over 16 years ago
Reverted bad change. More... over 16 years ago
Updated PMI. More... over 16 years ago
Adapted autogen.sh to the actual needs. More... over 16 years ago
fixed unit test conditional More... over 16 years ago
python_bindings.cpp is now also just bindings.cpp More... over 16 years ago
- fixed typo that switch unit testing targets on when they should be off More... over 16 years ago
- mpi and logging are now sublibraries - _espresso.cpp is entry-file of _espresso.so, and calls initialization and finalization of all sublibraries - sublibraries are now built using recursive Makefiles to prevent libtool name clashes for identically named files in different subdirectories such as python_bindings.cpp - espresso subdirectories are no longer visited until content is necessary for integrated poc - unit testing framework is no longer mandatory, but an automake conditional. Unit testing is only performed if available More... over 16 years ago
Correctly activated submakefile. More... over 16 years ago
As discussed on the tech meeting. More... over 16 years ago
As discussed on the tech meeting. More... over 16 years ago
As discussed on the tech meeting. More... over 16 years ago