jfjoch_lite_perf_test: Add option to check geometry
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
int opt;
|
||||
while ((opt = getopt(argc, argv, "N:P:i:F::QvX:t:f:")) != -1) {
|
||||
while ((opt = getopt(argc, argv, "N:P:i:F::QGvX:t:f:")) != -1) {
|
||||
switch (opt) {
|
||||
case 'N':
|
||||
nthreads = atol(optarg);
|
||||
|
||||
Reference in New Issue
Block a user