Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the directory of an example.
    cd /path/to/sundials/examples/arkode/C_manyvector
  3. Compile the example.
    make
  4. Run the example.
    ./ark_brusselator1D_manyvec

    Information similar to the following is displayed:

  5. Go to the directory of another example.
    cd ../C_serial
  6. Compile the example.
    make
  7. Run the example.
    ./ark_robertson

    Information similar to the following is displayed: