Checking the build


To check the build, you should run a few example problems.

  • Create a directory called runs under Vaango
     mkdir runs
  • Create links to the optimized and debug executables:
     cd runs
     ln -s ../dbg/StandAlone/vaango vaango_dbg
     ln -s ../opt/StandAlone/vaango vaango_dbg
  • Create links to the inputs directory:
     ln -s ../src/StandAlone/inputs/MPM MPM_inputs
  • Do a serial test run
     ./vaango_opt MPM_inputs/const_test_hypo.ups
  • Do a parallel test run
    mpirun  -np 1 ./vaango_opt MPM_inputs/const_test_hypo.ups