# # ChangeLog for src/Jobs/VMGJob.cpp # # Generated by Trac 1.4.4 # Apr 5, 2025, 4:01:05 PM Tue, 13 Nov 2012 11:11:59 GMT Frederik Heber <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 <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 <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. - ...