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 |