Form taskassignment module
commit0818cedfd0760df4afa2f142d1008e3871ac449a
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 8 Sep 2017 16:21:12 +0000 (8 18:21 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 14 Sep 2017 12:17:53 +0000 (14 14:17 +0200)
tree5e99f641251e81c2ff8c670d131870a5d9b83dfb
parentd6e6c315a581776ffadf6169d7f3b205a8ebdfa0
Form taskassignment module

Move existing code into new module, in preparation for an increase
in complexity of that new module.

Removed hyphenation of filename to move to more consistent style
overall.

Change-Id: I04e76048483b287485ac6872ed48ccba52df1e45
src/gromacs/CMakeLists.txt
src/gromacs/hardware/CMakeLists.txt
src/gromacs/hardware/printhardware.cpp
src/gromacs/hardware/printhardware.h
src/gromacs/taskassignment/CMakeLists.txt [copied from src/gromacs/hardware/CMakeLists.txt with 89% similarity]
src/gromacs/taskassignment/hardwareassign.cpp [moved from src/gromacs/hardware/hardwareassign.cpp with 72% similarity]
src/gromacs/taskassignment/hardwareassign.h [moved from src/gromacs/hardware/hardwareassign.h with 68% similarity]
src/gromacs/taskassignment/resourcedivision.cpp [moved from src/programs/mdrun/resource-division.cpp with 98% similarity]
src/gromacs/taskassignment/resourcedivision.h [moved from src/programs/mdrun/resource-division.h with 83% similarity]
src/programs/mdrun/runner.cpp