added -j8 option for faster plumed make

This commit is contained in:
Michele Invernizzi
2018-11-28 00:08:55 +01:00
parent c87bdda9a8
commit 32abe35201

View File

@ -182,7 +182,7 @@ if buildflag:
if buildflag:
print("Building plumed ...")
cmd = 'cd %s/plumed-%s; ./configure --prefix=%s --enable-static-patch ; make ; make install' % (homepath,version,homedir)
cmd = 'cd %s/plumed-%s; ./configure --prefix=%s --enable-static-patch ; make -j8 ; make install' % (homepath,version,homedir)
txt = subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True)
print(txt.decode('UTF-8'))
#