Ticket #45265: patch-montecarlo-vmc-inc-TMCtls.h.diff

File patch-montecarlo-vmc-inc-TMCtls.h.diff, 553 bytes (added by cjones051073 (Chris Jones), 10 years ago)
  • ./montecarlo/vmc/inc/TMCtls.h

    old new  
    5252*/
    5353  #if ( defined(__linux__) ) && ( !defined(__CINT__) )
    5454      //  Multi-threaded build: for POSIX systems
    55       #include <pthread.h>
    56       #define TMCThreadLocal __thread
     55      //#include <pthread.h>
     56      #define TMCThreadLocal
    5757  #else
    5858      //#  error "No Thread Local Storage (TLS) technology supported for this platform. Use sequential build !"
    5959      #define TMCThreadLocal