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. |
|
More...
|
about 14 years ago
|
Updated mmpbsa_io::eof for changes to file reading. |
|
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. |
|
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. |
|
More...
|
about 14 years ago
|
Fixed typo in configure.ac |
|
More...
|
about 14 years ago
|
Increment version number for use of MPI |
|
More...
|
about 14 years ago
|
Fixed problem when there are more MPI nodes than snapshots. |
|
More...
|
about 14 years ago
|
Switched to storing data in XMLNode on master MPI node. |
|
More...
|
about 14 years ago
|
Successfully ran mmpbsa on 2 nodes with 2 snapshots. |
|
More...
|
about 14 years ago
|
Fixed frame number disagreement between mmpbsa.cpp and load_gmx_trr |
|
More...
|
about 14 years ago
|
Moved PDB code to mmpbsa_io and changed to atom_t & forcefield_t structure usage. |
|
More...
|
about 14 years ago
|
Checked each term in energy calculations for consistancy with tpr topology file. Seems consistant. |
|
More...
|
about 14 years ago
|
Increment Version number for the use of Multithreading and Amber & Gromacs file format reading. |
|
More...
|
about 14 years ago
|
Merged together multithreading and structure maded force fields, which allow for input formats other than sander. |
|
More...
|
about 14 years ago
|
Gromacs input seems to work, as well as previous sander input. |
|
More...
|
about 14 years ago
|
Have mmpbsa fully using structures. Not to integrate gromacs. |
|
More...
|
about 14 years ago
|
Added use of force field structures to MeadInterface |
|
More...
|
about 14 years ago
|
Added structure based energy calculations to EMap. |
|
More...
|
about 14 years ago
|
All of EmpEnerFun's energy calculations are performed in Energy.cpp. |
|
More...
|
about 14 years ago
|
Added atom information extraction for structures from EmpEnerFun. |
|
More...
|
about 14 years ago
|
Restructure Energy calculations and moved Internal energy routines to Energy.cpp. |
|
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. |
|
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. |
|
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. |
|
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. |
|
More...
|
about 14 years ago
|
Merge branch 'master' into multi-thread |
|
More...
|
about 14 years ago
|
Removed molsurf from doxygen |
kd0kfo
as David Coss (stjudeathome2)
|
More...
|
about 14 years ago
|