File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ whatis (" invoke Gaussian 16, Revision B.01" )
2+
3+ load (" gaussview/6.0.16" )
4+
5+ -- for Tcl script use only
6+ local app = " g16"
7+ local version = " B.01"
8+ local basedir = " /apps/external/gaussian/" .. app .. " -" .. version
9+ local g16root = basedir .. " /g16-haswell"
10+ local modroot = g16root .. " /" .. app
11+
12+
13+ prepend_path (" PATH" ,modroot )
14+ prepend_path (" PATH" ,modroot .. " /bsd" )
15+ prepend_path (" PATH" ,modroot .. " /rcac" )
16+
17+ setenv (" g16root" ,g16root )
18+ setenv (" GAUSS_EXEDIR" ,modroot )
19+ setenv (" GAUSS_LEXEDIR" ,modroot .. " /linda-exe" )
20+ setenv (" GV_DIR" , basedir .. " /gv" )
Original file line number Diff line number Diff line change 1+ whatis("invoke GaussView 6.0.16")
2+
3+ -- for Tcl script use only
4+ local version = "6.0.16"
5+ local app = "gaussview"
6+ local contact = "rcac-help"
7+ local license_type = "proprietary"
8+ local basedir = "/apps/external/gaussian/g16-B.01"
9+ local g16root = basedir.."/g16-haswell"
10+ local modroot = g16root.."/g16"
11+ local gvroot = basedir.."/gv"
12+
13+ prepend_path("PATH",modroot)
14+ prepend_path("PATH",modroot.."/rcac")
15+ prepend_path("PATH",gvroot)
16+ prepend_path("PATH",gvroot.."/exec")
17+
18+ setenv("g16root",g16root)
19+ setenv("GAUSS_EXEDIR",modroot)
20+ setenv("GAUSS_LEXEDIR",modroot.."/linda-exe")
21+ setenv("GV_DIR",gvroot)
22+ -- This is needed due to conflict with cuda libraries
23+ setenv("USE_MESAGL",1)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if arch == "x86_64" then
77 setenv (' RCAC_SPACK_MODROOT' , ' /opt/spack/modulefiles' )
88 setenv (' MODULEPATH' ,' /opt/spack/modulefiles/Core' )
99 -- load modtree/all
10- load (" modtree/all" )
10+ load (" modtree/all" ) -- rcac module aliases to this from rc file
1111elseif arch == " aarch64" then
1212 -- load aarch64 modtree
1313 setenv (' RCAC_SPACK_MODROOT' , ' /opt/scholar-dgx-modulefiles/dgx' )
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ if (mode() == "load") then
2222 end
2323end
2424
25- load (" gcc/12.5 .0" )
25+ load (" gcc/14.2 .0" )
2626load (" openmpi/5.0.5" )
2727load (" cuda/13.1" )
You can’t perform that action at this time.
0 commit comments