You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iramohio-01$ tardis -q --hpctype local echo hello
Traceback (most recent call last):
File "/stash/miniconda3/envs/universal2/bin/tardis", line 6, in
sys.exit(tardis.run.tardis_main())
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 244, in tardis_main
(exit_code, factory) = run(command_args, options, checkCommandIsValid = False)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 70, in run
job = c.gethpcJob(cmd)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/conditioner/factory.py", line 550, in gethpcJob
hpcjob = self.hpcClass(self,conditioned_toolargv)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/local.py", line 14, in init
(junk, self.shell_script_template, self.runtime_config_template) = self.get_templates(None, "local_shell", "basic_local_runtime_environment")
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/hpc.py", line 97, in get_templates
raise tutils.tardisException("error neither job_template_name nor job_template_filename are defined (and no default available")
tardis.tutils.tutils.tardisException: error neither job_template_name nor job_template_filename are defined (and no default available
The text was updated successfully, but these errors were encountered:
unfortunately testing of that fix did not pick up another issue
crash$ tardis --hpctype local echo "hello"
reading config from /etc/tardis/tardis.toml
tool args = ['echo', 'hello']
tardis.py : logging this session to /home/mccullocha/tardis_Gpg9zo
Traceback (most recent call last):
File "/stash/miniconda3/envs/universal2/bin/tardis", line 11, in
sys.exit(tardis_main())
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 244, in tardis_main
(exit_code, factory) = run(command_args, options, checkCommandIsValid = False)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 116, in run
unsentJob.sendAvailableOutput(dc.outputCollector, dc.productCollector)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/local.py", line 281, in sendAvailableOutput
time.sleep(self.POLL_INTERVAL)
NameError: global name 'time' is not defined
crash$
iramohio-01$ tardis -q --hpctype local echo hello
Traceback (most recent call last):
File "/stash/miniconda3/envs/universal2/bin/tardis", line 6, in
sys.exit(tardis.run.tardis_main())
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 244, in tardis_main
(exit_code, factory) = run(command_args, options, checkCommandIsValid = False)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 70, in run
job = c.gethpcJob(cmd)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/conditioner/factory.py", line 550, in gethpcJob
hpcjob = self.hpcClass(self,conditioned_toolargv)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/local.py", line 14, in init
(junk, self.shell_script_template, self.runtime_config_template) = self.get_templates(None, "local_shell", "basic_local_runtime_environment")
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/hpc.py", line 97, in get_templates
raise tutils.tardisException("error neither job_template_name nor job_template_filename are defined (and no default available")
tardis.tutils.tutils.tardisException: error neither job_template_name nor job_template_filename are defined (and no default available
The text was updated successfully, but these errors were encountered: