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 0f863f9 commit 8a6b17fCopy full SHA for 8a6b17f
ctest/Makefile
@@ -61,7 +61,7 @@ endif
61
62
all1: $(all1targets)
63
64
-ifndef CROSS
+ifneq ($(CROSS), 1)
65
ifeq ($(USE_OPENMP), 1)
66
ifeq ($(BUILD_SINGLE),1)
67
OMP_NUM_THREADS=2 ./xscblat1
@@ -106,7 +106,7 @@ endif
106
107
all2: $(all2targets)
108
109
110
111
112
OMP_NUM_THREADS=2 ./xscblat2 < sin2
@@ -152,7 +152,7 @@ endif
152
153
all3: $(all3targets)
154
155
156
157
158
OMP_NUM_THREADS=2 ./xscblat3 < sin3
0 commit comments