Loading JAGS

This KB Article References: High Performance Computing
This Information is Intended for: Instructors, Researchers, Staff
Created: 01/30/2017 Last Updated: 05/15/2024

Current Version

JAGS-4.2.0 is installed on the system, and can be loaded as a module:

module load JAGS/4.2.0

Using JAGS

After loading the JAGS module, the JAGS terminal can be launched by typing jags into the shell.  However, this error will appear:

Welcome to JAGS 4.2.0 on Mon Jan 30 12:46:58 2017
JAGS is free software and comes with ABSOLUTELY NO WARRANTY
Loading module: basemod: ok

Loading module: bugs: file not found

This is because OpenBLAS needs to be loaded:

module load openblas/dynamic/0.2.18

The error will disappear upon loading the OpenBLAS module.


Using JAGS within R

JAGS can be run in R via the R2jags package.  In order to run R2jags, load the following modules:

module load JAGS/4.2.0
module load openblas/dynamic/0.2.18
module load R/3.3.2

To access R, type R into the shell.  From within R, the following command will load the R2jags package:

library(R2jags)

An example Slurm script for running R2jags jobs can be found here:

/gpfs/projects/samples/R2jags

For More Information Contact


IACS Support System

Still Need Help? The best way to report your issue or make a request is by submitting a ticket.

Request Access or Report an Issue