Skip to content
Snippets Groups Projects
Select Git revision
  • 99e5a76e6327911a6d03e83ccc736fb785cbc1d6
  • 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

tracy3

  • Open with
  • Download source code
  • 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
    99e5a76e
    History
    Name Last commit Last update
    lattice
    tracy
    README
    make_for_tracy3.sh
    set_var.sh
    ##########################################################################
    April 11th, 2011
    LNLS
    Laurent S. Nadolski
    
    ##########################################################################
    Numerical recipes
    1/ xutils-dev for makedepend
    2/ makedepend in the src file of nrecipes directory
    
    ##########################################################################
    Installation of Tracy3 
    
    What is necessary:
    1/ gcc
    2/ g++
    3/ autoconf
    4/ libtool
    5/ libgls0-dev lib + development library with header such as gls_sf.h
    
    ##########################################################################
    Modify .bashrc to get environment variables 
    cf set_var.sh or set_var4LNLS.sh
    Set the path to fit your computer architecture
    
    ##########################################################################
    For compilation of TracyIII
    In root directory of TracyIII, run the command:
    ./make_for_gcc.sh opt 
    
    An executable file is generated in directory TracyIII/tracy/tracy/bin:
    soltracy
    
    this file can be put in your path to run the code from anywhere
    
    #########################################################################
    Example to test the code: 
    executable is soltracy located in  $TRACY_LIB/tools