Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodoreai/montecuda
CUDA application for Monte Carlo simulation is used to determine the range of outcomes for a series of parameters, each of which has a probability distribution showing how likely each option is to happen. This is using CUDA.
https://github.com/theodoreai/montecuda
cuda gpu-computing monte-carlo-simulation parallel-computing
Last synced: 28 days ago
JSON representation
CUDA application for Monte Carlo simulation is used to determine the range of outcomes for a series of parameters, each of which has a probability distribution showing how likely each option is to happen. This is using CUDA.
- Host: GitHub
- URL: https://github.com/theodoreai/montecuda
- Owner: TheodoreAI
- Created: 2023-05-24T23:25:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-26T03:10:19.000Z (over 1 year ago)
- Last Synced: 2024-03-07T23:34:28.689Z (10 months ago)
- Topics: cuda, gpu-computing, monte-carlo-simulation, parallel-computing
- Language: C++
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs575-project-5
## Running this program on submit-x.hpc.engr.oregonstate.edu DGX service use the following:
Test: srun -A cs475-575 -p classgputest --pty bash run.bash
Final: srun -A cs475-575 -p classgpufinal --pty bash run.bash