Loading abaqus/6.14 0 → 100644 +35 −0 Original line number Diff line number Diff line #%Module 1.0 # # Abaqus module for use with 'environment-modules' package: # set version "6.14-2" proc ModulesHelp { } { global version puts stderr "\tAdds 'Abaqus' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tABAQUS_DOC : URL to acces the Abaqus Help environment" puts stderr "\n\tVersion $version\n" } module-whatis "activates Abaqus v$version " conflict abaqus set pkghome /opt/.apps-bin/abaqus #setenv YADE_INC "-I/opt/oofem_2.3_x86_64/include/" setenv ABAQUS_BASE $pkghome/ setenv ABAQUS_COMMANDS $pkghome/Commands setenv XLIB_SKIP_ARGB_VISUALS 1 setenv ABAQUS_DOC "http://131.188.220.236:2180/v6.14/index.html" set-alias abaqus $pkghome/6.14-2/Commands/abq6142 unset pkghome puts stderr "Abaqus Help system can be found on 'http://131.188.220.236:2180/v6.14/index.html'" No newline at end of file Loading
abaqus/6.14 0 → 100644 +35 −0 Original line number Diff line number Diff line #%Module 1.0 # # Abaqus module for use with 'environment-modules' package: # set version "6.14-2" proc ModulesHelp { } { global version puts stderr "\tAdds 'Abaqus' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tABAQUS_DOC : URL to acces the Abaqus Help environment" puts stderr "\n\tVersion $version\n" } module-whatis "activates Abaqus v$version " conflict abaqus set pkghome /opt/.apps-bin/abaqus #setenv YADE_INC "-I/opt/oofem_2.3_x86_64/include/" setenv ABAQUS_BASE $pkghome/ setenv ABAQUS_COMMANDS $pkghome/Commands setenv XLIB_SKIP_ARGB_VISUALS 1 setenv ABAQUS_DOC "http://131.188.220.236:2180/v6.14/index.html" set-alias abaqus $pkghome/6.14-2/Commands/abq6142 unset pkghome puts stderr "Abaqus Help system can be found on 'http://131.188.220.236:2180/v6.14/index.html'" No newline at end of file