Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Nevis Local Software | ||||||||
Line: 53 to 53 | ||||||||
If you want to set up several programs at once, you can list them all in one command:
setup root3 geant4 java . | ||||||||
Changed: | ||||||||
< < | If you're having trouble with the setup command, especially
if you're trying to use it in a batch job, check the FAQ![]() | |||||||
> > | If you're having trouble with the setup command, especially if you're trying to use it in a batch job, check the FAQ. | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Nevis Local Software | ||||||||
Line: 22 to 22 | ||||||||
source /usr/nevis/adm/nevis-init.csh
A simple way to look for this line is to type less ~/.profile | ||||||||
Changed: | ||||||||
< < | (if you use a Bourne-type shell, the default at Nevis) or =less ~/.cshrc= (if you use a C-type shell). If the | |||||||
> > | (if you use a Bourne-type shell, the default at Nevis) or less ~/.cshrc (if you use a C-type shell). If the | |||||||
line is missing, then edit the file to include it. (I've set up a separate page on shells if you'd like to learn about about shells and start-up scripts.) | ||||||||
Line: 66 to 65 | ||||||||
testing ROOT 9.05/06 and you decide that it causes problems,
you would type
| ||||||||
Changed: | ||||||||
< < | unsetup root | |||||||
> > | unsetup root | |||||||
to remove all references to ROOT from your system environment (or you
could type setup root to revert back to the default version).
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Nevis Local Software | ||||||||
Line: 12 to 12 | ||||||||
up properly. Normally, this is done for you when you login to the Nevis cluster for the first time. If you suspect that there's something wrong with the initialization, you can check that the following line appears in | ||||||||
Changed: | ||||||||
< < | the file .cshrc file which resides in your home directory: | |||||||
> > | the file .profile file which resides in your home directory: | |||||||
Changed: | ||||||||
< < | source /usr/nevis/adm/nevis-init.csh | |||||||
> > | source /usr/nevis/adm/nevis-init.sh | |||||||
Changed: | ||||||||
< < | If you use bash or zsh, then you should check that the following line appears in your .profile file in your home directory: | |||||||
> > | If you use tcsh, then you should check that the following line appears in your .cshrc file in your home directory: | |||||||
Changed: | ||||||||
< < | source /usr/nevis/adm/nevis-init.sh | |||||||
> > | source /usr/nevis/adm/nevis-init.csh | |||||||
Changed: | ||||||||
< < | A simple way to look for this line is to type less ~/.cshrc
(if you use a C-type shell, the default at Nevis) or =less
~/.profile= (if you use a Bourne-type shell). If the | |||||||
> > | A simple way to look for this line is to type less ~/.profile
(if you use a Bourne-type shell, the default at Nevis) or =less
~/.cshrc= (if you use a C-type shell). If the | |||||||
line is missing, then edit the file to include it. (I've set up a separate page on shells if you'd like to learn about about shells and start-up scripts.) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Nevis Local Software | ||||||||
Line: 25 to 25 | ||||||||
(if you use a C-type shell, the default at Nevis) or =less ~/.profile= (if you use a Bourne-type shell). If the line is missing, then edit the file to include it. (I've set up a | ||||||||
Changed: | ||||||||
< < | separate page on shells![]() | |||||||
> > | separate page on shells if you'd like to learn about about shells and start-up scripts.) | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Nevis Local SoftwareThese are commands developed or enhanced at Nevis for our own use. (Other sites, such as Fermilab![]() InitializationIn order to use these utilities, your UNIX environment must be set up properly. Normally, this is done for you when you login to the Nevis cluster for the first time. If you suspect that there's something wrong with the initialization, you can check that the following line appears in the file .cshrc file which resides in your home directory:source /usr/nevis/adm/nevis-init.cshIf you use bash or zsh, then you should check that the following line appears in your .profile file in your home directory: source /usr/nevis/adm/nevis-init.shA simple way to look for this line is to type less ~/.cshrc
(if you use a C-type shell, the default at Nevis) or =less
~/.profile= (if you use a Bourne-type shell). If the
line is missing, then edit the file to include it. (I've set up a
separate page on shells![]()
The |