diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-21 10:07:16 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-21 10:07:16 +0800 |
commit | 70f6a8b3023aed881bcc3f63f095f5007882bc2b (patch) | |
tree | 94ad18edf8bbfe61d57e58d35b96e6e732695571 /fg21sim/configs | |
parent | 999de2a016e8d5091a2ba3024daed7d21a1ab446 (diff) | |
download | fg21sim-70f6a8b3023aed881bcc3f63f095f5007882bc2b.tar.bz2 |
configs: Default to not generate products manifest
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index eb8b0dd..cae85f8 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -112,8 +112,10 @@ combine_prefix = string(default="fg") # if above "combine=True". output_dir = string(default=None) -# Filename of the simulation products manifest (JSON format) -manifest = string(default="products_manifest.json") +# Filename of the simulation products manifest (JSON format), which +# records all output products together with their sizes and MD5 hashes. +# Do not create such a manifest if this option is not specified. +manifest = string(default=None) # Cosmological parameters |