Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4998 Discussions

A problem with callgraph collection

Sergey_G_Intel
Employee
246 Views

When running vtl on Intel64 proc, I've got the following result

vtl -v activity -c callgraph -moi ./solver041_A -app /opt/intel/mpi/3.0/bin/mpiexec,"-perhost 1 -np 1 -envall ./solver041_A ./DATA/A 1 -sub_pc_factor_shift_nonzero 1.0e-10" -master callgraph
VTune Performance Analyzer 9.0 for Linux*
Copyright (C) 2000-2007 Intel Corporation. All rights reserved.

The Activity has been successfully created.

Name: Activity1
Duration: 0 sec
Start with data collection paused: no

Application/Module Profiles:
1. mpiexec
Application to Launch:
Filename: /opt/intel/mpi/3.0/bin/mpiexec
Command line arguments: -perhost 1 -np 1 -envall ./solver041_A ./DATA/A 1 -sub_pc_factor_shift_nonzero 1.0e-10
Working directory: /home/GS/for_petsc/petsc_sg
System on which to launch application: 127.0.0.1

2. Modules of Interest
Modules of Interest:
1. /home/GS/for_petsc/petsc_sg/solver041_A

Data Collectors:
1. Call Graph (127.0.0.1)
Collector type: Call Graph
Master: yes
Enabled: yes
Associated with the following Application/Module Profiles:
1. mpiexec
2. Modules of Interest
Options:


Folder with call graph configuration files (*.ini) for this Activity: /tmp/vtune_sg/Projects/vtune/cg184E19ED/


> vtl show
VTune Performance Analyzer 9.0 for Linux*
Copyright (C) 2000-2007 Intel Corporation. All rights reserved.

a1__Activity1

> vtl run
VTune Performance Analyzer 9.0 for Linux*
Copyright (C) 2000-2007 Intel Corporation. All rights reserved.

The Activity is running.
Mon Dec 3 17:54:07 2007 Reading property files started...

Mon Dec 3 17:54:07 2007 Reading property files done.

Mon Dec 3 17:54:08 2007 Static instrumentation started
Mon Dec 3 17:54:08 2007 Static instrumentation done
Mon Dec 3 17:54:08 2007 Data collection started...
0: ./solver041_A
1: ./DATA/A
2: 1
3: -sub_pc_factor_shift_nonzero
4: 1.0e-10

----------------------------------------
Running matrix ./DATA/A
Schur run is needed? 1
----------------------------------------

full size=212, full non-zeros=1312
Matrix of size 212x212 has been created!
Malloc calls=0; allocated=1312; used=1312; unneeded=0
Local rhs dimension is 212
Local Xtest dimension is 212
Obtained from data residual L2 norm is 1.018802e-07
Obtained from data residual Inf norm is 6.734626e-07
Full preconditioner is set to bjacobi
Full PETSC Time required is 1.425982e-03
Full MPI Time is 1.443863e-03
2 full iterations has been performed

Data vs. computed L2 norm is 1.168661e-08
Data vs. computed Inf norm is 3.014065e-08


Full L2 norm is 1.883353e-08
Full Inf norm is 2.453510e-07

Matrix M11 of size 12x12 has been created!
M11: Malloc calls=0; allocated=42; used=42; unneeded=0
Matrix M12 of size 12x200 has been created!
M12: Malloc calls=0 ; allocated=24; used=24; unneeded=0
Matrix M22s of size 200x200 has been created!
M22s: Malloc calls=0; allocated=1192; used=1192; unneeded=0
Initial R1 dimension is 12
Initial Rs dimension is 200
Schur preconditioner is set to bjacobi
Not using CSR no add
PETSC Schur time required is 1.219988e-03
MPI Schur time is 1.223087e-03
1 Schur iterations has been performed

(Difference) Schur L2 norm is 1.118333e-07
(Difference) Schur Inf norm is 1.970316e-07


Full Schur L2 norm is 1.939031e-08
Full Schur Inf norm is 2.453510e-07

[0] Intel Trace Collector INFO: Writing tracefile solver041_A.stf in /home/GS/for_petsc/petsc_sg
Mon Dec 3 17:54:13 2007 Data collection finished...
Mon Dec 3 17:54:13 2007 Error - Command generated by Call graph instrumentation cannot be launched.
Mon Dec 3 17:54:13 2007 Writing property files failed.
Mon Dec 3 17:54:13 2007 WARNING: no module of interest was loaded during activity
The Activity has finished running.


Could you explain me please what means "Error - Command generated by Call graph instrumentation cannot be launched."? And what should I do to have callgraph data at last? Thank you!

Sergey

0 Kudos
0 Replies
Reply