Skip to content
Snippets Groups Projects
Commit dafad2d8 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add command line to grid_options

parent 2b9f6f3a
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ All the options starting with _ should not be changed by the user except when yo ...@@ -14,6 +14,7 @@ All the options starting with _ should not be changed by the user except when yo
""" """
import os import os
import sys
from binarycpython.utils.custom_logging_functions import temp_dir from binarycpython.utils.custom_logging_functions import temp_dir
from binarycpython.utils.functions import return_binary_c_version_info from binarycpython.utils.functions import return_binary_c_version_info
...@@ -49,6 +50,7 @@ grid_options_defaults_dict = { ...@@ -49,6 +50,7 @@ grid_options_defaults_dict = {
"do_dry_run": True, # Whether to do a dry run to calculate the total probability for this run "do_dry_run": True, # Whether to do a dry run to calculate the total probability for this run
"custom_generator": None, # Place for the custom system generator "custom_generator": None, # Place for the custom system generator
"exit_after_dry_run": False, # Exit after dry run? "exit_after_dry_run": False, # Exit after dry run?
"command_line": ' '.join(sys.argv),
########################## ##########################
# Execution log: # Execution log:
########################## ##########################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment