We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Step 1. Install the MOOSE development environment (click on 'Getting Started' at the following link and follow the instructions),
http://mooseframework.org/
After installing MOOSE, make sure you have the following folder on your local machine containing MOOSE
~/projects
Step 2. After installing the MOOSE environment, execute the following commands:
cd ~/projects
git clone https://github.com/lcpp-org/crane
cd crane
make -jn
where n is the number of logical processors on your computer.
n
Step 3. Run tests to make sure CRANE is installed properly.
./run_tests
If all the tests pass, CRANE has been successfully installed.
Installation has been successfully tested on the following Operating Systems: