Page 1 of 1

smoothDist6s error and MBI gain curve

Posted: 12 Apr 2017, 05:03
by Aamna_Khan
Hello Michael,

If I'm not wrong, smoothDist6s is already installed with elegant. When I tried to use it for bunCompLSC example it gives an env(HOST_ARCH) error. To resolve this , even I tried to install the script by changing the env...still there is an error.

Also, I want to see the gain curve for MBI by LSC. I got processHistogram script of yours from forum. There was an error of invalid commond of "APSStandardSetup". Please help me how I can set upthat problem and how to fix smoothDist6s error?

Aamna

Re: smoothDist6s error and MBI gain curve

Posted: 12 Apr 2017, 11:31
by Aamna_Khan
Please help me to resolve this issue. I'm not able to figure out the problem. oagtcltk is already installed in ubuntu. :|


Aamna

Re: smoothDist6s error and MBI gain curve

Posted: 12 Apr 2017, 14:14
by soliday
Set your HOST_ARCH and EPICS_HOST_ARCH environment variables.

For 64 bit machines it would look like:
setenv HOST_ARCH linux-x86_64
setenv EPICS_HOST_ARCH linux-x86_64
or
export HOST_ARCH=linux-x86_64
export EPICS_HOST_ARCH=linux-x86_64

For 32 bit machines it would look like:
setenv HOST_ARCH linux-x86
setenv EPICS_HOST_ARCH linux-x86
or
export HOST_ARCH=linux-x86
export EPICS_HOST_ARCH=linux-x86

Re: smoothDist6s error and MBI gain curve

Posted: 13 Apr 2017, 04:37
by Aamna_Khan
Thank you. I didn't set the EPICS_HOST_ARCH.