0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made improvements to the library for its use with grid_tools.
kd0kfo
as David Coss
More... over 14 years ago
"Audited" for security problems, as grid time is approaching. This generally means using stringstreams instead of scanf and printf. There are couple of exceptions, but strict sanity checking is used.
kd0kfo
as David Coss
More... over 14 years ago
Added <?xml...?> to be ignored by XMLParser.
kd0kfo
as David Coss
More... over 14 years ago
Removed GPL notice from StringTokenizer. Again, blame sander.
kd0kfo
as David Coss
More... over 14 years ago
Removed default GPL license. :-( Blame sander.
kd0kfo
as David Coss
More... over 14 years ago
Added functions to EMap and XMLNode/Parser to improve data validation.
kd0kfo
as David Coss
More... over 14 years ago
Moved mmpbsa::Emap code to its own set of cpp/h files after adding more operator overloads to be used in data validation.
kd0kfo
as David Coss
More... over 14 years ago
Changed the output of the mmpbsa energy date to be in XML format. This will make validation on the grid smoother. Something similar might need to be done with sander too.
kd0kfo
as David Coss
More... over 14 years ago
Updated the files for the necessary graphics objects and functions for windows. The configure.ac file now assumes you are building in windows. As UC Berkeley has yet to make a BOINC screensaver for linux, this is not a problem.
kd0kfo
as David Coss
More... over 14 years ago
Added mmpbsa_gutil to attempt to break the dependency on jpeglib, unless specifically requested.
kd0kfo
as David Coss
More... over 14 years ago
Changed #include's to place BOINC header files in a "BOINC/" path. The reason for this 1.) the BOINC "make install" does this and 2.) it organizes headers better.
kd0kfo
as David Coss
More... over 14 years ago
Added documentation for XMLParser/Node and cleaned up boinc include structure.
kd0kfo
as David Coss
More... over 14 years ago
Moved away from the dependency on libxml2. This was a tremendous pain in windows. At the same time, only a very small portion of the whole library was being used. Therefore, a new independent XML Parser was made for libmmpbsa.
kd0kfo
as David Coss
More... over 14 years ago
Merge /mnt/u-drive/DCOSS/mmpbsa
kd0kfo
as David Coss
More... over 14 years ago
Updated information files (ie INSTALL) in light of the addition of boinc and sander.
kd0kfo
as David Coss
More... over 14 years ago
Added missed windows boinc header file includes. More... over 14 years ago
Merge /mnt/u-drive/DCOSS/mmpbsa
kd0kfo
as David Coss
More... over 14 years ago
Changes made for successful compilation in Windows XP (without BOINC). Should be *merged* with previous commit. More... over 14 years ago
Preparing for windows build.
kd0kfo
as David Coss
More... over 14 years ago
Added documentation.
kd0kfo
as David Coss
More... over 14 years ago
Added a flag to configure ("--enable-static") that will compile MMPBSA statically.
kd0kfo
as David Coss
More... over 14 years ago
Forgot the graphics files...
kd0kfo
as David Coss
More... over 14 years ago
Integrated Graphics into MMPBSA/MD. Requires BOINC. Currently, the graphics app displays a the CPU time elapsed by the program and the overall progress. Also, a representation of Alanine bounces around the screen. This is create based on coordinates in a float array; therefore, other molecules can be quickly created. The molecule can be rotated and zoomed using the left and right mouse buttons, respectively.
kd0kfo
as David Coss
More... over 14 years ago
Fixed boinc suspsend/restart problem.
kd0kfo
as David Coss
More... over 14 years ago
Added a sample queue which may be created as via a command line argument. Tested (with success) the program in a BOINC client. Both MD and MMPBSA will run in the boinc client. Progress is reported well by the client.
kd0kfo
as David Coss
More... over 14 years ago
Incorportated MD into MMPBSA, via Sander. Progress is relayed to the BOINC client and the client can control Sander using this program as an intermediary. An XML based queue has been made to allow the user to explicitly layout the order of the simulations to be performed. TODO: Add a sample queue file.
kd0kfo
as David Coss
More... over 14 years ago
MMPBSA can now do MD, MMPBSA or both. This commit is to save that stage before better organizing the procedure.
kd0kfo
as David Coss
More... over 14 years ago
No major changes. Just committing before the weekend.
kd0kfo
as David Coss
More... over 14 years ago
Tested the integration of sander. Minimization was sucessfully done on polyAT.
kd0kfo
as David Coss
More... over 14 years ago
Removed Makefile.mmpbsa since it is unnecessary after using automake
kd0kfo
as David Coss
More... over 14 years ago