00001 /*************************************************************************** 00002 *cr 00003 *cr (C) Copyright 1995-2019 The Board of Trustees of the 00004 *cr University of Illinois 00005 *cr All Rights Reserved 00006 *cr 00007 ***************************************************************************/ 00008 /*************************************************************************** 00009 * RCS INFORMATION: 00010 * 00011 * $RCSfile: CUDAMeasureQCP.h,v $ 00012 * $Author: johns $ $Locker: $ $State: Exp $ 00013 * $Revision: 1.3 $ $Date: 2020/02/26 20:16:56 $ 00014 * 00015 ***************************************************************************/ 00026 int qcp_soa_gpu_ooc(wkf_threadpool_t *devpool, // VMD GPU worker thread pool 00027 int nfiles, const char **trjfileset, const AtomSel *sel, 00028 int first, int last, int step, float *rmsdmat); 00029 00030