"Fork NFS" to create a new MOOSE-based application.
For more information see: http://mooseframework.org/create-an-app/
NFS is a development app specific designed for fracture related simulation in nuclear related materials. It used a specific version of MOOSE and BISON(export controlled) for specific dependency related.
Make sure to change the MOOSE_DIR into the correct moose directory, located in the Makefile
makeTo run the test suite current resided:
./run_tests -j 4where 4 is the number of the processors
To run test with samples test, use the following
nfs-opt -i input.impiexec -n 4 nfs-opt -i input.iwhere 4 is the number of processors
To see the list of available inputs after successfully compiling NFS:
./nfs-opt --dump > nsf_input.txt