IRS on CELL

Deliverables‎ > ‎

On IBM Cell

For mpi -np 2 these are corresponding files.

1. mpi_gmon - gmon file obtained using gprof
2. mpi_screen.txt  - Output file having the test configurations and time for mpi
3. mpi_analysis.txt - Analysis obtained from gmon file.

for sequential

1. seq_gmon - gmon file obtained using gprof
2. seq_screen.txt - Output file having the test configurations and time for sequential
3. seq_analysis.txt - Profiling obtained from gmon file.

Commands to run for sequential are

./irs -k seq /home/skasisa/irs.1.0/decks/zrad3d -def NDOMS=8

for mpi is 

mpirun -np 2 ./irs /home/skasisa/irs.1.0/decks/zrad3d -child_io_off -k 00008MPI -def NDOMS=8

and for profiling cmd is 

gprof -a irs gmon.out > output

Attachments (6)

  • mpi_analysis - on Nov 11, 2009 6:51 PM by suraj kasi (version 1)
    237k Download
  • mpi_gmon.out - on Nov 11, 2009 6:51 PM by suraj kasi (version 1)
    455k Download
  • mpi_screen.txt - on Nov 11, 2009 6:51 PM by suraj kasi (version 1)
    2k Download
  • seq_analysis - on Nov 11, 2009 6:51 PM by suraj kasi (version 1)
    225k Download
  • seq_gmon.out - on Nov 11, 2009 6:52 PM by suraj kasi (version 1)
    454k Download
  • seq_screen.txt - on Nov 11, 2009 6:52 PM by suraj kasi (version 1)
    2k Download