Lychee: Difference between revisions

From MDWiki
Jump to navigationJump to search
Line 6: Line 6:
<code>/marksw/</code> contains a large selection of pre-compiled software for use by the group. Each package is found in <code>/marksw/$NAME/$VERSION/</code>. The source code and details of how the software was built is in <code>/marksw/$NAME/$VERSION/SOURCE</code>. In the bash (csh) configuration file <code>/marksw/BASHRC</code> (<code>/marksw/CSHRC</code>), is a simple shell function, <code>module</code>, which can be used in the following ways:
<code>/marksw/</code> contains a large selection of pre-compiled software for use by the group. Each package is found in <code>/marksw/$NAME/$VERSION/</code>. The source code and details of how the software was built is in <code>/marksw/$NAME/$VERSION/SOURCE</code>. In the bash (csh) configuration file <code>/marksw/BASHRC</code> (<code>/marksw/CSHRC</code>), is a simple shell function, <code>module</code>, which can be used in the following ways:


<code>module avail</code>
# <code>module avail</code>
OR
# <code>module $NAME/$VERSION ...</code>
<code>module $NAME/$VERSION ...</code>


The first use lists the possible <code>$NAME/$VERSION</code> options for the second use. The second use simply adds for each <code>$NAME/$VERSION</code> argument, <code>/marksw/$NAME/$VERSION/bin</code> and <code>/marksw/$NAME/$VERSION/sbin</code> to the beginning of the contents of the PATH environment variable; <code>/marksw/$NAME/$VERSION/lib64</code> and <code>/marksw/$NAME/$VERSION/lib</code> to the beginning of the contents of the LD_LIBRARY_PATH environment variable; and <code>/marksw/$NAME/$VERSION/man</code> to the beginning of the contents of the MANPATH environment variable.
The first use lists the possible <code>$NAME/$VERSION</code> options for the second use. The second use simply adds for each <code>$NAME/$VERSION</code> argument, <code>/marksw/$NAME/$VERSION/bin</code> and <code>/marksw/$NAME/$VERSION/sbin</code> to the beginning of the contents of the PATH environment variable; <code>/marksw/$NAME/$VERSION/lib64</code> and <code>/marksw/$NAME/$VERSION/lib</code> to the beginning of the contents of the LD_LIBRARY_PATH environment variable; and <code>/marksw/$NAME/$VERSION/man</code> to the beginning of the contents of the MANPATH environment variable.

Revision as of 06:31, 23 April 2009

Lychee

lychee is one of our servers. This document provides a full description of its services. If a service is moved to another server, please just move the corresponding description to its page.

Software

/marksw

/marksw/ contains a large selection of pre-compiled software for use by the group. Each package is found in /marksw/$NAME/$VERSION/. The source code and details of how the software was built is in /marksw/$NAME/$VERSION/SOURCE. In the bash (csh) configuration file /marksw/BASHRC (/marksw/CSHRC), is a simple shell function, module, which can be used in the following ways:

  1. module avail
  2. module $NAME/$VERSION ...

The first use lists the possible $NAME/$VERSION options for the second use. The second use simply adds for each $NAME/$VERSION argument, /marksw/$NAME/$VERSION/bin and /marksw/$NAME/$VERSION/sbin to the beginning of the contents of the PATH environment variable; /marksw/$NAME/$VERSION/lib64 and /marksw/$NAME/$VERSION/lib to the beginning of the contents of the LD_LIBRARY_PATH environment variable; and /marksw/$NAME/$VERSION/man to the beginning of the contents of the MANPATH environment variable.

Yum repositories

  • yum install zsh yum-utils

Yum Repositories

SystemImager Image Server (for Imaging Workstations)