File tree Expand file tree Collapse file tree
modulefiles/gilbreth/external-20250225 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ local app = " fusioncompiler"
2+ local version = " Y-2026.03"
3+ local modroot = pathJoin (" /apps/external/synopsys" , app , version )
4+
5+ whatis (" invoke " .. app .. " " .. version )
6+
7+ local err_message = " \n WARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n "
8+ local found = required_group (" cae2" )
9+ if (not found and mode () == " load" ) then
10+ LmodError (err_message )
11+ end
12+
13+ depends_on (" libxscrnsaver" )
14+ depends_on (" mesa-glu" )
15+
16+ setenv (" STROOT" ,modroot )
17+ setenv (" LM_LICENSE_FILE" ," 1718@marina.ecn.purdue.edu" )
18+
19+ prepend_path (" PATH" ,modroot .. " /bin" )
Original file line number Diff line number Diff line change 1+ local app = " prime"
2+ local version = " Y-2026.03-SP1"
3+ local modroot = pathJoin (" /apps/external/synopsys" , app , version )
4+
5+ whatis (" invoke " .. app .. " " .. version )
6+
7+ local err_message = " \n WARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n "
8+ local found = required_group (" cae2" )
9+ if (not found and mode () == " load" ) then
10+ LmodError (err_message )
11+ end
12+
13+ depends_on (" libxscrnsaver" )
14+ depends_on (" mesa-glu" )
15+
16+ setenv (" STROOT" ,modroot )
17+ setenv (" LM_LICENSE_FILE" ," 1718@marina.ecn.purdue.edu" )
18+
19+ prepend_path (" PATH" ,modroot .. " /bin" )
Original file line number Diff line number Diff line change 1+ local app = " sentaurus"
2+ local version = " Y-2026.03"
3+ local modroot = pathJoin (" /apps/external/synopsys" , app , version )
4+
5+ whatis (" invoke " .. app .. " " .. version )
6+
7+ local err_message = " \n WARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n "
8+ local found = required_group (" cae2" )
9+ if (not found and mode () == " load" ) then
10+ LmodError (err_message )
11+ end
12+
13+ depends_on (" libxscrnsaver" )
14+ depends_on (" mesa-glu" )
15+
16+ setenv (" STROOT" ,modroot )
17+ setenv (" LM_LICENSE_FILE" ," 1718@marina.ecn.purdue.edu" )
18+
19+ prepend_path (" PATH" ,modroot .. " /bin" )
You can’t perform that action at this time.
0 commit comments