Made improvements to the library for its use with grid_tools. |
|
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. |
|
More...
|
over 14 years ago
|
Added <?xml...?> to be ignored by XMLParser. |
|
More...
|
over 14 years ago
|
Removed GPL notice from StringTokenizer. Again, blame sander. |
|
More...
|
over 14 years ago
|
Removed default GPL license. :-( Blame sander. |
|
More...
|
over 14 years ago
|
Added functions to EMap and XMLNode/Parser to improve data validation. |
|
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. |
|
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. |
|
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. |
|
More...
|
over 14 years ago
|
Added mmpbsa_gutil to attempt to break the dependency on jpeglib, unless specifically requested. |
|
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. |
|
More...
|
over 14 years ago
|
Added documentation for XMLParser/Node and cleaned up boinc include structure. |
|
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. |
|
More...
|
over 14 years ago
|
Merge /mnt/u-drive/DCOSS/mmpbsa |
|
More...
|
over 14 years ago
|
Updated information files (ie INSTALL) in light of the addition of boinc and sander. |
|
More...
|
over 14 years ago
|
Added missed windows boinc header file includes. |
|
More...
|
over 14 years ago
|
Merge /mnt/u-drive/DCOSS/mmpbsa |
|
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. |
|
More...
|
over 14 years ago
|
Added documentation. |
|
More...
|
over 14 years ago
|
Added a flag to configure ("--enable-static") that will compile MMPBSA statically. |
|
More...
|
over 14 years ago
|
Forgot the graphics files... |
|
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. |
|
More...
|
over 14 years ago
|
Fixed boinc suspsend/restart problem. |
|
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. |
|
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. |
|
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. |
|
More...
|
over 14 years ago
|
No major changes. Just committing before the weekend. |
|
More...
|
over 14 years ago
|
Tested the integration of sander. Minimization was sucessfully done on polyAT. |
|
More...
|
over 14 years ago
|
Removed Makefile.mmpbsa since it is unnecessary after using automake |
|
More...
|
over 14 years ago
|