Skip to content
Snippets Groups Projects
Select Git revision
  • 791825846e0f3317b5b7b0df0d7c498b4bf78537
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

tracy

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    nadolski authored
    79182584
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    For most C++ developers, we recommend disabling #981. But for C code, #981 is more likely to be useful.
    
    #pragma warning (disable:193)
    
    #pragma warning (default:193)
    
    Tracy-3
    
    Author: Johan Bengtsson
    
    Requirements:
    
      1. GNU autoconf and automake environment.
    
      2. GNU C++ compiler: gcc
    
      3. Numerical Recipes in C (with support for "double").
         Assumed directory structure:
    
           $NUM_REC/lib		libnum_rec.a
           $NUM_REC/inc		nrutil.h, nr.h
    
    To install:
    
      1. Define the environment variable:
    
           $NUM_REC = <path to Numerical Recipes library>
    
      2. tar -xvzf <tar ball name> 
    
      3. cd tracy-3.0
    
      4. ./bootstrap
    
      5. ./configure
    
      6.  cd tracy/wrk
    
      7. make
    
      8. ./main lattice/ALBA