Installation:

At this time, TIGER is only available for platforms for which MOOSE is also available. Please follow the below instruction to set up it on your computer:

  1. Install Moose Framework as instructed on its website

  2. Go to the "projects" folder and clone TIGER

  3. Go to the "tiger" folder and compile it

  4. Run your input file as shown

username@machine:~$ cd projects

username@machine:~projects$ git clone https://github.com/MGK-Lab/tiger.git

username@machine:~/projects$ cd tiger

username@machine:~/projects/tiger$ make –j4

username@machine:~/projects/tiger$ ./tiger-opt –i <input file path/file name>

Repositories:

The TIGER's mercurial repository can be found on GitHub.