Allow spack install -j to throttle make jobs.
This commit is contained in:
		
							
								
								
									
										10
									
								
								bin/spack
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								bin/spack
									
									
									
									
									
								
							| @@ -56,18 +56,18 @@ from external import argparse | ||||
| # Command parsing | ||||
| parser = argparse.ArgumentParser( | ||||
|     description='Spack: the Supercomputing PACKage Manager.') | ||||
| parser.add_argument('-V', '--version', action='version', | ||||
|                     version="%s" % spack.spack_version) | ||||
| parser.add_argument('-v', '--verbose', action='store_true', | ||||
|                     help="Print additional output during builds") | ||||
| parser.add_argument('-d', '--debug', action='store_true', | ||||
|                     help="Write out debug logs during compile") | ||||
| parser.add_argument('-k', '--insecure', action='store_true', | ||||
|                     help="Do not check ssl certificates when downloading archives.") | ||||
|                     help="Do not check ssl certificates when downloading.") | ||||
| parser.add_argument('-m', '--mock', action='store_true', | ||||
|                     help="Use mock packages instead of real ones.") | ||||
| parser.add_argument('-p', '--profile', action='store_true', | ||||
|                     help="Profile execution using cProfile.") | ||||
| parser.add_argument('-v', '--verbose', action='store_true', | ||||
|                     help="Print additional output during builds") | ||||
| parser.add_argument('-V', '--version', action='version', | ||||
|                     version="%s" % spack.spack_version) | ||||
|  | ||||
| # each command module implements a parser() function, to which we pass its | ||||
| # subparser for setup. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin