Skip to content

Commit

Permalink
large run with shutdown behavior
Browse files Browse the repository at this point in the history
bw4sz committed Jan 1, 2018
1 parent 4a4a5f4 commit dccabb4
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cloud/Job.sh
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ chmod 400 /home/ben/.ssh/id_rsa
sudo docker run -v /home/ben/.ssh/:/root/.ssh/ gcr.io/api-project-773889352370/rwhales

#Delete host
#sudo shutdown now -h
sudo shutdown now -h
2 changes: 1 addition & 1 deletion RunModel.Rmd
Original file line number Diff line number Diff line change
@@ -416,7 +416,7 @@ data=list(divedepth=maxdive,argos=obs,steps=steps,R=R,j=j,idx=idx,tracks=tracks,
pt<-c("alpha","sub_alpha","gamma","depth_mu","depth_tau","state", "sub_state")
if(newModel){
system.time(diving<-jags.parallel(model.file = "Bayesian/NestedDive_NoInd.jags",data=data,n.chains=2,parameters.to.save=pt,n.iter=1000,n.burnin=900,n.thin=2,DIC=FALSE))
system.time(diving<-jags.parallel(model.file = "Bayesian/NestedDive_NoInd.jags",data=data,n.chains=2,parameters.to.save=pt,n.iter=10000,n.burnin=9500,n.thin=2,DIC=FALSE))
}
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RunModel_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dccabb4

Please sign in to comment.