Skip to content

Commit

Permalink
Merge pull request #4053 from migueldiascosta/ai_default_moduleclass
Browse files Browse the repository at this point in the history
add 'ai' default module class
  • Loading branch information
boegel authored Aug 5, 2022
2 parents c10f1e0 + 65b7f70 commit 5642dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX):
MODULECLASS_BASE = 'base'
DEFAULT_MODULECLASSES = [
(MODULECLASS_BASE, "Default module class"),
('ai', "Artificial Intelligence (incl. Machine Learning)"),
('astro', "Astronomy, Astrophysics and Cosmology"),
('bio', "Bioinformatics, biology and biomedical"),
('cae', "Computer Aided Engineering (incl. CFD)"),
Expand Down

0 comments on commit 5642dae

Please sign in to comment.