# # ChangeLog for src/Jobs/VMGJob.cpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 12:43:17 PM Wed, 14 Nov 2012 10:02:51 GMT Frederik Heber [442cee] * src/Jobs/InterfaceVMGJob.cpp (modified) * src/Jobs/InterfaceVMGJob.hpp (modified) * src/Jobs/VMGJob.cpp (modified) * src/Jobs/VMGJob.hpp (modified) Added potential_grid as output SamplingGrid to VMGJob and ... Wed, 14 Nov 2012 10:02:51 GMT Frederik Heber [28c025] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Jobs/Grid/SamplingGrid.cpp (added) * src/Jobs/Grid/SamplingGrid.hpp (added) * src/Jobs/Grid/SamplingGridProperties.cpp (added) * src/Jobs/Grid/SamplingGridProperties.hpp (added) * src/Jobs/MPQCData.cpp (modified) * src/Jobs/MPQCData.hpp (modified) * src/Jobs/MPQCJob.cpp (modified) * src/Jobs/MPQCJob.hpp (modified) * src/Jobs/Makefile.am (modified) * src/Jobs/VMGJob.cpp (modified) * src/Jobs/VMGJob.hpp (modified) Added SamplingGrid and SamplingGridProperties to contain information ... Wed, 14 Nov 2012 10:02:51 GMT Frederik Heber [d12d621] * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified) * src/Jobs/InterfaceVMGJob.cpp (modified) * src/Jobs/InterfaceVMGJob.hpp (modified) * src/Jobs/MPQCData.hpp (modified) * src/Jobs/MPQCJob.cpp (modified) * src/Jobs/MPQCJob.hpp (modified) * src/Jobs/VMGJob.cpp (modified) * src/Jobs/VMGJob.hpp (modified) VMGJob, MPQCJob, and MPQCData now contain information how to sample ... Tue, 13 Nov 2012 11:11:59 GMT Frederik Heber [8a8c8c] * configure.ac (modified) * m4/lx_find_mpi.m4 (added) * src/Jobs/Makefile.am (modified) * src/Jobs/VMGJob.cpp (modified) Using CommMPI in VMGJob now. - this is used instead of CommSerial ... Tue, 13 Nov 2012 11:11:38 GMT Frederik Heber [e9cfc4] * src/Jobs/InterfaceVMGJob.cpp (added) * src/Jobs/InterfaceVMGJob.hpp (added) * src/Jobs/Makefile.am (modified) * src/Jobs/VMGJob.cpp (modified) * src/Jobs/VMGJob.hpp (modified) Added rudimentarily complete structure of interface to VMG and VMGJob ... Tue, 13 Nov 2012 10:23:13 GMT Frederik Heber [d2a0f6d] * configure.ac (modified) * src/Jobs/Makefile.am (modified) * src/Jobs/VMGJob.cpp (added) * src/Jobs/VMGJob.hpp (added) VMGJob can now be conditionally compiled in via --with-vmg. - ...