Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Looks like the sequential mostly works. It just doesn't stop running …
…for some reason
  • Loading branch information
rjm11010 committed Apr 18, 2017
1 parent 7631f6c commit c29b142
Show file tree
Hide file tree
Showing 8 changed files with 3,388 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .ftpconfig
@@ -0,0 +1,20 @@
{
"protocol": "sftp",
"host": "login.storrs.hpc.uconn.edu",
"port": 22,
"user": "rjm11010",
"pass": "",
"promptForPass": false,
"remote": "/home/rjm11010/hpcproj/parallel_mcmc",
"local": "",
"agent": "",
"privatekey": "/home/reynaldo/.ssh/uconn_hpc",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"watch": [],
"watchTimeout": 500
}
1 change: 0 additions & 1 deletion README.md
@@ -1,5 +1,4 @@
Parallel MCMC On GPU
===========================


This project compares the performance of MCMC on a single threaded CPU, and a multicore, multithreaded GPU (using CUDA).

0 comments on commit c29b142

Please sign in to comment.