aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Regression/prepare_file_travis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Regression/prepare_file_travis.py b/Regression/prepare_file_travis.py
index 9275605eb..6c3be105f 100644
--- a/Regression/prepare_file_travis.py
+++ b/Regression/prepare_file_travis.py
@@ -34,7 +34,7 @@ if arch == 'GPU':
print('Compiling for %s' %arch)
# Use only 2 cores for compiling
-text = re.sub( 'numMakeJobs = \d+', 'numMakeJobs = 4', text )
+text = re.sub( 'numMakeJobs = \d+', 'numMakeJobs = 2', text )
# Use only 1 MPI and 1 thread proc for tests
text = re.sub( 'numprocs = \d+', 'numprocs = 1', text)