specify the used configuration file

metadata
Wenzel Jakob 2011-06-05 08:28:02 -07:00
parent 9ffb8eb846
commit 6512bd1e75
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ if configFile == None:
configFile = os.path.normpath(os.path.join(os.path.dirname(os.getcwd()), configFile))
print("Using configuation file \"%s\"" % configFile)
AddOption("--parallelize", dest="parallelize", action='store_true', help='Parallelize to the available number of cores?')
parallelize = GetOption('parallelize')