Skip to content
Snippets Groups Projects
Commit ec801ef4 authored by lbologna's avatar lbologna
Browse files

removed mail notifications

parent 0f345940
Branches main
No related tags found
No related merge requests found
...@@ -40,4 +40,4 @@ def main(): ...@@ -40,4 +40,4 @@ def main():
f.write("runsim.run()\n") f.write("runsim.run()\n")
if __name__ == "__main__": if __name__ == "__main__":
main() main().
\ No newline at end of file \ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#SBATCH --job-name="olfactory-bulb" #SBATCH --job-name="olfactory-bulb"
#SBATCH --partition=normal #SBATCH --partition=normal
#SBATCH --constraint=mc #SBATCH --constraint=mc
#SBATCH --mail-type=ALL #SBATCH --mail-type=NONE
#SBATCH --account=ich002 #SBATCH --account=ich002
module swap PrgEnv-cray PrgEnv-intel module swap PrgEnv-cray PrgEnv-intel
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment