added functionity to lib interface

This commit is contained in:
Steve Plimpton
2016-12-13 16:22:17 -07:00
parent fb3f597f41
commit ae5764beac
28 changed files with 386 additions and 160 deletions

View File

@ -59,9 +59,8 @@ void Integrate::init()
// in case input script has reset the run or minimize style explicitly
// e.g. invalid to have kokkos pair style with non-kokkos verlet
// but OK to have kokkos verlet with non kokkos pair style (just warn)
// ditto for USER-CUDA package verlet with their pair, fix, etc
// making these checks would require all the pair, fix, etc styles have
// cuda, kokkos, intel flags
// kokkos, intel flags
}
/* ----------------------------------------------------------------------