Skip to content

7PintsOfCherryGarcia/HPCclub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPCclub

This is the main HPC club repository. Code for exercises, important documents such as practice files can also be found here.

How to navigate

Each folder will contan a README file explainign the contents of the folder and how to use them.

By typing:

make

All compilation units with be executed and final outputs placed in ./bin.

To compile a specific 'unit'(for example an exercise) just provide the unit name as a parameter to make. For example to compile only the least squares exercise type:

make least_squares
./bin/simple_regression 10
  • Unit Index
    • least_squares
    • MC_pi

If you encounter a problem regarding the use of this repo please open a new issue

About

The important thing are the friends we make along the way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published