Files
lammps/lib/gpu/Makefile.mac_opencl
Nguyen 274c3d38c4 - Updated geryon lib for Apple OpenCL
- Fixed typos in Nvidia.makefile and Opencl.makefile
- Updated eam.cu to work with OpenCL
- table still not working with OpenCL
2012-01-20 22:20:19 -05:00

17 lines
388 B
Makefile

# /* ----------------------------------------------------------------------
# Generic Mac Makefile for OpenCL
# ------------------------------------------------------------------------- */
OCL_CPP = mpic++ -O3 -DMPI_GERYON -DUCL_NO_EXIT
OCL_LINK = -framework OpenCL
OCL_PREC = -D_SINGLE_SINGLE
BIN_DIR = ./
OBJ_DIR = ./
LIB_DIR = ./
AR = ar
BSH = /bin/sh
include Opencl.makefile