local/platform.source
(for brevity, platform.profile.source is not shown) |
#
------------------------ THREADING ------------------------------ # On machines with multiple CPUs, threaded versions of fasta programs # are available. All end with _t. $THREADED is added to fasta program # names in .GDEmenus. # Note that setenv, and not set, must be used, to export THREADED # so that the Bourne shell can use it. setenv THREADED "" #if ($HOSTNAME == castor | $HOSTNAME == deneb | $HOSTNAME == mira |\ # $HOSTNAME == pollux | $HOSTNAME == antares | \ # $HOSTNAME == hadar | $HOSTNAME == goad | $HOSTNAME == polaris) then # setenv THREADED _t #else # setenv THREADED "" #endif |