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="914cb309ea8148af-2c0db9b4-43074564-bd709983-b4a75fabd8668d098bb65c56"><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="79a47a6ab6e11ef3-e3296bc5-42ae4d04-945ab9e8-e68b21a9b611a19529a56840"><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="5323d4227814de2d-311884dd-43c14936-a1669a81-b9ae79f6a3f04c6f5c04e7ad"><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="00da49b04063fc35-c88a694e-4a694708-831c8d6f-ddbcf89fb3a6b2ef283b67bb"><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

...