Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to go to the test directory:
cd /path/to/MOOSE/moose/test/tests/preconditioners/hmg
- Run the following command to perform the test:
{time -p mpirun --allow-run-as-root -n 128 /path/to/MOOSE/moose/test/moose_test-opt -i diffusion_hmg.i Mesh/dmg/dim=3 Mesh/dmg/nz=100 Outputs/file_base=diffusion_hmg_3d_out -log_view --error --error-unused --error-override --no-gdb-backtrace ;} > moose.log 2>&1 - Run the following command to restore Python:
mv /usr/bin/python-bak /usr/bin/python
Parent topic: MOOSE Framework 1.0.0 Porting Guide (CentOS 7.6)