khtylerf / nvidia_sdk_samples

Some NVIDIA CUDA SDK samples with modified Makefiles to build with ENZO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our goal is to demonstrate that it only takes simple Makefile modifications and env changes to get most compute only CUDA code to build with PathScale ENZO.

# General Makefile changes

# ENV
# NVCC=/opt/enzo-12-14/bin/pathcu
# GCC=/opt/enzo-12-14/bin/pathcu
# GENCODE_SM10="" GENCODE_SM20="" GENCODE_SM30=""
# LDFLAGS=""
# CUDA_PATH=""
# CUDA_INC_PATH="/opt/enzo-12-14/include/4.9.03/cuda"

About

Some NVIDIA CUDA SDK samples with modified Makefiles to build with ENZO


Languages

Language:C 58.8%Language:C++ 40.7%Language:Cuda 0.3%Language:Makefile 0.2%Language:Shell 0.0%