Removed leftover debug message from openmm_wrapper
authorSzilard <pszilard@darklair.(none)>
Tue, 31 Aug 2010 14:43:37 +0000 (16:43 +0200)
committerSzilard <pszilard@darklair.(none)>
Tue, 31 Aug 2010 14:43:37 +0000 (16:43 +0200)
src/kernel/openmm_wrapper.cpp

index 3ed2c01360ecc164ebb0031f149b43a3b92269fd..e643322407070c25ec438cb853e3d946c7300b93 100644 (file)
@@ -1284,14 +1284,13 @@ void* openmm_init(FILE *fplog, const char *platformOptStr,
             }
 
             /* For now this is just to double-check if OpenMM selected the GPU we wanted,
-            but when we'll let OpenMM select the GPU automatically, it will query the devideId.
+            but when we'll let OpenMM select the GPU automatically, it will query the deviceId.
             */            
             if (tmp != devId)
             {
                 gmx_fatal(FARGS, "Internal error: OpenMM is using device #%d"
                         "while initialized for device #%d", tmp, devId);
             }        
-            cout << ">>>>> OpenMM devId=" << tmp << endl;
             
             /* check GPU compatibility */
             char gpuname[STRLEN];