1. Log in to NCSA using: ssh -X @login-cu.ncsa.teragrid.org 2. Copy examples from /u/ac/ashoks/parco07/openmp ex[1-3].c 3. Refer to documentation available at: http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/ In particular, look at: http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/Doc/Compile.html and: http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/Doc/Jobs.html 4. Compile ex1.c using: xlc_r -qsmp=omp -o ex1 ex1.c 5. Run ex1 using: ex1 6. Repeat for other examples 7. Write you own sequential program, compile it using automatic parallelization with -qsmp option, and run it. 8. Parallelize your program using OpenMP directives, compile it, and run it. 9. Write a batch script, submit it, and get the results back.