Non-parallel Computing
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the directory where the test case is stored.
cd examples/laminar/cylinder2d
- Compile the test case.
make
- Run the program to perform the computing.
./cylinder2d
The generated VTK and gnuplot results are stored in the /tmp directory.
Parent topic: Running Test Cases