Upping the number of jobs in Traivs.

This commit is contained in:
Patrick Shriwise 2018-10-02 21:27:00 -05:00
parent 3323ffc5c2
commit 7d4824a1e7

View file

@ -54,7 +54,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False):
cmake_cmd.append('..')
print(' '.join(cmake_cmd))
subprocess.check_call(cmake_cmd)
subprocess.check_call(['make', '-j2'])
subprocess.check_call(['make', '-j4'])
subprocess.check_call(['sudo', 'make', 'install'])
def main():