Changeset 4d4ef8
- Timestamp:
- Feb 13, 2013, 3:47:46 PM (12 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- d5b458
- Parents:
- cf1d82
- git-author:
- Frederik Heber <heber@…> (01/14/13 16:57:23)
- git-committer:
- Frederik Heber <heber@…> (02/13/13 15:47:46)
- Location:
- src
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Jobs/Makefile.am
rcf1d82 r4d4ef8 3 3 4 4 JOBSSOURCE = \ 5 6 7 5 Jobs/MPQCCommandJob.cpp \ 6 Jobs/MPQCData.cpp \ 7 Jobs/MPQCJob.cpp 8 8 if CONDVMG 9 9 JOBSSOURCE += \ … … 16 16 17 17 JOBSHEADER = \ 18 Jobs/MPQCCommandJob.hpp \ 19 Jobs/MPQCData.hpp \ 20 Jobs/MPQCDataFused.hpp \ 21 Jobs/MPQCDataMap.hpp \ 22 Jobs/MPQCData_printKeyNames.hpp \ 23 Jobs/MPQCJob.hpp 18 Jobs/MPQCCommandJob.hpp \ 19 Jobs/MPQCCommandJob_binding.hpp \ 20 Jobs/MPQCData.hpp \ 21 Jobs/MPQCDataFused.hpp \ 22 Jobs/MPQCDataMap.hpp \ 23 Jobs/MPQCData_printKeyNames.hpp \ 24 Jobs/MPQCJob.hpp 24 25 if CONDVMG 25 26 JOBSHEADER += \ … … 27 28 Jobs/InterfaceVMGJob.hpp \ 28 29 Jobs/VMGData.hpp \ 29 30 31 30 Jobs/VMGDataFused.hpp \ 31 Jobs/VMGDataMap.hpp \ 32 Jobs/VMGData_printKeyNames.hpp \ 32 33 Jobs/VMGDebugGridJob.hpp \ 33 Jobs/VMGJob.hpp 34 Jobs/VMGDebugGridJob_binding.hpp \ 35 Jobs/VMGJob.hpp \ 36 Jobs/VMGJob_binding.hpp 34 37 endif 35 38 … … 45 48 libMolecuilderJobs_la_SOURCES = $(JOBSSOURCE) 46 49 libMolecuilderJobs_la_LIBADD = \ 47 libMolecuilderJobsGrid.la \ 48 $(VMG_LIBS) \ 50 libMolecuilderJobsGrid.la 51 if CONDVMG 52 libMolecuilderJobs_la_LIBADD += \ 53 $(VMG_LIBS) 54 endif 55 libMolecuilderJobs_la_LIBADD += \ 49 56 $(JobMarket_LIBS) \ 50 57 $(BOOST_SERIALIZATION_LIBS) \ -
src/Makefile.am
rcf1d82 r4d4ef8 444 444 445 445 Controller_SOURCES = controller.cpp controller_AddOn_MPQCCommandJob.cpp 446 Controller_LDFLAGS = $(AM_LDFLAGS) $(BOOST_ PROGRAM_OPTIONS_LDFLAGS) ${CodePatterns_LDFLAGS}446 Controller_LDFLAGS = $(AM_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) ${CodePatterns_LDFLAGS} 447 447 Controller_CPPFLAGS = $(AM_CPPFLAGS) $(JobMarket_CFLAGS) 448 448 Controller_LDADD = \ … … 454 454 $(JobMarket_Controller_LIBS) \ 455 455 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 456 $(BOOST_SERIALIZATION_LIBS) \ 456 457 $(BOOST_PROGRAM_OPTIONS_LIBS) \ 457 458 ${CodePatterns_LIBS} 458 459 459 460 PoolWorker_SOURCES = poolworker.cpp 460 PoolWorker_LDFLAGS = $(AM_LDFLAGS) $ {CodePatterns_LDFLAGS}461 PoolWorker_LDFLAGS = $(AM_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) ${CodePatterns_LDFLAGS} 461 462 PoolWorker_CPPFLAGS = $(AM_CPPFLAGS) $(JobMarket_CFLAGS) 462 463 PoolWorker_LDADD = \ … … 464 465 ${JobMarket_PoolWorker_LIBS} \ 465 466 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 467 $(BOOST_SERIALIZATION_LIBS) \ 468 $(BOOST_PROGRAM_OPTIONS_LIBS) \ 466 469 ${CodePatterns_LIBS} 467 470 468 471 Server_SOURCES = Server.cpp 469 Server_LDFLAGS = $(AM_LDFLAGS) $ {CodePatterns_LDFLAGS}472 Server_LDFLAGS = $(AM_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) ${CodePatterns_LDFLAGS} 470 473 Server_CPPFLAGS = $(AM_CPPFLAGS) $(JobMarket_CFLAGS) 471 474 Server_LDADD = \ … … 473 476 ${JobMarket_Server_LIBS} \ 474 477 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 478 $(BOOST_SERIALIZATION_LIBS) \ 479 $(BOOST_PROGRAM_OPTIONS_LIBS) \ 475 480 ${CodePatterns_LIBS} 476 481 endif -
src/Server.cpp
rcf1d82 r4d4ef8 37 37 #include "JobMarket/server_main.hpp" 38 38 39 // force binding to libMolecuilderJobs 40 #include "Jobs/MPQCCommandJob_binding.hpp" 41 #ifdef HAVE_VMG 42 #include "Jobs/VMGJob_binding.hpp" 43 #include "Jobs/VMGDebugGridJob_binding.hpp" 44 #endif 45 39 46 int main(int argc, char* argv[]) 40 47 { -
src/poolworker.cpp
rcf1d82 r4d4ef8 38 38 #include "JobMarket/poolworker_main.hpp" 39 39 40 // force binding to libMolecuilderJobs 41 #include "Jobs/MPQCCommandJob_binding.hpp" 42 // poolworker has nothing to do with VMG jobs 40 43 41 44 int main(int argc, char* argv[])
Note:
See TracChangeset
for help on using the changeset viewer.