https://github.com/TheodoreAI/monte-carlo-simulator
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/monte-carlo-simulator
cuda gpu-computing monte-carlo-simulation parallel-computing
Last synced: 3 months 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/monte-carlo-simulator
- Owner: TheodoreAI
- Created: 2023-05-24T23:25:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T03:10:19.000Z (over 2 years ago)
- Last Synced: 2024-11-25T04:13:04.339Z (about 1 year 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