我要评分
获取效率
正确性
完整性
易理解

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to go to the test directory:
    cd /path/to/MOOSE/moose/test/tests/preconditioners/hmg
  3. 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
  4. Run the following command to restore Python:
    mv /usr/bin/python-bak /usr/bin/python