Menu

Tree [r38] /
 History

HTTPS access


File Date Author Commit
 Makefile 2009-04-17 thilo_fester [r30] + many updates with kernel configurations
 README.txt 2009-04-17 thilo_fester [r30] + many updates with kernel configurations
 createSpiral.c 2009-05-07 thilo_fester [r38]
 gpl.txt 2009-01-27 thilo_fester [r2] + summarized functions in hitmds.h
 hitmds.cu 2009-05-07 thilo_fester [r38]
 hitmds.h 2009-05-07 thilo_fester [r38]
 hitmds_gl_functionality.cu 2009-03-26 thilo_fester [r26] + new component separation
 hitmds_kernels.cu 2009-04-29 thilo_fester [r37]
 hitmds_little_helpers.cu 2009-05-07 thilo_fester [r38]
 hitmds_nvsdk_functions.cu 2009-04-19 thilo_fester [r33] + better distance_by_degree calculation
 hitmds_rendering_callbacks.cu 2009-04-20 thilo_fester [r35] + fixed some bugs
 teacup_dist.dat 2009-01-27 thilo_fester [r2] + summarized functions in hitmds.h
 teapot_dist.dat 2009-02-03 thilo_fester [r19]
 teaset_adj.dat 2009-04-17 thilo_fester [r32]
 teaspoon_dist.dat 2009-02-03 thilo_fester [r19]
 test_dist.c 2009-05-07 thilo_fester [r38]

Read Me

************************************************************************
*                                                                      *
* 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/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.