Skip to content

Commit

Permalink
replace smuhpc-admins with [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlagrone committed Aug 7, 2024
1 parent c2c074f commit c8364ee
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/m3/applications/crystal/23/1.0.1-1.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("CRYSTAL 23 v1.0.1: Must be member of crystal group. Request access at via [email protected] with HPC in the subject line.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join crystal group\n"
"Please contact help@smu.edu with HPC in the subject to join crystal group\n"

local found = required_group("crystal")
local found_new = required_group("hpc-crystal")
Expand Down
2 changes: 1 addition & 1 deletion modules/m3/applications/crystal/23/1.0.1.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("CRYSTAL 23 v1.0.1: Must be member of crystal group. Request access at via [email protected] with HPC in the subject line.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join crystal group\n"
"Please contact help@smu.edu with HPC in the subject to join crystal group\n"

local found = required_group("crystal")
local found_new = required_group("hpc-crystal")
Expand Down
4 changes: 2 additions & 2 deletions modules/m3/applications/gaussian/g09d.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("Gaussian 09 D: Must be member of gaussian group. Request access at smuhpc-admins@smu.edu.")
whatis("Gaussian 09 D: Must be member of gaussian group. Request access at help@smu.edu.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join gaussian group\n"
"Please contact help@smu.edu with HPC in the subject to join gaussian group\n"

local found = required_group("gaussian")
local found_new = required_group("hpc-gaussian")
Expand Down
4 changes: 2 additions & 2 deletions modules/m3/applications/gaussian/g16c/haswell.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at smuhpc-admins@smu.edu.")
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at help@smu.edu.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join gaussian group\n"
"Please contact help@smu.edu with HPC in the subject to join gaussian group\n"

local found = required_group("gaussian")
local found_new = required_group("hpc-gaussian")
Expand Down
4 changes: 2 additions & 2 deletions modules/m3/applications/gaussian/g16c/zen3.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at smuhpc-admins@smu.edu.")
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at help@smu.edu.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join gaussian group\n"
"Please contact help@smu.edu with HPC in the subject to join gaussian group\n"

local found = required_group("gaussian")
local found_new = required_group("hpc-gaussian")
Expand Down
2 changes: 1 addition & 1 deletion modules/m3/applications/gaussview/6.0.16.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
whatis("GaussView")
local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join gaussian group\n"
"Please contact help@smu.edu with HPC in the subject to join gaussian group\n"

local found = required_group("gaussian")
local found_new = required_group("hpc-gaussian")
Expand Down
2 changes: 1 addition & 1 deletion modules/m3/applications/vasp/5.4.4.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("VASP 5.4.4: Must be member of vasp group. Request access at via [email protected] with HPC in the subject line.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join vasp group\n"
"Please contact help@smu.edu with HPC in the subject to join vasp group\n"

local found = required_group("vasp")
local found_new = required_group("hpc-vasp")
Expand Down
4 changes: 2 additions & 2 deletions modules/mp/apps/gaussian/g16c02.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at smuhpc-admins@smu.edu.")
whatis("Gaussian 16 C.02: Must be member of gaussian group. Request access at help@smu.edu.")

local err_message="To use this module you must be in a particular group\n" ..
"Please contact smuhpc-admins@smu.edu to join gaussian group\n"
"Please contact help@smu.edu with HPC in the subject to join gaussian group\n"

local found = required_group("gaussian")
local found_new = required_group("hpc-gaussian")
Expand Down

0 comments on commit c8364ee

Please sign in to comment.