Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n3pdf/mcgpu
Proof of concept of GPU integration
https://github.com/n3pdf/mcgpu
Last synced: 12 days ago
JSON representation
Proof of concept of GPU integration
- Host: GitHub
- URL: https://github.com/n3pdf/mcgpu
- Owner: N3PDF
- Created: 2019-07-25T12:24:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T14:10:16.000Z (about 5 years ago)
- Last Synced: 2024-11-10T22:37:36.244Z (2 months ago)
- Language: Python
- Size: 62.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Main repository for the study of Monte Carlo integration -with importance sampling- with different languages and libraries.
The proposed structure of the repository is as follows:
1. A makefile in the root of the repository that will generate the necessary executables in a bin/ folder
2. For each implementation of the monte carlo a different folder with a name defining what the implementation is, i.e.: fortran-omp with an implementation in fortran
3. Within each folder there must be a folder called integrands with the possible integrands. i.e.: fortran-omp/integrands/pi.f