allegrouserguide:computers
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| allegrouserguide:computers [2024/11/21 10:40] – alma | allegrouserguide:computers [2024/11/21 10:46] (current) – alma | ||
|---|---|---|---|
| Line 120: | Line 120: | ||
| <code bash> | <code bash> | ||
| - | casapy-54 | + | nice +10 casapy-580 |
| </ | </ | ||
| - | at the command line (on all machines but tebinquiche, | + | for (t)csh or |
| + | |||
| + | <code bash> | ||
| + | nice -n 10 casapy-580 | ||
| + | </ | ||
| + | for bash | ||
| + | |||
| + | at the command line. Typing simply: | ||
| <code bash> | <code bash> | ||
| casapy | casapy | ||
| </ | </ | ||
| - | will start up the Allegro default version. NOTE however that this is not necessarily the latest version of CASA. | + | will start up the Allegro default version. NOTE however that this is not necessarily the latest version of CASA and does not use the nice command, which you should use as these are shared resources. |
| + | |||
| + | For CASA 6 and later, type | ||
| + | <code bash> | ||
| + | nice -n 10 env -u PYTHONPATH -u LD_LIBRARY_PATH casapy-641p | ||
| + | </ | ||
| + | |||
| + | for bash or for (t)csh: | ||
| + | <code bash> | ||
| + | nice +10 env -u PYTHONPATH -u LD_LIBRARY_PATH casapy-641p | ||
| + | </ | ||
| < | < | ||
allegrouserguide/computers.1732182020.txt.gz · Last modified: by alma
