]> hackdaworld.org Git - physik/posic.git/blobdiff - moldyn.c
PTHREADS printf, made neighbour index thread safe, check of mutex
[physik/posic.git] / moldyn.c
index bcc78c011a41a646623a6191ca091f18899ed302..13d7e5d60384039160b3be934952858c8859ade6 100644 (file)
--- a/moldyn.c
+++ b/moldyn.c
@@ -1740,6 +1740,11 @@ int moldyn_integrate(t_moldyn *moldyn) {
        }
 #endif
 
+#ifdef PTHREADS
+       printf("##################\n");
+       printf("# USING PTHREADS #\n");
+       printf("##################\n");
+#endif
        /* tell the world */
        printf("[moldyn] integration start, go get a coffee ...\n");