An open API service indexing awesome lists of open source software.

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.

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