Skip to content
Snippets Groups Projects

Move SafePopen to its own submodule

Merged Frits Sweijen requested to merge move_safepopen into master
@@ -300,7 +300,7 @@ class LouiLauncher(JdlLauncher):
@@ -300,7 +300,7 @@ class LouiLauncher(JdlLauncher):
def __exit__(self, exc_type, exc_value, traceback):
def __exit__(self, exc_type, exc_value, traceback):
return None
return None
class SpiderLauncher(JdlLauncher):
class SpiderLauncher(JdlLauncher):
""" Grants users the power of a SPIDER. The SpiderLauncher creates a launch file to be passed to Slurm. It is made for the SPIDER platform offered by Surf and has some (possibly) specific options for that.
""" Grants users the power of a SPIDER. The SpiderLauncher creates a launch file to be passed to Slurm. It is made for the SPIDER platform offered by Surf and has some (possibly) specific options for that.
Loading