Help is available by moving the cursor above any symbol or by checking MAQAO website.
▶Filter Information
1384 threads covering less than 1% of profiled time ( = Max (Thread Active Time)) were discarded, cumulating 3574.74 seconds CPU time. You can adjust the threshold below which a thread will be discarded with the thread-filter-threshold option.
Global Metrics
Total Time (s)
1.46 E3
Max (Thread Active Time) (s)
1.28 E3
Average Active Time (s)
1.23 E3
Activity Ratio (%)
87.0
Average number of active threads
164.489
Affinity Stability (%)
99.5
Time in analyzed loops (%)
46.8
Time in analyzed innermost loops (%)
20.7
Time in user code (%)
82.5
Compilation Options Score (%)
68.4
Array Access Efficiency (%)
84.3
Potential Speedups
Perfect Flow Complexity
1.03
Perfect OpenMP/MPI/Pthread/TBB
1.00
Perfect OpenMP/MPI/Pthread/TBB + Perfect Load Distribution
1.04
No Scalar Integer
Potential Speedup
1.26
Nb Loops to get 80%
9
FP Vectorised
Potential Speedup
1.03
Nb Loops to get 80%
8
Fully Vectorised
Potential Speedup
1.59
Nb Loops to get 80%
14
FP Arithmetic Only
Potential Speedup
1.41
Nb Loops to get 80%
14
CQA Potential Speedups Summary
Average Active Threads Count⏎
Loop Based Profile⏎
Innermost Loop Based Profile⏎
Application Categorization⏎
Compilation Options⏎
Source Object
Issue
▼qp_run–
▼–
○
-g is missing for some functions (possibly ones added by the compiler), it is needed to have more accurate reports. Other recommended flags are: -O2/-O3, -march=(target)
○
-O2, -O3 or -Ofast is missing.
○
-march=(target) is missing.
▼fci–
○map_module.f90
-funroll-loops is missing.
○slater_rules.irp.F90
-funroll-loops is missing.
○map_integrals.irp.F90
-funroll-loops is missing.
○spindeterminants.irp.F90
-funroll-loops is missing.
○u0_hs2_u0.irp.F90
-funroll-loops is missing.
○s2.irp.F90
-funroll-loops is missing.
○single_excitations.irp.F90
-funroll-loops is missing.
○determinants.irp.F90
-funroll-loops is missing.
▼qsort.c–
○
-O3 or -Ofast is missing.
○
-march=x86-64 is used but it should be replaced by a more architecture specific option or -march=native.