Move calcgrid.* to fft/
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 16 Dec 2015 11:27:25 +0000 (13:27 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 16 Dec 2015 12:20:50 +0000 (13:20 +0100)
commit5a7bb7e21438ac4cc08e92d8a82923927175a50c
tree8c8a26b68e1594e536093632a2916f2d66e57190
parent4684e7a102ed87e04d8ed72ce5c92a7c291fb05b
Move calcgrid.* to fft/

One more file out of gmxlib/.  These are related to selecting an FFT grid
size, and contain some numbers coming from performance measurements, so
fft/ should be a natural place.

Change-Id: I386965665a92bc47d4c0c3ca0201a6a4b13b5886
src/gromacs/ewald/pme-load-balancing.cpp
src/gromacs/fft/CMakeLists.txt
src/gromacs/fft/calcgrid.cpp [moved from src/gromacs/gmxlib/calcgrid.cpp with 99% similarity]
src/gromacs/fft/calcgrid.h [moved from src/gromacs/gmxlib/calcgrid.h with 93% similarity]
src/gromacs/gmxana/gmx_pme_error.cpp
src/gromacs/gmxana/gmx_tune_pme.cpp
src/gromacs/gmxpreprocess/grompp.cpp