Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
rjm11010 committed Apr 18, 2017
1 parent 17398eb commit 9ce71f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,6 +17,6 @@ g++ -std=c++11 gibbs_metropolis.cpp -o gibbs_metropolis

##### Run
**Small Example**
``
```
./gibbs_metropolis smallData.txt
```
5 changes: 5 additions & 0 deletions sequential/big_job.sh
@@ -0,0 +1,5 @@
#!/bin/bash
#SBATCH -o output.txt
#SBATCH -e error.txt

time ./gibbs_metropolis data.txt

0 comments on commit 9ce71f0

Please sign in to comment.