Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

SLAC

CERN

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1468ebff9c3ec49b-ab471e0b-421543c3-805faedc-a275cb95112260e537795d8d"><ac:plain-text-body><![CDATA[

[BUILD_HOST]

rddev101

pcphuat27

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7b3fd9ebbca9e2f1-83c0e27c-495e4df4-972bb483-efbf6c932130ed362fa275e4"><ac:plain-text-body><![CDATA[

[XMD_HOST]

atca01

pcphuat27

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e1bbd9c171e1beb8-73f9a59c-46f04861-a41b8e52-9bed306db278df835cb56589"><ac:plain-text-body><![CDATA[

[IPC_HOST]

atca01

lnxatd76

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d4aa252d2888eab7-76ccc847-431e40e2-8cac89f6-9692ad9a5da7b8f0ad92c22d"><ac:plain-text-body><![CDATA[

[RCE]

rce37

rce35?

]]></ac:plain-text-body></ac:structured-macro>

Setting the RCE development environment (C-Shell)
Code Block
source  /reg/g/atlas/rcecalib/setup/setup_rce.csh
To execute this setup at login the follwing lines should be

...

added to $HOME/.cshrc
Code Block

if ( -r /reg/g/atlas/rcecalib/setup/setup_rce.csh ) then
source  /reg/g/atlas/rcecalib/setup/setup_rce.csh >& /dev/null
endif
Setup for Bourne-Shell
Code Block
source  /reg/g/atlas/rcecalib/setup/setup_rce.sh

...