Skip to content

zhangboyu/759_Class_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

759_Class_Project

This is our 759 final project repo.

Team member: Boyu Zhang, Ying Li

Note: 1). This code requires compute capability 6.0 devices. 2). Currently only works under 3D dimension, because we only have several 3D objects to load and test but not 2D.

How to build: Just type "make". The program itself is named as "collision_detection".

How to use: three ways:

1). On a machine with GPU card, type "./collision_detection DIM(2/3) OBJ_NUMBER SPACE_SCALING_FACTOR". (SPACE_SCALING_FACTOR should not be larger than 0.7)

2). On a machine with GPU card, type "./run_collision_detection.sh" to run the program with some predefined arguments.

3). On Euler, type "sbatch run_collision_detection.sh" to run the program with some predefined arguments.

After the program finish, a file named "collision_pairs.txt" will be generated, which contains the index of collide object pairs.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors