Skip to content

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

Notifications You must be signed in to change notification settings

jmarttila/nvidia_sdk_samples

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.0%
  • C++ 40.5%
  • Other 0.5%