HiT-MDS Code
Brought to you by:
mss74,
thilo_fester
************************************************************************ * * * HiT-MDS README * * * ************************************************************************ ************************************************************************ * * * system requirements * * * ************************************************************************ - CUDA enabled device ( see http://www.nvidia.com/object/cuda_learn_products.html ) - CUDA 2.1 + driver + toolkit + sdk - GLUT ************************************************************************ * * * installation and usage * * * ************************************************************************ 1. Open /YOUR/PATH/TO/NVIDIA_CUDA_SDK/common/common.mk and insert ## INSERT ################### ifeq ($(USELIBCUDA),1) LIB += -lcuda endif ############################# after ############################# # Libs LIB := -L$(CUDA_INSTALL_PATH)/lib -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) ############################# 2. Install and run by using the following commands ...$> cd /YOUR/PATH/TO/NVIDIA_CUDA_SDK/projects/ ...$> wget http://hitmds.svn.sourceforge.net/viewvc/hitmds.tar.gz?view=tar ...$> tar -xf hitmds.tar.gz\?view\=tar ...$> cd hitmds ...$> make ...$> ./hitmds -ddim 251 -tdim 3 -f teacup_dist.dat ...$> ./hitmds --help ************************************************************************ * * * notice * * * ************************************************************************ This software is licensed under GNU Public License. Please read gpl.txt for more information. You can find the latest version and source code on http://hitmds.sourceforge.net/