We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28b4d4 commit 0ae68ffCopy full SHA for 0ae68ff
SConstruct
@@ -603,7 +603,7 @@ if env['build_trilinos']:
603
print("Building (MPI) trilinos..............................")
604
configure="sh nompi.sh " + env['prefix']
605
res=os.system(configure)
606
- res=os.system('make -j`nproc --ignore=2` install')
+ res=os.system('make -j4 install')
607
env['trilinos_prefix']=env['prefix']
608
os.chdir(startdir)
609
env['trilinos_version']='13.0.0'
0 commit comments