Commit 64b67556 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Debug guard around call to kReduceForces

parent be73754b
......@@ -621,6 +621,7 @@ void cudaComputeAmoebaPmeFixedEField( amoebaGpuContext amoebaGpu )
kCalculateAmoebaPMEFixedMultipoles( amoebaGpu );
cudaComputeAmoebaPmeDirectFixedEField( amoebaGpu );
#ifdef AMOEBA_DEBUG
if( 0 ){
gpuContext gpu = amoebaGpu->gpuContext;
std::vector<int> fileId;
......@@ -635,5 +636,6 @@ void cudaComputeAmoebaPmeFixedEField( amoebaGpuContext amoebaGpu )
//cudaWriteVectorOfDoubleVectorsToFile( "CudaRecipEField", fileId, outputVector );
exit(0);
}
#endif
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment