CIL
- Download the
modified version of CIL.
- Untar it in a local directory and run make.
- The executable cilly would be stored
in the bin directory.
- To modify MPI programs that are written for
ISP, do the following:
- Preprocess the MPI code, by issuing the
command
mpicc -E filename.c -o output.c -I include_dir
Remember to include ISP header files in the profiler directory.
- Now feed the output code through CIL by
issuing the following command:
cilly –dompiinstr –includedir=∼/ISP/profiler/ output.c
–save-temps
Fib
- Download
the code.
- Untar it and run make from the directory ISP/
- take the user program and compile it by
issuing the command:
mpicc -DFORISP -I ./ ../profiler/Profiler.c
../profiler/Client.c ../profiler/HashMap.c user_prg.c -o output.
- Run the executable by issuing the command:
/home/ISP/src/isp port_num #procs executable machine_name
This document was translated from LATEX
by
HEVEA.