********> bugfix.19 Author: Tom Cheatham Date: 5/29/95 Programs: sander Severity: moderate Problem: The SGI shared-memory parallel implementation of SHAKE is broken. Solution: Turn off the parallelism for now. Fix: Make the following change to shake.f -------------------------------------------------------------------------- *** OLD shake.f --- NEW shake.f *************** *** 1,4 ! #ifdef SGI_MP c ========================= SHARED MEMORY ========================= c c SGI_MP: Rather than clutter up the standard version of SHAKE with --- 1,4 ----- ! #ifdef SGI_MP_SHAKE_OPT c ========================= SHARED MEMORY ========================= c c SGI_MP: Rather than clutter up the standard version of SHAKE with -------------------------------------------------------------------------- Temporary workarounds: none --