Difference for src/SimParameters.h from version 1.1247 to 1.1248

version 1.1247version 1.1248
Line 7
Line 7
 /***************************************************************************** /*****************************************************************************
  * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.h,v $  * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.h,v $
  * $Author: jim $  * $Author: jim $
  * $Date: 2017/03/20 19:52:17 $  * $Date: 2017/03/30 20:06:17 $
  * $Revision: 1.1247 $  * $Revision: 1.1248 $
  *****************************************************************************/  *****************************************************************************/
  
 #ifndef SIMPARAMETERS_H #ifndef SIMPARAMETERS_H
Line 734
Line 734
  Bool useDPME; //  Flag TRUE -> old DPME code  Bool useDPME; //  Flag TRUE -> old DPME code
  Bool usePMECUDA;                //  Flag TRUE -> use the PME CUDA version  Bool usePMECUDA;                //  Flag TRUE -> use the PME CUDA version
  Bool useCUDA2;                  //  Flag TRUE -> use ComputeNonbondedCUDA2  Bool useCUDA2;                  //  Flag TRUE -> use ComputeNonbondedCUDA2
    int bondedCUDA;                 //  Bitmask for calculating bonded interactions on GPU
  Bool useOptPME;                 //  Flag TRUE -> use the scalable version of PME  Bool useOptPME;                 //  Flag TRUE -> use the scalable version of PME
  Bool useManyToMany;             //  Flag TRUE -> use the manytomany optimization of PME.   Bool useManyToMany;             //  Flag TRUE -> use the manytomany optimization of PME. 
                                  //  This flag requres useOptPME to be set.                                  //  This flag requres useOptPME to be set.


Legend:
Removed in v.1.1247 
changed lines
 Added in v.1.1248



Made by using version 1.53 of cvs2html