Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3339502
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:29:59+00:00 2026-05-18T00:29:59+00:00

Is there a format of *.gvs files, used by GuideView OpenMP performance analyser? The

  • 0

Is there a format of *.gvs files, used by GuideView OpenMP performance analyser?

The “guide.gvs” is generated, f.e. by intel’s OpenMP’ed programmes with

 $ export LD_PRELOAD=<path_to_icc_or_redist>/lib/libiompprof5.so
 $ ./openmp_parallelized_prog
 $ ls -l guide.gvs
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:29:59+00:00Added an answer on May 18, 2026 at 12:29 am

    It s a plain text.

    Here is an example of such from very short omp programme:

    $ cat guide.gvs 
    
    *** KAI statistics library  k3301
    
    
    *** Begin Task 0
    
    Environment variables:
      OMP_NUM_THREADS  : 2           
      OMP_SCHEDULE     : static      
      OMP_DYNAMIC      : FALSE       
      OMP_NESTED       : FALSE       
      KMP_STATSFILE    : guide.gvs    
      KMP_STATSCOLS    : 80           
      KMP_INTERVAL     : 0            
      KMP_BLOCKTIME    : 200          
      KMP_PARALLEL     : 2            
      KMP_STACKSIZE    : 2097152      
      KMP_STACKOFFSET  : 0            
      KMP_SCHEDULING   : <unknown>    
      KMP_CHUNK        : <unknown>    
      KMP_LIBRARY      : throughput    
    end                                
    
    System parameters:
      start      : Wed Nov  1 12:26:52 2010    
      stop       : Wed Nov  1 12:26:52 2010    
      host       : localhost                     
      ncpu       : 2                           
    end                                        
    
    Unix process parameters:
      maxrss     : 0           
      minflt     : 440         
      majflt     : 2           
      nswap      : 0           
      inblock    : 208         
      oublock    : 0           
      nvcsw      : 6           
      nivcsw     : 7           
    end                        
    
    Region counts:
      serial regions   : 2           
      barrier regions  : 0           
      parallel regions : 1           
    end                              
    
    Program execution time (in seconds):
      cpu              :     0.00 sec    
      elapsed          :     0.04 sec    
        serial         :     0.00 sec    
        parallel       :     0.04 sec    
      cpu percent      :     0.01 %      
    end                                  
    
    Summary over all regions (has 2 threads):
    # Thread                #0       #1      
      Sum Parallel  :    0.036    0.027      
      Sum Imbalance :    0.035    0.026      
      Min Parallel  :    0.036    0.027      
      Min Imbalance :    0.035    0.026      
      Max Parallel  :    0.036    0.027      
      Max Imbalance :    0.035    0.026      
    end                                      
    
    Region #1 (has 2 threads) at main/9 in "/home/user/icc/omp.c":
    # Thread                #0       #1                          
      Sum Parallel  :    0.036    0.027                          
      Sum Imbalance :    0.035    0.026                          
      Min Parallel  :    0.036    0.027                          
      Min Imbalance :    0.035    0.026                          
      Max Parallel  :    0.036    0.027                          
      Max Imbalance :    0.035    0.026                          
    end                                                          
    
    Region #1 (has 2 threads) profile:
    # Thread       Incl     Excl Routine 
      0,0    :    0.000    0.000 main/9 "/home/user/icc/omp.c"  
      1,0    :    0.000    0.000 main/9 "/home/user/icc/omp.c"  
    end                                                        
    
    Serial program regions:
      Serial region #1 executes for 0.00 seconds
        begins at START OF PROGRAM              
        ends before region #1 (using 2 threads) at main/9 in "/home/user/icc/omp.c"
      Serial region #2 executes for 0.00 seconds                                  
        begins after region #1 (using 2 threads) at main/9 in "/home/user/icc/omp.c"
        ends at END OF PROGRAM                                                     
    end                                                                            
    
    Serial region #1 profile:
    # Thread       Incl     Excl Routine 
    end                                  
    
    Serial region #2 profile:
    # Thread       Incl     Excl Routine 
    end                                  
    
    Program events (total):
    # Thread                #0       #1
      mppbeg        :        1        0
      mppend        :        1        0
      serial        :        2        0
      mppfkd        :        1        0
      mppfrk        :        1        0
      mppjoi        :        1        0
      mppadj        :        1        0
      mpptid        :       51       50
    end
    
    Region #1 (has 2 threads) events:
    # Thread                #0       #1
      mppfrk        :        1        0
      mppjoi        :        1        0
      mpptid        :       50       50
    end
    
    Serial section events:
    # Serial                #1       #2
      mppbeg        :        1        0
      mppend        :        0        1
      serial        :        1        1
      mppfkd        :        1        0
      mppadj        :        1        0
      mpptid        :        1        0
    end
    
    *** end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any performance differences between string.Format and String.Format ? As far as i
Does anyone know if there's a way to format the date generated by strftime
Is there a format for phone numbers which all numbers will fit into? (something
There is a file called 'format' in the root repository folder. It contains the
Is there a way to format a decimal as following: 100 -> 100 100.1
Is there a way to format in PHP a number always keeping its sign
Is there any way to format this so it's a valid expression, without adding
Is there any way to format a USB mass storage device programmatically in Android?
Is there a way to format the output of Select-String to include newlines between
Is there an easy way in PowerShell to format numbers and the like in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.