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:
Install Moose Framework as instructed on its website
Go to the "projects" folder and clone TIGER
Go to the "tiger" folder and compile it
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.