gwgen setupΒΆ

Perform the initial setup for the model

usage: gwgen setup [-h] [-p str] [-link] [-src str] [-c str] str
Required Arguments
str The path to the root directory where the experiments, etc. will be stored
Optional Arguments
-p, --projectname
 The name of the project that shall be initialized at `root_dir`. A new directory will be created namely ``root_dir + ‘/’ + projectname``
-link=False If set, the source files are linked to the original ones instead of copied link: bool If set, the source files are linked to the original ones instead of copied
-src, --src-project
 Another model name to use the source model files from
-c, --compiler The path to the compiler to use. If None, the global compiler option is used