[AMBER] Amber18, tools19, cuda 10.2

From: Christopher Benjamin Coffey <Chris.Coffey.nau.edu>
Date: Wed, 22 Apr 2020 18:16:55 +0000

Hi,

I'm trying to build the gpu binaries for amber18, tools 19 with cuda 10.2. I get the error below. Seems there is a conflict between simulationConst.h, and gti_global.cu. Can someone assist please? Thank you!

---- simulationConst.h
#ifndef _CUDA_SIMULATION
#define _CUDA_SIMULATION

#include "base_simulationConst.h"
    #ifdef GTI
#include "gti_simulationConst.h"
typedef gti_simulationConst simulationConst;
    #else
typedef base_simulationConst simulationConst;
    #endif

extern __constant__ simulationConst cSim;

#endif /* _CUDA_SIMULATION */
-----


---- gti_global.h
#include "copyright.i"

//Place to hold globally accessible variables


#include "simulationConst.h"
__constant__ simulationConst cSim;
----

Best,
Chris
 
--
Christopher Coffey
High-Performance Computing
Northern Arizona University
928-523-1167
 
 

_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Apr 22 2020 - 11:30:02 PDT
Custom Search