Symbol Description Uses
ipc 16



File Line number Procedure Code
./pkg/showflops/SHOWFLOPS.h 19 NO PROCEDURE
      REAL*4 real_time, proc_time, mflops, ipc
./pkg/showflops/SHOWFLOPS.h 20 NO PROCEDURE
      DATA real_time, proc_time, mflops, ipc /4*0.0E0/
./pkg/showflops/SHOWFLOPS_INIT.h 19 NO PROCEDURE
      REAL*4 real_time, proc_time, mflops, ipc
./pkg/showflops/SHOWFLOPS_INIT.h 20 NO PROCEDURE
      DATA real_time, proc_time, mflops, ipc /4*0.0E0/
./pkg/showflops/showflops_init.F 110 SHOWFLOPS_INIT
      REAL real_time, proc_time, mflops, ipc
./pkg/showflops/showflops_init.F 111 SHOWFLOPS_INIT
      COMMON /papivars/ flpops, instr, real_time, proc_time, mflops, ipc
./pkg/showflops/showflops_init.F 112 SHOWFLOPS_INIT
      DATA flpops, instr, real_time, proc_time, mflops, ipc /2*0,4*0.E0/
./pkg/showflops/showflops_init.F 67 SHOWFLOPS_INIT
      call PAPIF_IPC(real_time, proc_time, instr, ipc, check)
./pkg/showflops/showflops_init.F 69 SHOWFLOPS_INIT
     $     'IPC before timestepping:', ipc, ' ', ipc*proc_time
./pkg/showflops/showflops_inloop.F 85 SHOWFLOPS_INLOOP
      call PAPIF_IPC(real_time, proc_time, instr, ipc, check)
./pkg/showflops/showflops_inloop.F 87 SHOWFLOPS_INLOOP
     $     ipc, ' ', ipc*proc_time/(real_time + 1E-36),
./pkg/showflops/showflops_insolve.F 82 SHOWFLOPS_INSOLVE
      call PAPIF_IPC(real_time, proc_time, instr, ipc, check)
./pkg/showflops/showflops_insolve.F 84 SHOWFLOPS_INSOLVE
     $     'IPC during this timestep:', ipc, ' ', ipc*proc_time