Skip to content

Anatharr/HPCProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPCProject

Installation

Linux

Please don't forget to reboot after CUDA installation...

Windows

After installing CUDA, install latest version of Perl, add it to your path and then install openssl headers with :

    cpan install Net::SSL

Please take note of your Perl installation folder as you will need to add it to the include path if you want to execute any of the generators.

Usage

Compile the sources & run the binary

Linux

To ensure that the sources are correctly compiled just run make at the root project.

Windows

To ensure that the sources are correctly compiled just run nmake at the root project.

Run the binary

All binaries are in the bin/ folder, you can run them withour arguments to show usage.

TODO List

  • nice documentation (func docstring, comments)
  • clean pre-link directive
  • optimisation with shadow_size, if index > shadow_size -> do nothing
  • if a hash is already found, put him in memory to optimize the next guesses
  • cudaMalloc use, without the managed

About

Repo of our High Performance Computing project (4th year)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors