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
Adding code to deal with MPI_Send/Recv with data larger than the buffer.
kd0kfo
as David Coss (portal2)
More... about 14 years ago
Write a more streamlined sort algorithm for the XML node when MPI combines mmpbsa results. Hopefully, this will be much faster.
kd0kfo
as David Coss
More... about 14 years ago
Updated mmpbsa_io::eof for changes to file reading.
kd0kfo
as David Coss
More... about 14 years ago
Redesigned mmpbsa_io::seek so that it jumps through the trajectory file rather than reading data. This is much faster, although data begin skipped is no longer checked for validity.
kd0kfo
as David Coss
More... about 14 years ago
n libmmpbsa: changed snapshot loading with sander files to give the option of either loading the whole file into memory OR leaving it on disk and loading snapshots when needed. If the sander_crd_stream pointer in the trajectory_t structure is null, then the disk is used. Otherwise, the stream (whether it is in memory or disk is irrelevant) will be used. Whether this should happen can be indicated with the "traj_in_memory" parameter.
kd0kfo
as David Coss
More... about 14 years ago
Fixed typo in configure.ac
kd0kfo
as David Coss
More... about 14 years ago
Increment version number for use of MPI
kd0kfo
as David Coss
More... about 14 years ago
Fixed problem when there are more MPI nodes than snapshots.
kd0kfo
as David Coss
More... about 14 years ago
Switched to storing data in XMLNode on master MPI node.
kd0kfo
as David Coss
More... about 14 years ago
Successfully ran mmpbsa on 2 nodes with 2 snapshots.
kd0kfo
as David Coss
More... about 14 years ago
Fixed frame number disagreement between mmpbsa.cpp and load_gmx_trr
kd0kfo
as David Coss
More... about 14 years ago
Moved PDB code to mmpbsa_io and changed to atom_t & forcefield_t structure usage.
kd0kfo
as David Coss
More... about 14 years ago
Checked each term in energy calculations for consistancy with tpr topology file. Seems consistant.
kd0kfo
as David Coss
More... about 14 years ago
Increment Version number for the use of Multithreading and Amber & Gromacs file format reading.
kd0kfo
as David Coss
More... about 14 years ago
Merged together multithreading and structure maded force fields, which allow for input formats other than sander.
kd0kfo
as David Coss
More... about 14 years ago
Gromacs input seems to work, as well as previous sander input.
kd0kfo
as David Coss
More... about 14 years ago
Have mmpbsa fully using structures. Not to integrate gromacs.
kd0kfo
as David Coss
More... about 14 years ago
Added use of force field structures to MeadInterface
kd0kfo
as David Coss
More... about 14 years ago
Added structure based energy calculations to EMap.
kd0kfo
as David Coss
More... about 14 years ago
All of EmpEnerFun's energy calculations are performed in Energy.cpp.
kd0kfo
as David Coss
More... about 14 years ago
Added atom information extraction for structures from EmpEnerFun.
kd0kfo
as David Coss
More... about 14 years ago
Restructure Energy calculations and moved Internal energy routines to Energy.cpp.
kd0kfo
as David Coss
More... about 14 years ago
MMPBSA can now read gromacs tpr and trr files and calculate energy. Units need to be adjusted since gromacs uses different units from amber.
kd0kfo
as David Coss
More... about 14 years ago
Finished first implementation of gromax2prmtop. Testing needs to be done to 1.) see if it works and 2.) check for missing energy terms.
kd0kfo
as David Coss
More... about 14 years ago
Added file with functions to import and convert various file formats. (work in progres) More... about 14 years ago
Need to add gromacs .top file reader. Then put that data into SanderParm. More... about 14 years ago
Commit work before moving to another computer.
kd0kfo
as David Coss
More... about 14 years ago
mmpbsa_io now contains a function ( load_gmx_trr ) which will read a gromacs .trr file and store the coordinates of the specified frame (snap shot) in a valarray.
kd0kfo
as David Coss
More... about 14 years ago
Merge branch 'master' into multi-thread
kd0kfo
as David Coss
More... about 14 years ago
Removed molsurf from doxygen
kd0kfo
as David Coss (stjudeathome2)
More... about 14 years ago