Permalink
Showing
with
6 additions
and
1 deletion.
-
+1
−1
README.md
-
+5
−0
sequential/big_job.sh
|
@@ -17,6 +17,6 @@ g++ -std=c++11 gibbs_metropolis.cpp -o gibbs_metropolis |
|
|
|
|
|
##### Run
|
|
##### Run
|
|
**Small Example**
|
|
**Small Example**
|
|
``
|
|
```
|
|
./gibbs_metropolis smallData.txt
|
|
./gibbs_metropolis smallData.txt
|
|
```
|
|
```
|
|
@@ -0,0 +1,5 @@ |
|
|
|
#!/bin/bash
|
|
|
|
#SBATCH -o output.txt
|
|
|
|
#SBATCH -e error.txt
|
|
|
|
|
|
|
|
time ./gibbs_metropolis data.txt
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.