Changes between Version 3 and Version 4 of AtlasSetup


Ignore:
Timestamp:
Jul 12, 2013, 4:51:02 PM (11 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Grigory Rybkin/emailAddress=rybkin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AtlasSetup

    v3 v4  
     1== Introduction ==
    12At least part of !AtlasSetup functionality will need to be available with any ATLAS build/configuration tool.[[BR]]
    23Here are in the attached files all the !AtlasSetup options and the options that seem to be absolutely necessary.
     4
     5== Utilisation de CMT par !AtlasSetup ==
     6* les variables de l'environnement CMT
     7{{{
     8CMTPROJECTPATH, CMTPATH, CMTEXTRATAGS, CMTROOT
     9}}}
     10
     11* pour choisir/spécifier le compilateur
     12{{{
     13cmt -quiet show macro_value compiler_versions
     14cmt -quiet show macro_value gcc_config_version
     15cmt -quiet show macro_value icc_config_version
     16cmt -quiet show macro_value clang_config_version
     17}}}
     18
     19* pour trouver/spécifier Python
     20{{{
     21cmt -quiet show macro_value Python_config_version
     22cmt -quiet show macro_value Python_home
     23}}}
     24
     25* pour générer l'environnement runtime
     26{{{
     27<project>RunTime/cmt/setup.sh
     28}}}