File tree Expand file tree Collapse file tree 11 files changed +26
-35
lines changed
Expand file tree Collapse file tree 11 files changed +26
-35
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ the advanced compute capabilities provided with the cluster.
2222
2323Students, faculty, or staff should register for the workshops in advance via the links below. Please bring your laptop to the workshop.
2424
25- <iframe src =" https://libcal.smu.edu/widget/events/minicalendar?&cal_id=15527&l=50&tar=0&h=450&sp=0&audience=&c=8174-8175&z= " style =" border-width :0 " width =" 100% " height =" 464 " frameborder =" 0 " scrolling =" no " ></iframe >
25+ <iframe src =" https://libcal.smu.edu/widget/events/minicalendar?&cal_id=15527&l=50&tar=0&h=450&sp=0&audience=&c=8174-8175&z= " style =" border-width :0 " width =" 100% " height =" 464 " frameborder =" 0 " scrolling =" no " ></iframe >
Original file line number Diff line number Diff line change @@ -115,4 +115,3 @@ run modules and code with the Slurm scheduler from an SSH session.
115115 selecting the "Upload" button.
116116- You can download files and directories by selecting them and then
117117 selecting the "Download" button.
118-
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("CRYSTAL 23 v1.0.1: Must be member of crystal group. Request access at vi
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join crystal group\n "
55
6- local found = required_group (" crystal" )
7- local found_new = required_group (" hpc-crystal" )
6+ local valid_groups = userInGroups (" hpc-crystal" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" crystal" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("CRYSTAL 23 v1.0.1: Must be member of crystal group. Request access at vi
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join crystal group\n "
55
6- local found = required_group (" crystal" )
7- local found_new = required_group (" hpc-crystal" )
6+ local valid_groups = userInGroups (" hpc-crystal" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" crystal" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("Gaussian 09 D: Must be member of gaussian group. Request access at help@
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join gaussian group\n "
55
6- local found = required_group (" gaussian" )
7- local found_new = required_group (" hpc-gaussian" )
6+ local valid_groups = userInGroups (" hpc-gaussian" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" gaussian" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at he
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join gaussian group\n "
55
6- local found = required_group (" gaussian" )
7- local found_new = required_group (" hpc-gaussian" )
6+ local valid_groups = userInGroups (" hpc-gaussian" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" gaussian" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at he
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join gaussian group\n "
55
6- local found = required_group (" gaussian" )
7- local found_new = required_group (" hpc-gaussian" )
6+ local valid_groups = userInGroups (" hpc-gaussian" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" gaussian" )
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ whatis("GaussView")
22local err_message = " To use this module you must be in a particular group\n " ..
33 " Please contact help@smu.edu with HPC in the subject to join gaussian group\n "
44
5- local found = required_group (" gaussian" )
6- local found_new = required_group (" hpc-gaussian" )
5+ local valid_groups = userInGroups (" hpc-gaussian" )
76
8- if (not found and not found_new ) then
9- LmodError (err_message )
7+ if (not valid_groups ) then
8+ LmodBreak (err_message )
109end
1110
1211family (" gaussview" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("VASP 5.4.4: Must be member of vasp group. Request access at via help@smu
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join vasp group\n "
55
6- local found = required_group (" vasp" )
7- local found_new = required_group (" hpc-vasp" )
6+ local valid_groups = userInGroups (" hpc-vasp" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" vasp" )
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at he
33local err_message = " To use this module you must be in a particular group\n " ..
44 " Please contact help@smu.edu with HPC in the subject to join gaussian group\n "
55
6- local found = required_group (" gaussian" )
7- local found_new = required_group (" hpc-gaussian" )
6+ local valid_groups = userInGroups (" hpc-gaussian" )
87
9- if (not found and not found_new ) then
10- LmodError (err_message )
8+ if (not valid_groups ) then
9+ LmodBreak (err_message )
1110end
1211
1312family (" gaussian" )
You can’t perform that action at this time.
0 commit comments