- Timestamp:
- Mar 15, 2017, 6:15:56 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- 6ec999
- Parents:
- 86f27c
- git-author:
- Frederik Heber <heber@…> (03/14/17 21:59:48)
- git-committer:
- Frederik Heber <heber@…> (03/15/17 18:15:56)
- Location:
- src/Jobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Jobs/MPQCJob_Work.cpp
r86f27c ref7b4b 37 37 #include "CodePatterns/Log.hpp" 38 38 39 #include <boost/archive/text_oarchive.hpp> 39 40 #ifdef HAVE_JOBMARKET 40 41 // include headers that implement a archive in simple text format 41 42 // otherwise BOOST_CLASS_EXPORT_IMPLEMENT has no effect 42 #include <boost/archive/text_oarchive.hpp>43 43 #include <boost/archive/text_iarchive.hpp> 44 44 #include <boost/tokenizer.hpp> -
src/Jobs/Makefile.am
r86f27c ref7b4b 56 56 57 57 lib_LTLIBRARIES += \ 58 libMolecuilderJobs.la \ 58 libMolecuilderJobs.la 59 if CONDJOBMARKET 60 lib_LTLIBRARIES += \ 59 61 libmolecuilder_mpqc_extract.la 62 endif 60 63 noinst_LTLIBRARIES += \ 61 64 libMolecuilderJobs_Work.la 62 65 63 66 ### libmolecuilder_mpqc_extract.la 67 if CONDJOBMARKET 64 68 libmolecuilder_mpqc_extract_la_SOURCES = \ 65 69 Jobs/mpqc_extract.cc \ … … 83 87 libMolecuilderFragmentationSummation.la \ 84 88 -lboost_serialization 89 endif 85 90 86 91 ### libMolecuilderJobs_Work.la
Note:
See TracChangeset
for help on using the changeset viewer.