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

README

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    README 1.17 KiB
    ##########################################################################
    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