From 70f6a8b3023aed881bcc3f63f095f5007882bc2b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 21 Jul 2017 10:07:16 +0800 Subject: configs: Default to not generate products manifest Signed-off-by: Aaron LI --- fg21sim/configs/00-general.conf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fg21sim/configs') 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 -- cgit v1.2.2