Skip to content

ENH: Mail functionality of gpaw-runscript

Krishnakanta Mondal requested to merge Mondal/gpaw:gpaw-utilities into master

file location: gpaw/gpaw/utilities/

hardware.py stores the information (like commands, number of processors per node etc.) of few clusters like JUSTUS,JURECA, Freiburg University cluster ect. and when you execute 'gpaw-runscript' from one of these clusters, it can detect the cluster and access the information from hardware.py and writes the script for running the gpaw/ase input files. I find that there is a problem with the command to get mail in JUSTUS. I have modified the hardware.py file to include the right command.

Merge request reports