Difference between revisions of "Jlab software tmp fix"
From Hall A Wiki
(→If you are using JLAB_VERSION=1.3) |
|||
Line 38: | Line 38: | ||
cd 1.2 | cd 1.2 | ||
scons OPT=1 | scons OPT=1 | ||
+ | *************************** | ||
+ | </pre> | ||
+ | |||
+ | = If you are using JLAB_VERSION=2.0 = | ||
+ | <pre> | ||
+ | '''a temp fix for GEMC 2.5''' | ||
+ | *************************** | ||
+ | source your setup script | ||
+ | cd $GEMC | ||
+ | ln -s api/perl io | ||
*************************** | *************************** | ||
</pre> | </pre> |
Revision as of 14:45, 27 February 2017
These are some tmp fixes for things in certain jlab_software version
If you are using JLAB_VERSION=1.2
'''a temp fix for GEMC 2.2''' use some fine tuned field parameters, support linear interpolation for field map,fix a bug to run on farm *************************** source your setup script cd $GEMC/../ mv 2.2 2.2_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/gemc/2.2 cd 2.2/source scons OPT=1 LIBRARY=shared *************************** '''a temp fix for BANKS 1.1''' WRITE_RAWS turn on/off tureinfo for all banks, now by default turn on for flux, off for all other banks *************************** source your setup script cd $BANKS/../ mv 1.1 1.1_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/banks/1.1 cd 1.1 scons OPT=1 ***************************
If you are using JLAB_VERSION=1.3
'''a temp fix for BANKS 1.2''' WRITE_RAWS turn on/off tureinfo for all banks, now by default turn on for flux, off for all other banks *************************** source your setup script cd $BANKS/../ mv 1.2 1.2_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/banks/1.2 cd 1.2 scons OPT=1 ***************************
If you are using JLAB_VERSION=2.0
'''a temp fix for GEMC 2.5''' *************************** source your setup script cd $GEMC ln -s api/perl io ***************************