Skip to content
Snippets Groups Projects
Commit 31fbe44e authored by Izzard's avatar Izzard
Browse files

add descriptions for the HPC vars

parent 90b4acd9
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,11 @@ class grid_options_defaults(): ...@@ -331,6 +331,11 @@ class grid_options_defaults():
'slurm_bash' : "String. Points the location of the \"bash\" command, e.g. /bin/bash, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.", 'slurm_bash' : "String. Points the location of the \"bash\" command, e.g. /bin/bash, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.",
'slurm_pwd' : "String. Points the location of the \"pwd\" command, e.g. /bin/pwd, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.", 'slurm_pwd' : "String. Points the location of the \"pwd\" command, e.g. /bin/pwd, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.",
'slurm_date' : "String. Points the location of the \"date\" command, e.g. /usr/bin/date, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.", 'slurm_date' : "String. Points the location of the \"date\" command, e.g. /usr/bin/date, that is used in Slurm scripts. This is set automatically on the submit machine, so if it is different on the nodes, you should set it manually.",
############################################################
# High power computing (HPC) variables
############################################################
"HPC_force_join" : "Integer, default 0. If 1, and the HPC variable (\"slurm\" or \"condor\") is 3, skip checking our own job and force the join.",
"HPC_rebuild_joinlist": "Integer, default 0. If 1, ignore the joinlist we would usually use and rebuild it automatically",
############################################################ ############################################################
"weight": "Weight factor for each system. The calculated probability is multiplied by this. If the user wants each system to be repeated several times, then this variable should not be changed, rather change the _repeat variable instead, as that handles the reduction in probability per system. This is useful for systems that have a process with some random element in it.", # TODO: add more info here, regarding the evolution splitting. "weight": "Weight factor for each system. The calculated probability is multiplied by this. If the user wants each system to be repeated several times, then this variable should not be changed, rather change the _repeat variable instead, as that handles the reduction in probability per system. This is useful for systems that have a process with some random element in it.", # TODO: add more info here, regarding the evolution splitting.
......
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