Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monte_carlo_methods
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CodeVault
hpc-kernels
monte_carlo_methods
Graph
1a3a4aab8ee61a9fa97112a0b1e8143c7827dc1e
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Jun
14
Jan
18
Mar
29
Jan
25
15
14
11
Dec
Correct README, added build and contribution instructions
master
master
Making monte_carlo_methods standalone project
added prime finder via GMP
added pseudo random generator examples
fixed some paths for the compilation tests to pass. all tests pass now
made some minor changes to ensure proper build after removing integral_advanced and prng samples
temporarily removed some examples for revision and documentation
readme file for monte carlo methods
added guards and messages to CMakeLists.txt from dense_linear_algebra,monte_carlo_methods,sparse_linear_algebra,structured_grids dwarfs
Monte Carlo methods pass all compile tests. Modified CMakeLists.txt for all examples
added 2d integration using monte carlo, various communication models (mpi, openmp)
integral 1d became integral_basic, referring to the communication model
1d integration using monte carlo (serial, mpi, openmp)
added pseudo random number generation (serial, mpi, openmp)
added mc approximation for pi (serial, mpi, openmp)
changed from code_packages to hpc_kernel_samples