Skip to content
Snippets Groups Projects
Commit 94d32273 authored by Anne Tipka's avatar Anne Tipka :headphones:
Browse files

switch back to using ecaccess-job-submit for installation script

parent 78d1f9d0
No related branches found
No related tags found
No related merge requests found
...@@ -214,13 +214,13 @@ def install_via_gateway(c): ...@@ -214,13 +214,13 @@ def install_via_gateway(c):
put_file_to_ecserver(_config.PATH_FLEXEXTRACT_DIR, tarball_name) put_file_to_ecserver(_config.PATH_FLEXEXTRACT_DIR, tarball_name)
submit_sbatch_job(os.path.join(_config.PATH_REL_JOBSCRIPTS, # submit_sbatch_job(os.path.join(_config.PATH_REL_JOBSCRIPTS,
_config.FILE_INSTALL_COMPILEJOB))
# submit_job_to_ecserver(c.install_target,
# os.path.join(_config.PATH_REL_JOBSCRIPTS,
# _config.FILE_INSTALL_COMPILEJOB)) # _config.FILE_INSTALL_COMPILEJOB))
submit_job_to_ecserver(c.install_target,
os.path.join(_config.PATH_REL_JOBSCRIPTS,
_config.FILE_INSTALL_COMPILEJOB))
silent_remove(tar_file) silent_remove(tar_file)
print('Job compilation script has been submitted to ecgate for ' + print('Job compilation script has been submitted to ecgate for ' +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment