mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Upping the number of jobs in Traivs.
This commit is contained in:
parent
3323ffc5c2
commit
7d4824a1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue