Minor reformatting of SIMD mismatch message
authorBerk Hess <hess@kth.se>
Mon, 22 Jun 2015 07:33:29 +0000 (09:33 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 24 Jun 2015 15:36:49 +0000 (17:36 +0200)
Added extra newline, removed parentheses.

Change-Id: I2ec3f6d078dfa3b4587213c5ec421d36443a01af

src/gromacs/gmxlib/gmx_cpuid.c

index 8e496ea5e64292651b3c02d98f58f422e89b3347..bcf598d57e1899aef6bd8598379f61f12d8db7a4 100644 (file)
@@ -1335,7 +1335,7 @@ gmx_cpuid_simd_check(enum gmx_cpuid_simd  simd_suggest,
         }
         if (print_to_stderr)
         {
-            fprintf(stderr, "Compiled SIMD instructions: %s (GROMACS could use %s on this machine, which is better)\n",
+            fprintf(stderr, "Compiled SIMD instructions: %s, GROMACS could use %s on this machine, which is better\n\n",
                     gmx_cpuid_simd_string[compiled_simd],
                     gmx_cpuid_simd_string[simd_suggest]);
         }