Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the directory of an example.
cd /path/to/sundials/examples/arkode/C_manyvector
- Compile the example.
make
- Run the example.
./ark_brusselator1D_manyvec
Information similar to the following is displayed:

- Go to the directory of another example.
cd ../C_serial
- Compile the example.
make
- Run the example.
./ark_robertson
Information similar to the following is displayed:

Parent topic: SUNDIALS 6.3.0 Porting Guide (Kylin V10)