Hi, I'm new to SimFlex. I tried to run the test application in FLEXUS_ROOT, following the steps in Flexus Getting Started Guide. However, when I try "source SCRIPT_ROOT/flexus_scripts.sourceme", I get an error as "bash: SCRIPT_ROOT/flexus_scripts.bash: no such file or directory" In my environment, SCRIPT_ROOT refers to $HOME/directory/scripts. The content in flexus_scripts.sourceme is "source $HOME/directory/scripts/flexus_scripts.`basename $SHELL`". I konw that there is no flexus_scripts.bash under SCRIPT_ROOT, while the files with name like "flexus_scripts.*" are flexus_scripts.sh and flexus_scripts.csh. Does anyone know how to set the path in flexus_scripts.sourceme? Additionally, I'm confused with the contents in flexus_scripts.sh, its contents show as follow:
BASE=/SET/PATH/TO/FLEXUS_ROOT export PATH=$BASE/gcc/bin:$PATH:$BASE/scripts:$BASE/stat-manager export TCLX_LIBRARY=$BASE/tclx/lib/tclx8.4 export LD_LIBRARY_PATH=$BASE/gcc/lib source $BASE/condor/condor.sh However, there is no gcc/bin,gcc/lib,tclx/lib/tclx8.4,condor/condor.sh under $BASE(equal to FLEXUS_ROOT), can you tell me how to set PATH,TCLX_LIBRARY and LD_LIBRARY_PATH? Thanks & Regards Fish
