nuisance is hosted by Hepforge, IPPP Durham
NUISANCE

Precompiled Binaries

If you don’t want to manually compile NUISANCE you can try to use our pre-built binaries by downloading the relevant one for your machine below. Be advised that these are relatively new and only tested in a small number of cases so usability may vary.

If you have issues please direct all questions to p.stowell@sheffield.ac.uk. Alternatively, if you would like to build NUISANCE yourself, or download our docker/virtual-box images, then please see the other options on our Getting The Code page.

Each binary has slightly different contents depending on the build system, but each one comes with a handy setup script which should define the environment variables needed and let you use NUISANCE out of the box.

Note that Linux variants use NuWro-v11q-RW which is NuWro variant developed by the NUISANCE authors that supports simple event reweighting.


CentOS 6

Contents: libxml2, log4cpp, LHAPDF, ROOT, NuWro-v11q-RW, GENIE-2.12.6, NUISANCE-v2r8
Requirements: gfortran, gcc
Tested on: CentOS 6 (gcc4.4.7+)
Hyperlink: Here
Download and test run commands:
wget https://www.dropbox.com/s/pfea9t3xja059c7/nuisance-v2r8-gcc4.4.7-centos6.tar.gz?dl=0 tar -zxvf nuisance-v2r8-gcc4.4.7-centos6.tar.gz\?dl\=0 cd nuisance-v2r8-gcc4.4.7-centos6.tar.gz source setupnuisance.sh nuiscomp -h


CentOS 6

Contents: libxml2, log4cpp, LHAPDF, ROOT, NuWro-v11q-RW, GENIE-2.12.6, NUISANCE-v2r8
Requirements: gfortran, gcc
Tested on: CentOS 7 (gcc4.8.5+)
Hyperlink: Here
Download and test run commands:
wget https://www.dropbox.com/s/wn3o2t3651nid7z/nuisance-v2r8-gcc4.8.5-centos7.tar.gz?dl=0 tar -zxvf nuisance-v2r8-gcc4.8.5-centos7.tar.gz\?dl\=0 cd nuisance-v2r8-gcc4.8.5-centos7.tar.gz source setupnuisance.sh nuiscomp -h

SL 6

Contents: libxml2, log4cpp, LHAPDF, ROOT, NuWro-v11q-RW, GENIE-2.12.6, NUISANCE-v2r8
Requirements: gfortran, gcc
Tested on: Scientific Linux 6 (gcc4.4.7+)
Hyperlink: Here
Download and test run commands:
wget https://www.dropbox.com/s/lc6ixiqcy0psdf8/nuisance-v2r8-gcc4.4.7-sl6.tar.gz?dl=0 tar -zxvf nuisance-v2r8-gcc4.4.7-sl6\?dl\=0 cd nuisance-v2r8-gcc4.4.7-sl6 source setupnuisance.sh nuiscomp -h


Ubuntu 16.04/17.04

Contents: libxml2, log4cpp, LHAPDF, ROOT, NuWro-v11q-RW, GENIE-2.12.6, NUISANCE-v2r8
Requirements: gfortran, gcc
Tested on: Ubuntu 16.04 (gcc4.9.3+), Ubuntu 17.04 (gcc4.8.5+)
Hyperlink: Here
Download and test run commands:
wget https://www.dropbox.com/s/lsamibvzwfz5l4e/nuisance-v2r8-gcc4.7.4-ubuntu16.tar.gz?dl=0 tar -zxvf nuisance-v2r8-gcc4.7.4-ubuntu16.tar.gz\?dl\=0 cd nuisance-v2r8-gcc4.7.4-ubuntu16 source setupnuisance.sh nuiscomp -h


MacOS 10.12.0

WORK IN PROGRESS