File: 9

package info (click to toggle)
lmod 8.7.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,008 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (44 lines) | stat: -rw-r--r-- 1,755 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#%Module3.1.1###################################################################
# module info: http://homepages.nesc.ac.uk/~gcw/NGS/UI.html#modulefiles
#
# AMBER
################################################################################

proc ModulesHelp { } {
global AMBERHOME
puts stderr "The TACC Amber installation only includes the parallel Sander/pmemd modules."
puts stderr "The Amber modulefile defines the following environment variables:"
puts stderr "TACC_AMBER_DIR, TACC_AMBER_DOC, TACC_AMBER_BIN for the location of"
puts stderr "the Amber distribution, documentation, and binaries, respectively.\n"
puts stderr "Also, AMBERHOME is set to the Amber Home Directory (TACC_AMBER_DIR),\n"
puts stderr "and \$AMBERHOME/exe is included in the PATH variable.\n"
puts stderr "Here is an example command for executing the Sander module:"
puts stderr "sander.LES -i tes.in -o tes.out -p tes.prmtop.save -c tes.x -r tes.rst"
puts stderr "\nVersion 9"
}

module-whatis "Name: AMBER"
module-whatis "Version: 9.0"
module-whatis "Version-notes: MKL 9.0, FFTW 3.1; only login has full directories: doc, examples"
module-whatis "Category: Application, Chemistry"
module-whatis "URL: http://amber.scripps.edu/"
module-whatis "Description: Molecular Modeling Package"


#
# Create environment variables.
#
set             amber_dir         /unknown/apps/amber/amber-9
set             amber_doc         /unknown/apps/amber/amber-9/doc
set             amber_bin         /unknown/apps/amber/amber-9/exe

setenv          TACC_AMBER_DIR        $amber_dir
setenv          TACC_AMBER_DOC        $amber_doc
setenv          TACC_AMBER_BIN        $amber_bin

#
# Append path
#

setenv          AMBERHOME       $amber_dir
append-path     PATH            $amber_bin