Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/NAMD/workspace
Checking out a fresh workspace because /var/lib/jenkins/jobs/NAMD/workspace/namd doesn't exist
Cleaning local Directory namd
Checking out https://github.com/kc9qey/SWTools-BWCI/trunk/namd at revision HEAD
A         .check4newver
A         .exceptions
A         2.10
A         2.10/cle5.2_gnu5.1.0
A         2.10/cle5.2_gnu5.1.0/.owners
A         2.10/cle5.2_gnu5.1.0/build-notes
AU        2.10/cle5.2_gnu5.1.0/rebuild
AU        2.10/cle5.2_gnu5.1.0/relink
A         2.10/cle5.2_gnu5.1.0/remodule
AU        2.10/cle5.2_gnu5.1.0/retest
AU        2.10/cle5.2_gnu5.1.0/status
A         2.10/cle5.2_intel15.0.2
A         2.10/cle5.2_intel15.0.2/.owners
A         2.10/cle5.2_intel15.0.2/build-notes
AU        2.10/cle5.2_intel15.0.2/rebuild
AU        2.10/cle5.2_intel15.0.2/relink
A         2.10/cle5.2_intel15.0.2/remodule
AU        2.10/cle5.2_intel15.0.2/retest
AU        2.10/cle5.2_intel15.0.2/status
A         description
A         support
A         versions
At revision 24

No changes for https://github.com/kc9qey/SWTools-BWCI/trunk/namd since the previous build
[workspace] $ /bin/sh -xe /tmp/jenkins15681308210944512068.sh
+ /usr/local/bin/jenkins_sync /var/lib/jenkins/jobs/NAMD/workspace/namd
[SSH] script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_ROOT="/scratch/system/bwjenkins/tests"

echo $PATH $SW_CONFIG $PYTHONPATH > /dev/null
export SW_CONFIG=$SW_CONFIG

cd $SW_ROOT
echo SW_ROOT=$SW_ROOT
cd namd/2.10/cle5.2_gnu5.1.0
swbuildwait


[SSH] executing...
SW_ROOT=/scratch/system/bwjenkins/tests
swbuild -s -a namd -v 2.10 -b cle5.2_gnu5.1.0
# clear out old installation to prevent potential libtool chmod 
# commands from failing when reinstalled by another person
rm -rf bin lib include man
rm -rf tcl* $NAMD_SRCDIR
#clear out status file since re-making
rm -f status

#-- Build TCL first since NAMD depends on TCL. Do not use other TCL version
tar -xzf /sw/sources/namd/${NAMD_VER}/tcl${TCL_VER}-src.tar.gz
cd tcl*/unix
#-- Apply patch for TCL to work on Cray XE
patch -p0 < /sw/sources/namd/${NAMD_VER}/tcl${TCL_VER}-crayxe-tclUnixInit.patch
patching file tclUnixInit.c
./configure CC=gcc --prefix=$SW_BLDDIR --disable-shared
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dirent.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking if the compiler understands -pipe... yes
checking for building with threads... no (default)
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking how to build libraries... static
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking if compiler supports visibility "hidden"... yes
checking if rpath support is requested... yes
checking system version... Linux-3.0.101-0.46.1_1.0502.8871-cray_gem_s
checking for dlopen in -ldl... yes
checking for ar... ar
checking for build with symbols... no
checking for required early compiler flags...  _LARGEFILE64_SOURCE
checking for 64-bit integer type... using long
checking whether byte ordering is bigendian... no
checking for getcwd... yes
checking for opendir... yes
checking for strtol... yes
checking for waitpid... yes
checking for strerror... yes
checking for getwd... yes
checking for wait3... yes
checking for uname... yes
checking for realpath... yes
checking for getaddrinfo... yes
checking for working getaddrinfo... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking termios vs. termio vs. sgtty... termios
checking for fd_set in sys/types... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for mktime... yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... yes
checking long timezone variable... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_blksize... yes
checking for blkcnt_t... yes
checking for fstatfs... yes
checking for working memcmp... yes
checking for memmove... yes
checking for strstr... yes
checking proper strstr implementation... ok
checking for strtoul... yes
checking proper strtoul implementation... ok
checking for strtod... yes
checking proper strtod implementation... ok
checking for strtod... (cached) yes
checking for Solaris2.4/Tru64 strtod bugs... ok
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for opendir... (cached) yes
checking union wait... yes
checking for strncasecmp... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gettimeofday declaration... present
checking whether char is unsigned... no
checking signed char declarations... yes
checking for a putenv() that copies the buffer... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking whether to use nl_langinfo... yes
checking for chflags... no
checking isnan... yes
checking for fts... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking system version... (cached) Linux-3.0.101-0.46.1_1.0502.8871-cray_gem_s
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
checking whether to use dll unloading... yes
checking for timezone data... /usr/share/zoneinfo
checking whether to enable DTrace support... no
checking if the C stack grows upwards in memory... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dltest/Makefile
config.status: creating tclConfig.sh
make
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/regcomp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/regexec.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/regfree.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/regerror.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       -DUSE_TCLALLOC=0 /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclAlloc.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclAsync.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclBasic.c
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclBasic.c: In function 'TclEvalObjvInternal':
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclBasic.c:3659:8: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  char *a[10];
        ^
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclBasic.c:3751:11: warning: variable 'r' set but not used [-Wunused-but-set-variable]
  Tcl_Obj *r;
           ^
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclBinary.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCkalloc.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclClock.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCmdAH.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCmdIL.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCmdMZ.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCompCmds.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCompExpr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclCompile.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclConfig.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclDate.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclDictObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclEncoding.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclEnv.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclEvent.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclExecute.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclFCmd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclFileName.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclGet.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclHash.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclHistory.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIndexObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclInterp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIO.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIOCmd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIORChan.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIOGT.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIOSock.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclIOUtil.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclLink.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclListObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclLiteral.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclLoad.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclMain.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclNamesp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclNotify.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPanic.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclParse.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPathObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPipe.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPkg.c
gcc	-c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1      					\
		-DCFG_INSTALL_LIBDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib\"" \
		-DCFG_INSTALL_BINDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/bin\"" \
		-DCFG_INSTALL_SCRDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5\"" \
		-DCFG_INSTALL_INCDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include\"" \
		-DCFG_INSTALL_DOCDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man\"" \
		\
		-DCFG_RUNTIME_LIBDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib\"" \
		-DCFG_RUNTIME_BINDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/bin\"" \
		-DCFG_RUNTIME_SCRDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5\"" \
		-DCFG_RUNTIME_INCDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include\"" \
		-DCFG_RUNTIME_DOCDIR="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man\"" \
		\
		/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPkgConfig.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPosixStr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclPreserve.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclProc.c
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclProc.c: In function 'TclObjInterpProcCore':
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclProc.c:1718:8: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  char *a[10];
        ^
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclProc.c:1753:10: warning: variable 'l' set but not used [-Wunused-but-set-variable]
      int l;
          ^
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclProc.c:1831:11: warning: variable 'r' set but not used [-Wunused-but-set-variable]
  Tcl_Obj *r;
           ^
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclRegexp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclResolve.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclResult.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclScan.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclStringObj.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclStrToD.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclThread.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclThreadAlloc.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclThreadJoin.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclThreadStorage.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclStubInit.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1      /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclStubLib.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclTimer.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclTrace.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclUtf.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclUtil.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclVar.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic/tclTomMathInterface.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixChan.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixEvent.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixFCmd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixFile.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixPipe.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixSock.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixTime.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       -DTCL_LIBRARY=\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5\" \
		-DTCL_PACKAGE_PATH="\"/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib \"" \
		/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixInit.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixThrd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixCompat.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclUnixNotfy.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclLoadDl.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bncore.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_reverse.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_fast_s_mp_mul_digs.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_fast_s_mp_sqr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_add.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_and.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_add_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_clamp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_clear.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_clear_multi.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_cmp.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_cmp_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_cmp_mag.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_copy.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_count_bits.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_div.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_div_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_div_2.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_div_2d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_div_3.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_exch.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_expt_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_grow.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_init.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_init_copy.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_init_multi.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_init_set.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_init_size.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_karatsuba_mul.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_karatsuba_sqr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_lshd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mod.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mod_2d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mul.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mul_2.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mul_2d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_mul_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_neg.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_or.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_radix_size.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_radix_smap.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_read_radix.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_rshd.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_set.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_shrink.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_sqr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_sqrt.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_sub.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_sub_d.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_to_unsigned_bin.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_to_unsigned_bin_n.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_toom_mul.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_toom_sqr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_toradix_n.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_unsigned_bin_size.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_xor.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_mp_zero.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_s_mp_add.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_s_mp_mul_digs.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_s_mp_sqr.c
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1       /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath/bn_s_mp_sub.c
rm -f libtclstub8.5.a
ar cr libtclstub8.5.a tclStubLib.o  ; ranlib libtclstub8.5.a
rm -f libtcl8.5.a
ar cr libtcl8.5.a regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o tclCompExpr.o tclCompile.o tclConfig.o tclDate.o tclDictObj.o tclEncoding.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIORChan.o tclIOGT.o tclIOSock.o tclIOUtil.o tclLink.o tclListObj.o tclLiteral.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o tclPanic.o tclParse.o tclPathObj.o tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o tclPreserve.o tclProc.o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStrToD.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclThreadStorage.o tclStubInit.o tclStubLib.o tclTimer.o tclTrace.o tclUtf.o tclUtil.o tclVar.o tclTomMathInterface.o tclUnixChan.o tclUnixEvent.o tclUnixFCmd.o tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o tclUnixThrd.o tclUnixCompat.o tclUnixNotfy.o  tclLoadDl.o  bncore.o bn_reverse.o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_sqr.o bn_mp_add.o bn_mp_and.o bn_mp_add_d.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_div.o bn_mp_div_d.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_exch.o bn_mp_expt_d.o bn_mp_grow.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_multi.o bn_mp_init_set.o bn_mp_init_size.o bn_mp_karatsuba_mul.o bn_mp_karatsuba_sqr.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_neg.o bn_mp_or.o bn_mp_radix_size.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_rshd.o bn_mp_set.o bn_mp_shrink.o bn_mp_sqr.o bn_mp_sqrt.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin_n.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_toradix_n.o bn_mp_unsigned_bin_size.o bn_mp_xor.o bn_mp_zero.o bn_s_mp_add.o bn_s_mp_mul_digs.o bn_s_mp_sqr.o bn_s_mp_sub.o  ; ranlib libtcl8.5.a
gcc -c -O2  -pipe  -Wall -fPIC -I"." -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../generic -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../libtommath -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1        /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix/../unix/tclAppInit.c
gcc -O2  -pipe    -Wl,--export-dynamic  tclAppInit.o -L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/tcl8.5.9/unix -ltcl8.5 -ldl  -lieee -lm  \
		-Wl,-rpath,/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib -o tclsh
  if [ $? -ne 0 ] ; then
    echo "TCL make failed"
    exit 1
  fi
make install
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/bin
Installing libtcl8.5.a to /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/
Installing tclsh as /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/bin/tclsh8.5
Installing tclConfig.sh to /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/
Installing libtclstub8.5.a to /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/
Installing message catalogs
    Creating msgs
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/opt0.4
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/http1.0
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/encoding
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/../tcl8
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/../tcl8/8.3
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/../tcl8/8.4
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/../tcl8/8.4/platform
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5/../tcl8/8.5
Installing header files
Installing library files to /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib/tcl8.5
Installing library http1.0 directory
Installing package http 2.7.5 as a Tcl Module
Installing library opt0.4 directory
Installing package msgcat 1.4.3 as a Tcl Module
Installing package tcltest 2.3.2 as a Tcl Module
Installing package platform 1.0.9 as a Tcl Module
Installing package platform::shell 1.1.4 as a Tcl Module
Installing library encoding directory
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man/man1
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man/man3
Making directory /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/man/mann
Installing and cross-linking top-level (.1) docs
Installing and cross-linking C API (.3) docs
Installing and cross-linking command (.n) docs
  if [ $? -ne 0 ] ; then
    echo "TCL make install failed"
    exit 1
  fi

cd $SW_BLDDIR

tar -xzf /sw/sources/namd/${NAMD_VER}/${NAMD_SRCDIR}.tar.gz

cd $NAMD_SRCDIR

tar -xf ${CHARM_SRCDIR}.tar
rm -f ${CHARM_SRCDIR}.tar

cd $CHARM_SRCDIR

#-- Apply patch for charm++ bug triggered to new release of craype 2015-09
#   This patch came from https://charm.cs.illinois.edu/redmine/issues/841
cat > fix_gethugepagesize.patch << EOF
diff --git a/src/arch/gni/Makefile.machine b/src/arch/gni/Makefile.machine
index c9652c9..b7a19ad 100644
--- a/src/arch/gni/Makefile.machine
+++ b/src/arch/gni/Makefile.machine
@@ -9,8 +9,5 @@ charm++: hybridAPI
 .PHONY: hybridAPI
 endif
 
-\$(L)/libconv-cplus-n.a: machine.h machine.c machine-common-core.c machine-broadcast.c machine-lrts.h machine-pxshm.c machine-xpmem.c machine-persistent.c machine-commthd-util.c machine-smp.c pcqueue.h  \$(L)/cray_tlbhack.o
-
-\$(L)/cray_tlbhack.o: cray_tlbhack.c
-	\$(CHARMC) -o \$@ cray_tlbhack.c
+\$(L)/libconv-cplus-n.a: machine.h machine.c machine-common-core.c machine-broadcast.c machine-lrts.h machine-pxshm.c machine-xpmem.c machine-persistent.c machine-commthd-util.c machine-smp.c pcqueue.h
 
diff --git a/src/scripts/charmc b/src/scripts/charmc
index 21fb325..88676b4 100755
--- a/src/scripts/charmc
+++ b/src/scripts/charmc
@@ -853,12 +853,6 @@ if [ -n "\$CHARMDEBUG" -a -z "\$SEQUENTIAL" -a -z "\$NATIVE" ]; then
     	OPTS_CPP="\$OPTS_CPP -O0 -g"
 fi
 
-if [ -z "\$NATIVE" -a -n "\$UGNI_CFLAGS" ]
-then
-    linkopt=\`env | grep  "HUGETLB[0-9]*[MKG]_POST_LINK_OPTS" 2> /dev/null\`
-    test -z "\$linkopt" && POST_LIBRARIES=\`AddList \$POST_LIBRARIES \$CHARMLIB/cray_tlbhack.o\`
-fi
-
 PROCESSED_MODULES=""
 
 if [ "\$WERROR" = "1" ]
EOF

patch -p1 < fix_gethugepagesize.patch

patching file src/arch/gni/Makefile.machine
patching file src/scripts/charmc
Hunk #1 succeeded at 842 (offset -11 lines).
./build charm++ gni-crayxc --no-build-shared --with-production

Creating dir: gni-crayxc
Creating dir: gni-crayxc/tmp
Copying src/scripts/Makefile to gni-crayxc/tmp
Soft-linking over bin
Soft-linking over lib
Soft-linking over lib_so
Soft-linking over include
Soft-linking over tmp
Generating gni-crayxc/tmp/conv-mach-pre.sh
Generating gni-crayxc/tmp/conv-mach-opt.h, conv-mach-opt.sh
Performing '/usr/bin/gmake basics OPTS=-optimize -production QUIET= CONFIG_OPTS=--disable-controlpoint --disable-tracing --disable-tracing-commthread --disable-charmdebug --disable-replay --disable-error-checking --disable-stats ' in gni-crayxc/tmp
pwd
/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp
find . -type l -exec rm {} \;
rm -rf QuickThreads
rm -rf libs
rm -rf ../bin ; mkdir ../bin
if case `cat .vdir` in *win32*) true;; *win64*) true;; *) false;; esac; then \
		cp -f ../../src/arch/`cat .vdir | awk -F- '{print $2}'`/unix2nt* ../bin; \
		cp -f ../../src/arch/win32/createlink.exe ../bin; \
	fi
rm -rf ../lib ; mkdir ../lib
rm -rf ../lib_so ; mkdir ../lib_so; touch ../lib_so/.charmso
rm -rf ../examples
rm -rf ../tests
rm -rf ../doc ; ln -s ../doc ../doc
../../src/scripts/gatherflat ../../src/scripts .
./gatherflat ../../src/conv-core        .
./gatherflat ../../src/conv-ldb         .
./gatherflat ../../src/conv-ccs         .
./gatherflat ../../src/conv-perf	.
./gatherflat ../../src/ck-core          .
./gatherflat ../../src/ck-perf          .
./gatherflat ../../src/ck-tune          .
./gatherflat ../../src/ck-ldb           .
./gatherflat ../../src/ck-com           .
./gatherflat ../../src/ck-cp            .
./gatherflat ../../src/conv-com         .
./gatherflat ../../src/langs/simplemsg  .
./gatherflat ../../src/langs/pvmc       .
./gatherflat ../../src/langs/bluegene   .
./gatherflat ../../src/langs/f90charm   .
./gatherflat ../../src/xlatcpm          .
./gathertree ../../src/QuickThreads     QuickThreads
./gathertree ../../src/libs             libs
./gathertree ../../src/arch/util        .
./gathertree ../../src/util             .
./gathertree ../../src/langs            langs
./gathertree ../../src/langs/jade       langs/jade
./gathertree ../../src/arch/common      .
./gathertree ../../src/arch/`cat .gdir` .
test -f ../../src/arch/`cat .gdir`/gdir_link && cat ../../src/arch/`cat .gdir`/gdir_link > .gdir.new && ./gathertree ../../src/arch/`cat .gdir.new`      . || true
./gatherflat ../../src/arch/`cat .vdir` .
./gathertree ../../examples             ../examples
./gathertree ../../tests                ../tests
rm -f ../bin/dep.pl ; cp dep.pl ../bin/
chmod +x charmc
./system_ln  ../tmp/charmc ../bin/
rm -rf ../include ; mkdir ../include
./system_ln  ../tmp/conv-*.*h ../include
./system_ln  ../tmp/cc-*.*h ../include
./system_ln  ../tmp/conv-mach-opt.sh ../include
if [ -x ./special.sh ] ; then ./special.sh ; fi
if [ ! -f conv-common.h ] ; then ( touch conv-common.h ) ; fi
touch dirs+sources
/usr/bin/gmake charmxi
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp'
./configure --disable-controlpoint --disable-tracing --disable-tracing-commthread --disable-charmdebug --disable-replay --disable-error-checking --disable-stats
Error checking is disabled
Statistics collection is disabled
Charm tracing is disabled
Charm tracing communication thread is disabled
CharmDebug is disabled
Charm record/replay is disabled
CCS is enabled
Charm control point is disabled
Charm LB user data is disabled
Setting load balancing timer type as 'double'
checking machine name... gni-crayxc
checking "cp command as"... cp -p
checking "C++ compiler as"... "CC -I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include -I/opt/cray/pmi/5.0.11/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include -I/opt/cray/wlm_detect/1.0-1.0502.64649.2.2.gem/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.30.gem/include -I/opt/cray-hss-devel/7.2.0/include  -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include     "
checking "whether C++ compiler works"... "ok"
checking "C++ linker as"... "CC -I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include -I/opt/cray/pmi/5.0.11/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include -I/opt/cray/wlm_detect/1.0-1.0502.64649.2.2.gem/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.30.gem/include -I/opt/cray-hss-devel/7.2.0/include  -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include     "
checking "whether linker works"... "ok"
checking "Native C++ compiler as"... "g++ "
checking "Sequential C++ compiler as"... "g++ "
Setting charm++ envelope refnum field to unsigned short
Configuring support for message priorities of arbitrary size (bitvectors)
checking "whether compiler generates code for 64-bit"... "yes"
checking "whether compiler supports std::alignment_of"... "no"
checking "whether has values.h "... "yes"
checking "whether has stdint.h "... "yes"
checking "whether has malloc.h "... "yes"
checking "whether has alloca.h "... "yes"
checking "whether has regex.h "... "yes"
checking "whether long long works"... "yes"
checking "whether __int64 works"... "no"
checking "whether __int128 (128-bit integer) works"... "yes"
checking "whether __int128_t (128-bit integer) works"... "yes"
checking "whether long double works"... "yes"
checking "whether ucontext has FPU pointer"... "yes"
checking "whether ucontext uses uc_regs"... "no"
checking "whether ucontext has pointer (v_regs) of vector type"... "no"
checking "whether ibverbs ibv_port_attr has link_layer field"... "yes"
checking "whether inline works in C"... "yes"
checking "whether C++ signed char and char differ"... "yes"
checking "whether C++ allows declaration of varsize array"... "yes"
checking "whether typeinfo/typeid works"... "ok"
checking "whether std::iterator_traits is defined"... "ok"
checking "whether std::distance is defined"... "ok"
checking "whether std::inserter is defined"... "ok"
checking "whether std::unordered_map is defined"... "no"
checking "whether anon structs are permitted"... "yes"
checking "whether operator delete can be overloaded in same class"... "ok"
checking "whether offsetof is defined"... "yes"
checking "whether GCC x86 assembly works"... "yes"
checking "whether GCC x86 assembly for atomic increment works"... "yes"
checking "whether GCC IA64 assembly works"... "no"
checking "whether asm eieio assembly works"... "no"
checking "whether __thread (Thread Local Storage) is supported"... "yes"
checking "whether synchronization primitives (__sync_add_and_fetch) works in C"... "yes"
checking "whether synchronization primitives (__sync_synchronize) works in C"... "yes"
checking "whether fence intrinsic primitives (__builtin_Xfence_ia32) works in C"... "no"
checking "whether switching TLS register (64-bit) is supported"... "yes"
checking "whether getrusage accepts RUSAGE_THREAD"... "yes"
checking "whether has asctime"... "yes"
checking "whether has log2"... "yes"
checking "whether has sqrtf"... "yes"
checking "whether has fabsf"... "yes"
checking "whether has mkstemp"... "yes"
checking "whether has system"... "yes"
checking "whether has sync()"... "yes"
checking "whether has fsync()"... "yes"
checking "whether has fdatasync()"... "yes"
checking "whether has sbrk"... "yes"
checking "whether has _setjmp/_longjmp"... "yes"
checking "whether has mstats"... "no"
checking "whether has mallinfo"... "yes"
checking "whether has popen"... "yes"
checking "whether has poll"... "yes"
checking "whether has getpagesize"... "yes"
checking "whether has getpid"... "yes"
checking "whether has kill"... "yes"
checking "whether has setpriority"... "yes"
checking "whether to use signal-safe system() "... "no"
checking "whether sched_setaffinity call exists"... "yes"
checking "whether pthread_setaffinity_np call exists"... "yes"
checking "whether pthread_spin_lock exists"... "yes"
checking "whether bindprocessor call exists"... "no"
checking "whether dlopen links without -ldl"... "no"
checking "whether dlopen links with -ldl"... "yes"
checking "whether gethostname call exists"... "yes"
checking "whether getProcAddress works"... "no"
checking "whether has socklen_t"... "yes"
checking "whether getifaddrs call exists"... "yes"
checking "whether the mmap() syscall exists"... "yes"
checking "whether mmap() accepts MAP_ANON"... "yes"
checking "whether mmap() accepts MAP_NORESERVE"... "yes"
checking "whether has get_myaddress"... "yes"
checking "whether has mprotect"... "yes"
checking "whether glibc backtrace works"... "yes"
checking "whether has sleep "... "yes"
checking "whether has usleep "... "yes"
checking "whether personality() and ADDR_NO_RANDOMIZE exist"... "yes"
checking "whether has zlib"... "yes"
checking "whether has elf.h "... "yes"
checking "whether has Multiprocessing.h for Apple "... "no"
checking "whether ntohl is available"... "yes"
checking "whether has libjpeg"... "yes"
checking "whether Python is installed"... "no"
checking "whether PMI_Get_nid exists"... "yes"
checking "whether Cray rca library is available"... "yes"
checking "whether Cray rca_has get_max_dimension"... "yes"
BALANCED_INJECTION test disabled on Aries network
checking "whether can build shared library"... "yes"
checking for sync... sync 
checking "F77 compiler as"... "ftn "
checking "whether Fortran 77 compiler works"... "yes"
checking "F90 compiler as"... "ftn "
checking "whether Fortran 90 compiler works"... "yes"
checking subroutine name used by Fortran 90 compiler... ONESCORE
checking Fortran 90 mod name is capital... "no"
checking Fortran 90 mod name extension... "mod"
configure: creating ./config.status
config.status: creating libs/ck-libs/ampi/ampiCC
config.status: creating libs/ck-libs/ampi/ampirun
config.status: creating conv-autoconfig.h
config.status: executing config-cleanup commands
config.status: executing default commands
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o xi-main.o ../../src/xlat-i/xi-main.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o xi-symbol.o ../../src/xlat-i/xi-symbol.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o xi-grammar.tab.o ../../src/xlat-i/xi-grammar.tab.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I. -DYY_NEVER_INTERACTIVE   -c -o xi-scan.o ../../src/xlat-i/xi-scan.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o xi-util.o ../../src/xlat-i/xi-util.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o sdag-globals.o ../../src/xlat-i/sdag/sdag-globals.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o CSdagConstruct.o ../../src/xlat-i/sdag/CSdagConstruct.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o CEntry.o ../../src/xlat-i/sdag/CEntry.C
../bin/charmc -host  -I../../src/xlat-i/ -I../../src/xlat-i/sdag/ -I.   -c -o CParsedFile.o ../../src/xlat-i/sdag/CParsedFile.C
../bin/charmc -host  -language c++ -cp ../bin/ -o charmxi xi-main.o xi-symbol.o xi-grammar.tab.o xi-scan.o xi-util.o sdag-globals.o CSdagConstruct.o CEntry.o CParsedFile.o
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp'
/usr/bin/gmake headerlinks
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp'
../bin/charmc -intrinsic -optimize -production   ckcallback.ci && touch ckcallback.ci.stamp
../bin/charmc -intrinsic -optimize -production   DummyLB.ci && touch DummyLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GreedyLB.ci && touch GreedyLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   CommLB.ci && touch CommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RandCentLB.ci && touch RandCentLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RefineLB.ci && touch RefineLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RefineCommLB.ci && touch RefineCommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RotateLB.ci && touch RotateLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   DistributedLB.ci && touch DistributedLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   HybridLB.ci && touch HybridLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   ComboCentLB.ci && touch ComboCentLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RefineSwapLB.ci && touch RefineSwapLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   NeighborLB.ci && touch NeighborLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   OrbLB.ci && touch OrbLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   BlockLB.ci && touch BlockLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GreedyCommLB.ci && touch GreedyCommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GraphPartLB.ci && touch GraphPartLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GraphBFTLB.ci && touch GraphBFTLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GridCommLB.ci && touch GridCommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GridCommRefineLB.ci && touch GridCommRefineLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   HbmLB.ci && touch HbmLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RefineKLB.ci && touch RefineKLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TempAwareCommLB.ci && touch TempAwareCommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TreeMatchLB.ci && touch TreeMatchLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GreedyAgentLB.ci && touch GreedyAgentLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   NeighborCommLB.ci && touch NeighborCommLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   PhasebyArrayLB.ci && touch PhasebyArrayLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RecBipartLB.ci && touch RecBipartLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   CommAwareRefineLB.ci && touch CommAwareRefineLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   AdaptiveLB.ci && touch AdaptiveLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   MetisLB.ci && touch MetisLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   ScotchLB.ci && touch ScotchLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TeamLB.ci && touch TeamLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   WSLB.ci && touch WSLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GridMetisLB.ci && touch GridMetisLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TempAwareGreedyLB.ci && touch TempAwareGreedyLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GridHybridSeedLB.ci && touch GridHybridSeedLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TopoCentLB.ci && touch TopoCentLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   GridHybridLB.ci && touch GridHybridLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TopoLB.ci && touch TopoLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   RefineTopoLB.ci && touch RefineTopoLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   TempAwareRefineLB.ci && touch TempAwareRefineLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckmarshall.ci && touch ckmarshall.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckarray.ci && touch ckarray.ci.stamp
../bin/charmc -intrinsic -optimize -production   cklocation.ci && touch cklocation.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckreduction.ci && touch ckreduction.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckarrayreductionmgr.ci && touch ckarrayreductionmgr.ci.stamp
../bin/charmc -intrinsic -optimize -production   tempo.ci && touch tempo.ci.stamp
../bin/charmc -intrinsic -optimize -production   waitqd.ci && touch waitqd.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckfutures.ci && touch ckfutures.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckcheckpoint.ci && touch ckcheckpoint.ci.stamp
../bin/charmc -intrinsic -optimize -production   ckmemcheckpoint.ci && touch ckmemcheckpoint.ci.stamp
../bin/charmc -intrinsic -optimize -production   LBDatabase.ci && touch LBDatabase.ci.stamp
../bin/charmc -intrinsic -optimize -production   MetaBalancer.ci && touch MetaBalancer.ci.stamp
../bin/charmc -intrinsic -optimize -production   CentralLB.ci && touch CentralLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   NullLB.ci && touch NullLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   BaseLB.ci && touch BaseLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   NborBaseLB.ci && touch NborBaseLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   DistBaseLB.ci && touch DistBaseLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   HybridBaseLB.ci && touch HybridBaseLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   EveryLB.ci && touch EveryLB.ci.stamp
../bin/charmc -intrinsic -optimize -production   CommonLBs.ci && touch CommonLBs.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-summary.ci && touch trace-summary.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-projections.ci && touch trace-projections.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-autoPerf.ci && touch trace-autoPerf.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-simple.ci && touch trace-simple.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-controlPoints.ci && touch trace-controlPoints.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-Tau.ci && touch trace-Tau.ci.stamp
../bin/charmc -intrinsic -optimize -production   trace-utilization.ci && touch trace-utilization.ci.stamp
../bin/charmc -intrinsic -optimize -production   BlueGene.ci && touch BlueGene.ci.stamp
../bin/charmc -intrinsic -optimize -production   ComlibManager.ci && touch ComlibManager.ci.stamp
../bin/charmc -intrinsic -optimize -production   controlPoints.ci && touch controlPoints.ci.stamp
../bin/charmc -intrinsic -optimize -production   pathHistory.ci && touch pathHistory.ci.stamp
../bin/charmc -intrinsic -optimize -production   mpi-mainmodule.ci && touch mpi-mainmodule.ci.stamp
Soft-linking headers...
for hdr in 3dgridrouter.h AAMLearner.h AAPLearner.h AdaptiveLB.decl.h AdaptiveLB.h BGPTorus.h BGQTorus.h BaseLB.decl.h BaseLB.h BlockLB.decl.h BlockLB.h BlueGene.decl.h BlueGene.h BroadcastStrategy.h CentralLB.decl.h CentralLB.h CentralLBMsg.h ChunkMulticastStrategy.h CkArray.decl.h CkArrayReductionMgr.decl.h CkCallback.decl.h CkCheckpoint.decl.h CkFutures.decl.h CkLocation.decl.h CkMarshall.decl.h CkMemCheckpoint.decl.h CkReduction.decl.h ComboCentLB.decl.h ComboCentLB.h ComlibArrayListener.h ComlibLearner.h ComlibManager.h ComlibSectionInfo.h ComlibStats.h ComlibStrategy.h CommAwareRefineLB.decl.h CommAwareRefineLB.h CommLB.decl.h CommLB.h CommLBHeap.h CommonLBs.decl.h ControlPoints.decl.h DirectMulticastStrategy.h DistBaseLB.decl.h DistBaseLB.h DistributedLB.decl.h DistributedLB.h DummyLB.decl.h DummyLB.h DummyStrategy.h EachToManyMulticastStrategy.h EveryLB.decl.h GraphBFTLB.decl.h GraphBFTLB.h GraphPartLB.decl.h GraphPartLB.h GreedyAgentLB.decl.h GreedyAgentLB.h GreedyCommLB.decl.h GreedyCommLB.h GreedyLB.decl.h GreedyLB.h GridCommLB.decl.h GridCommLB.h GridCommRefineLB.decl.h GridCommRefineLB.h GridHybridLB.decl.h GridHybridLB.h GridHybridSeedLB.decl.h GridHybridSeedLB.h GridMetisLB.decl.h GridMetisLB.h HbmLB.decl.h HbmLB.h HybridBaseLB.decl.h HybridBaseLB.h HybridLB.decl.h HybridLB.h HybridLBMsg.h LBAgent.h LBComm.h LBDBManager.h LBDatabase.decl.h LBDatabase.h LBMachineUtil.h LBOM.h LBObj.h LBProfit.h LBSimulation.h MPIStrategy.h MeshStreamingStrategy.h MetaBalancer.decl.h MetaBalancer.h MetisLB.decl.h MetisLB.h MsgPacker.h MultiRingMulticast.h MulticastStrategy.h NborBaseLB.decl.h NborBaseLB.h NeighborCommLB.decl.h NeighborCommLB.h NeighborLB.decl.h NeighborLB.h NeighborLBMsg.h NodeMulticast.h NullLB.decl.h OneTimeMulticastStrategy.h OrbLB.decl.h OrbLB.h PathHistory.decl.h PhasebyArrayLB.decl.h PhasebyArrayLB.h PipeBroadcastStrategy.h PrioStreaming.h RTH.h RandCentLB.decl.h RandCentLB.h RecBipartLB.decl.h RecBipartLB.h RectMulticastStrategy.h RefineCommLB.decl.h RefineCommLB.h RefineKLB.decl.h RefineKLB.h RefineLB.decl.h RefineLB.h RefineSwapLB.decl.h RefineSwapLB.h RefineTopoLB.decl.h RefineTopoLB.h Refiner.h RefinerApprox.h RefinerComm.h RefinerTemp.h RingMulticastStrategy.h RotateLB.decl.h RotateLB.h SSE-Double.h SSE-Float.h ScotchLB.decl.h ScotchLB.h StreamingStrategy.h TeamLB.decl.h TeamLB.h TempAwareCommLB.decl.h TempAwareCommLB.h TempAwareGreedyLB.decl.h TempAwareGreedyLB.h TempAwareRefineLB.decl.h TempAwareRefineLB.h TopoCentLB.decl.h TopoCentLB.h TopoLB.decl.h TopoLB.h TopoManager.h TraceAutoPerf.decl.h TraceControlPoints.decl.h TraceProjections.decl.h TraceSimple.decl.h TraceSummary.decl.h TraceTau.decl.h TraceUtilization.decl.h TreeMatchLB.decl.h TreeMatchLB.h WSLB.decl.h WSLB.h XTTorus.h arrayRedistributor.h autoPerfAPI.h bgconverse.h bigsim_debug.h bigsim_logs.h bigsim_network.h bigsim_ooc.h bigsim_record.h bigsim_timing.h bitvecset.h blue-conv.h blue.h blue_defs.h blue_impl.h blue_types.h ccs-auth.c ccs-auth.h ccs-client.c ccs-client.h ccs-server.h charm++.h charm-api.h charm.h ck.h ckBIconfig.h ckIgetControl.h ckarray.h ckarrayindex.h ckarrayreductionmgr.h ckbitvector.h ckcallback-ccs.h ckcallback.h ckcausalmlog.h ckcheckpoint.h ckcomplex.h ckdirect.h ckdll.h ckevacuation.h ckfutures.h ckgraph.h ckgraphTemp.h ckhashtable.h ckheap.h ckimage.h cklists.h ckliststring.h cklocation.h cklocrec.h ckmemcheckpoint.h ckmessage.h ckmessagelogging.h ckmigratable.h ckobjQ.h ckobjid.h ckreduction.h cksection.h cksequence.h cksequence_factory.h cksequence_internal.h ckset.h ckstatistics.h ckstream.h cktiming.h ckvector3d.h cmidirect.h cmidirectmanytomany.h cmimemcpy.h cmipool.h cmiqueue.h cmitls.h comlib.decl.h comlib.h controlPoints.h controlPointsf.h conv-autoconfig.h conv-ccs.h conv-common.h conv-config.h conv-config.sh conv-cpath.h conv-cpm.h conv-lists.h conv-mach.h conv-mach.sh conv-qd.h conv-random.h conv-trace.h convcomlib.h convcomlibmanager.h convcomlibstrategy.h converse.h cp_effects.h cpthreads.h crc32.h debug-charm.h debug-conv++.h debug-conv.h dummyconversestrategy.h elements.h envelope-path.h envelope.h graph.h graphrouter.h gridrouter.h hypercuberouter.h hypercubetopology.h init.h lbdb++.h lbdb.h manager.h memory-isomalloc.h mempool.h middle-blue.h middle-conv.h middle.h mpi-interoperate.h mpi_main.decl.h msgq.h objid.h pathHistory.h persistent.h petable.h pipebroadcastconverse.h pipelinestrategy.h prefixrouter.h pup.h pup_c.h pup_cmialloc.h pup_mpi.h pup_paged.h pup_stl.h pup_toNetwork.h pup_toNetwork4.h pupf.h pvm3.h pvmc.h qd.h queueing.h rand48_replacement.h random_sequence.h readonly.h register.h router.h routerstrategy.h sdag.h shared-alloc.h simd.h simplemsg.h sm.h sockRoutines.c sockRoutines.h stats.h strided_sequence.h tempo.decl.h tempo.h topology.h trace-autoPerf.h trace-bluegene.h trace-common.h trace-controlPoints.h trace-projections.h trace-simple.h trace.h treerouter.h vector2d.h waitqd.decl.h waitqd.h ; do test ! -f "../include/`basename $hdr`" && ./system_ln "../tmp/$hdr" ../include ; done
touch headerlinks
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp'
touch basics
Performing '/usr/bin/gmake charm++ OPTS=-optimize -production QUIET=' in gni-crayxc/tmp
../bin/charmc  -optimize -production   -I.   -c -o DummyLB.o DummyLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleDummyLB.a DummyLB.o 
ar: creating ../lib/libmoduleDummyLB.a
../bin/charmc  -optimize -production   -I.   -c -o GreedyLB.o GreedyLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleGreedyLB.a GreedyLB.o 
ar: creating ../lib/libmoduleGreedyLB.a
../bin/charmc  -optimize -production   -I.   -c -o CommLB.o CommLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleCommLB.a CommLB.o 
ar: creating ../lib/libmoduleCommLB.a
../bin/charmc  -optimize -production   -I.   -c -o RandCentLB.o RandCentLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleRandCentLB.a RandCentLB.o 
ar: creating ../lib/libmoduleRandCentLB.a
../bin/charmc  -optimize -production   -I.   -c -o RefineLB.o RefineLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleRefineLB.a RefineLB.o 
ar: creating ../lib/libmoduleRefineLB.a
../bin/charmc  -optimize -production   -I.   -c -o RefineCommLB.o RefineCommLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleRefineCommLB.a RefineCommLB.o 
ar: creating ../lib/libmoduleRefineCommLB.a
cp -f libmoduleRefineCommLB.dep ../lib/
../bin/charmc  -optimize -production   -I.   -c -o RotateLB.o RotateLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleRotateLB.a RotateLB.o 
ar: creating ../lib/libmoduleRotateLB.a
../bin/charmc  -optimize -production   -I.   -c -o DistributedLB.o DistributedLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleDistributedLB.a DistributedLB.o 
ar: creating ../lib/libmoduleDistributedLB.a
../bin/charmc  -optimize -production   -I.   -c -o HybridLB.o HybridLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleHybridLB.a HybridLB.o 
ar: creating ../lib/libmoduleHybridLB.a
../bin/charmc  -optimize -production   -I.   -c -o ComboCentLB.o ComboCentLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleComboCentLB.a ComboCentLB.o 
ar: creating ../lib/libmoduleComboCentLB.a
../bin/charmc  -optimize -production   -I.   -c -o RefineSwapLB.o RefineSwapLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleRefineSwapLB.a RefineSwapLB.o 
ar: creating ../lib/libmoduleRefineSwapLB.a
../bin/charmc  -optimize -production   -I.   -c -o NeighborLB.o NeighborLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleNeighborLB.a NeighborLB.o 
ar: creating ../lib/libmoduleNeighborLB.a
../bin/charmc  -optimize -production   -I.   -c -o OrbLB.o OrbLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleOrbLB.a OrbLB.o 
ar: creating ../lib/libmoduleOrbLB.a
../bin/charmc  -optimize -production   -I.   -c -o BlockLB.o BlockLB.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleBlockLB.a BlockLB.o 
ar: creating ../lib/libmoduleBlockLB.a
../bin/charmc  -optimize -production   -I.   -c -o GreedyCommLB.o GreedyCommLB.C
../bin/charmc  -optimize -production   -I.   -c -o manager.o manager.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleGreedyCommLB.a GreedyCommLB.o manager.o
ar: creating ../lib/libmoduleGreedyCommLB.a
../bin/charmc  -optimize -production   -I.   -c -o CommonLBs.o CommonLBs.C
../bin/charmc  -optimize -production   -o ../lib/libmoduleCommonLBs.a CommonLBs.o DummyLB.o GreedyLB.o CommLB.o RandCentLB.o RefineLB.o RefineCommLB.o RotateLB.o DistributedLB.o HybridLB.o ComboCentLB.o RefineSwapLB.o NeighborLB.o OrbLB.o BlockLB.o GreedyCommLB.o manager.o 
ar: creating ../lib/libmoduleCommonLBs.a
/usr/bin/gmake -C libs/ck-libs/completion
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/completion'
../../../../bin/charmc -optimize -production   -c completion.ci
../../../../bin/charmc -optimize -production   -I../../../../tmp -o completion.o completion.C
../../../../bin/charmc -optimize -production   -o ../../../../lib/libmodulecompletion.a completion.o 
ar: creating ../../../../lib/libmodulecompletion.a
/bin/cp completion.decl.h ../../../../include
/bin/cp completion.def.h ../../../../include
/bin/cp completion.h ../../../../include
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/completion'
../bin/charmc -seq  -DCMK_NOT_USE_CONVERSE=1 -o sockRoutines-seq.o sockRoutines.c
../bin/charmc  -optimize -production   -I.   -c -o trace-common.o trace-common.C
../bin/charmc  -optimize -production   -I.   -c -o tracec.o tracec.C
../bin/charmc  -optimize -production   -I.   -c -o tracef.o tracef.C
../bin/charmc  -optimize -production   -I.   -c -o init.o init.C
../bin/charmc  -optimize -production   -I.   -c -o register.o register.C
../bin/charmc  -optimize -production   -I.   -c -o qd.o qd.C
../bin/charmc  -optimize -production   -I.   -c -o ck.o ck.C
../bin/charmc  -optimize -production   -I.   -c -o msgalloc.o msgalloc.C
../bin/charmc  -optimize -production   -I.   -c -o ckfutures.o ckfutures.C
../bin/charmc  -optimize -production   -I.   -c -o ckIgetControl.o ckIgetControl.C
../bin/charmc  -optimize -production   -I.   -c -o debug-message.o debug-message.C
../bin/charmc  -optimize -production   -I.   -c -o debug-charm.o debug-charm.C
../bin/charmc  -optimize -production   -I.   -c -o ckcallback.o ckcallback.C
../bin/charmc  -optimize -production   -I.   -c -o cklocation.o cklocation.C
../bin/charmc  -optimize -production   -I.   -c -o ckarray.o ckarray.C
../bin/charmc  -optimize -production   -I.   -c -o ckreduction.o ckreduction.C
../bin/charmc  -optimize -production   -I.   -c -o ckarrayreductionmgr.o ckarrayreductionmgr.C
../bin/charmc  -optimize -production   -I.   -c -o tempo.o tempo.C
../bin/charmc  -optimize -production   -I.   -c -o waitqd.o waitqd.C
../bin/charmc  -optimize -production   -I.   -c -o LBDatabase.o LBDatabase.C
../bin/charmc  -optimize -production   -I.   -c -o MetaBalancer.o MetaBalancer.C
../bin/charmc  -optimize -production   -I.   -c -o lbdb.o lbdb.C
../bin/charmc  -optimize -production   -I.   -c -o lbdbf.o lbdbf.C
../bin/charmc  -optimize -production   -I.   -c -o ckobjQ.o ckobjQ.C
../bin/charmc  -optimize -production   -I.   -c -o LBAgent.o LBAgent.C
../bin/charmc  -optimize -production   -I.   -c -o LBProfit.o LBProfit.C
../bin/charmc  -optimize -production   -I.   -c -o ckcheckpoint.o ckcheckpoint.C
../bin/charmc  -optimize -production   -I.   -c -o ckmemcheckpoint.o ckmemcheckpoint.C
../bin/charmc  -optimize -production   -I.   -c -o ckevacuation.o ckevacuation.C
../bin/charmc  -optimize -production   -I.   -c -o ckmessagelogging.o ckmessagelogging.C
../bin/charmc  -optimize -production   -I.   -c -o ckcausalmlog.o ckcausalmlog.C
../bin/charmc  -optimize -production   -I.   -c -o ckobjid.o ckobjid.C
../bin/charmc  -optimize -production   -I.   -c -o LBDBManager.o LBDBManager.C
../bin/charmc  -optimize -production   -I.   -c -o LBComm.o LBComm.C
../bin/charmc  -optimize -production   -I.   -c -o LBObj.o LBObj.C
../bin/charmc  -optimize -production   -I.   -c -o LBMachineUtil.o LBMachineUtil.C
../bin/charmc  -optimize -production   -I.   -c -o CentralPredictor.o CentralPredictor.C
../bin/charmc  -optimize -production   -I.   -c -o BaseLB.o BaseLB.C
../bin/charmc  -optimize -production   -I.   -c -o CentralLB.o CentralLB.C
../bin/charmc  -optimize -production   -I.   -c -o HybridBaseLB.o HybridBaseLB.C
../bin/charmc  -optimize -production   -I.   -c -o NborBaseLB.o NborBaseLB.C
../bin/charmc  -optimize -production   -I.   -c -o DistBaseLB.o DistBaseLB.C
../bin/charmc  -optimize -production   -I.   -c -o ckgraphTemp.o ckgraphTemp.C
../bin/charmc  -optimize -production   -I.   -c -o ckgraph.o ckgraph.C
../bin/charmc  -optimize -production   -I.   -c -o LButil.o LButil.C
../bin/charmc  -optimize -production   -I.   -c -o RefinerTemp.o RefinerTemp.C
../bin/charmc  -optimize -production   -I.   -c -o Refiner.o Refiner.C
../bin/charmc  -optimize -production   -I.   -c -o RefinerApprox.o RefinerApprox.C
../bin/charmc  -optimize -production   -I.   -c -o RefinerComm.o RefinerComm.C
../bin/charmc  -optimize -production   -I.   -c -o bitvecset.o bitvecset.c
../bin/charmc  -optimize -production   -I.   -c -o ckset.o ckset.C
../bin/charmc  -optimize -production   -I.   -c -o ckheap.o ckheap.C
../bin/charmc  -optimize -production   -I.   -c -o CommLBHeap.o CommLBHeap.C
../bin/charmc  -optimize -production   -I.   -c -o NullLB.o NullLB.C
../bin/charmc  -optimize -production   -I.   -c -o LBSimulation.o LBSimulation.C
../bin/charmc  -optimize -production   -I.   -c -o ComlibModuleInterface.o ComlibModuleInterface.C
../bin/charmc  -optimize -production   -I.   -c -o modifyScheduler.o modifyScheduler.C
../bin/charmc  -optimize -production   -I.   -c -o charmProjections.o charmProjections.C
../bin/charmc  -optimize -production   -I.   -c -o cktiming.o cktiming.C
../bin/charmc  -optimize -production   -I.   -c -o ckbitvector.o ckbitvector.C
../bin/charmc  -optimize -production   -I.   -c -o pathHistory.o pathHistory.C
../bin/charmc  -optimize -production   -I.   -c -o controlPoints.o controlPoints.C
../bin/charmc  -optimize -production   -I.   -c -o arrayRedistributor.o arrayRedistributor.C
../bin/charmc  -optimize -production   -I.   -c -o cp_effects.o cp_effects.C
../bin/charmc  -optimize -production   -I.   -c -o trace-controlPoints.o trace-controlPoints.C
../bin/charmc  -optimize -production   -I.   -c -o mpi-interoperate.o mpi-interoperate.C
../bin/charmc  -optimize -production   -o ../lib/libck.a trace-common.o tracec.o tracef.o init.o register.o qd.o ck.o msgalloc.o ckfutures.o ckIgetControl.o debug-message.o debug-charm.o ckcallback.o cklocation.o ckarray.o ckreduction.o ckarrayreductionmgr.o tempo.o waitqd.o LBDatabase.o MetaBalancer.o lbdb.o lbdbf.o ckobjQ.o LBAgent.o LBProfit.o ckcheckpoint.o ckmemcheckpoint.o ckevacuation.o ckmessagelogging.o ckcausalmlog.o ckobjid.o LBDBManager.o LBComm.o LBObj.o LBMachineUtil.o CentralPredictor.o BaseLB.o CentralLB.o HybridBaseLB.o NborBaseLB.o DistBaseLB.o ckgraphTemp.o ckgraph.o LButil.o RefinerTemp.o Refiner.o RefinerApprox.o RefinerComm.o bitvecset.o ckset.o ckheap.o CommLBHeap.o NullLB.o LBSimulation.o ComlibModuleInterface.o  modifyScheduler.o charmProjections.o cktiming.o ckbitvector.o pathHistory.o controlPoints.o arrayRedistributor.o cp_effects.o trace-controlPoints.o mpi-interoperate.o
ar: creating ../lib/libck.a
../bin/charmc  -optimize -production   -I.   -c -o convcore.o convcore.c
convcore.c: In function 'ConverseCommonInit':
convcore.c:3563:3: warning: implicit declaration of function 'CmiPoolAllocInit' [-Wimplicit-function-declaration]
   CmiPoolAllocInit(30);  
   ^
convcore.c: In function 'ConverseCommonExit':
convcore.c:3657:3: warning: implicit declaration of function 'seedBalancerExit' [-Wimplicit-function-declaration]
   seedBalancerExit();
   ^
convcore.c:3658:3: warning: implicit declaration of function 'EmergencyExit' [-Wimplicit-function-declaration]
   EmergencyExit();
   ^
../bin/charmc  -optimize -production   -I.   -c -o conv-conds.o conv-conds.c
../bin/charmc  -optimize -production   -I.   -c -o queueing.o queueing.C
../bin/charmc  -optimize -production   -I.   -c -o msgmgr.o msgmgr.c
../bin/charmc  -optimize -production   -I.   -c -o cpm.o cpm.c
../bin/charmc  -optimize -production   -I.   -c -o cpthreads.o cpthreads.c
../bin/charmc  -optimize -production   -I.   -c -o futures.o futures.c
../bin/charmc  -optimize -production   -I.   -c -o cldb.o cldb.c
../bin/charmc  -optimize -production   -I.   -c -o topology.o topology.C
../bin/charmc  -optimize -production   -I.   -c -o random.o random.c
../bin/charmc  -optimize -production   -I.   -c -o debug-conv.o debug-conv.c
debug-conv.c: In function 'CpdSearchLeaks':
debug-conv.c:88:3: warning: implicit declaration of function 'check_memory_leaks' [-Wimplicit-function-declaration]
   check_memory_leaks(info);
   ^
../bin/charmc  -optimize -production   -I.   -c -o debug-conv++.o debug-conv++.C
../bin/charmc  -optimize -production   -I.   -c -o generate.o generate.c
../bin/charmc  -optimize -production   -I.   -c -o edgelist.o edgelist.c
../bin/charmc  -optimize -production   -I.   -c -o conv-ccs.o conv-ccs.c
conv-ccs.c: In function 'CcsSendReply':
conv-ccs.c:175:3: warning: implicit declaration of function 'CcsReply' [-Wimplicit-function-declaration]
   CcsReply(CpvAccess(ccsReq),replyLen,replyData);
   ^
../bin/charmc  -optimize -production   -I.   -c -o ccs-builtins.o ccs-builtins.C
../bin/charmc  -optimize -production   -I.   -c -o middle-ccs.o middle-ccs.C
../bin/charmc  -optimize -production   -I.   -c -o traceCore.o traceCore.C
../bin/charmc  -optimize -production   -I.   -c -o traceCoreCommon.o traceCoreCommon.C
../bin/charmc  -optimize -production   -I.   -c -o converseProjections.o converseProjections.C
../bin/charmc  -optimize -production   -I.   -c -o machineProjections.o machineProjections.C
../bin/charmc  -optimize -production   -I.   -c -o quiescence.o quiescence.c
../bin/charmc  -optimize -production   -I.   -c -o isomalloc.o isomalloc.c
../bin/charmc  -optimize -production   -I.   -c -o mem-arena.o mem-arena.c
../bin/charmc  -optimize -production   -I.   -c -o conv-counter.o conv-counter.c
../bin/charmc  -optimize -production   -I.   -c -o global-nop.o global-nop.c
../bin/charmc  -optimize -production   -I.   -c -o cmipool.o cmipool.c
../bin/charmc  -optimize -production   -I.   -c -o cpuaffinity.o cpuaffinity.c
../bin/charmc  -optimize -production   -I.   -c -o cputopology.o cputopology.C
../bin/charmc  -optimize -production   -I.   -c -o cmitls.o cmitls.c
../bin/charmc  -optimize -production   -I.   -c -o memoryaffinity.o memoryaffinity.c
./commitid.sh
Copying VERSION.new = v6.6.1-rc1-1-gba7c3c3-namd-charm-6.6.1-build-2014-Dec-08-28969 over VERSION =
echo "const char * const CmiCommitID = \"`cat VERSION`\";" > commitid.c
../bin/charmc  -optimize -production   -I.   -c -o commitid.o commitid.c
../bin/charmc  -optimize -production   -I.   -c -o sdag.o sdag.C
../bin/charmc  -optimize -production   -I.   -c -o conv-interoperate.o conv-interoperate.c
../bin/charmc  -optimize -production    -o ../lib/libconv-core.a convcore.o conv-conds.o queueing.o msgmgr.o cpm.o cpthreads.o futures.o cldb.o topology.o random.o debug-conv.o debug-conv++.o generate.o edgelist.o conv-ccs.o ccs-builtins.o middle-ccs.o traceCore.o traceCoreCommon.o converseProjections.o machineProjections.o quiescence.o isomalloc.o mem-arena.o conv-counter.o global-nop.o cmipool.o cpuaffinity.o cputopology.o cmitls.o memoryaffinity.o commitid.o sdag.o conv-interoperate.o 
ar: creating ../lib/libconv-core.a
../bin/charmc  -optimize -production   -o machine.o  -DFOR_CPLUS=1 machine.c
../bin/charmc  -optimize -production   -o ../lib/libconv-cplus-y.a machine.o
ar: creating ../lib/libconv-cplus-y.a
../bin/charmc  -optimize -production   -o ../lib/libconv-cplus-n.a -DFOR_CPLUS=0 machine.c
ar: creating ../lib/libconv-cplus-n.a
../bin/charmc  -optimize -production   -I.   -c -o pup_util.o pup_util.C
../bin/charmc  -optimize -production   -I.   -c -o pup_toNetwork.o pup_toNetwork.C
../bin/charmc  -optimize -production   -I.   -c -o pup_toNetwork4.o pup_toNetwork4.C
../bin/charmc  -optimize -production   -I.   -c -o pup_xlater.o pup_xlater.C
../bin/charmc  -optimize -production   -I.   -c -o pup_c.o pup_c.C
../bin/charmc  -optimize -production   -I.   -c -o pup_paged.o pup_paged.C
../bin/charmc  -optimize -production   -I.   -c -o pup_cmialloc.o pup_cmialloc.C
../bin/charmc  -optimize -production   -I.   -c -o ckimage.o ckimage.C
../bin/charmc  -optimize -production   -I.   -c -o ckdll.o ckdll.C
../bin/charmc  -optimize -production   -I.   -c -o ckhashtable.o ckhashtable.C
../bin/charmc  -optimize -production   -I.   -c -o sockRoutines.o sockRoutines.c
../bin/charmc  -optimize -production   -I.   -c -o conv-lists.o conv-lists.C
../bin/charmc  -optimize -production   -I.   -c -o RTH.o RTH.C
../bin/charmc  -optimize -production   -I.   -c -o persist-comm.o persist-comm.c
../bin/charmc  -optimize -production   -I.   -c -o mempool.o mempool.c
../bin/charmc  -optimize -production   -I.   -c -o graph.o graph.c
../bin/charmc  -optimize -production   -I.   -c -o TopoManager.o TopoManager.C
../bin/charmc  -optimize -production   -I.   -c -o CrayNid.o CrayNid.c
../bin/charmc  -optimize -production   -I.   -c -o BGQTorus.o BGQTorus.C
../bin/charmc  -optimize -production   -I.   -c -o crc32.o crc32.c
../bin/charmc  -optimize -production   -I.   -c -o lz4.o lz4.c
lz4.c: In function 'lz4_wrapper_decompress':
lz4.c:871:21: warning: implicit declaration of function 'CmiAbort' [-Wimplicit-function-declaration]
     if(sinkint < 0) CmiAbort("decode fails\n");
                     ^
../bin/charmc  -optimize -production   -I.   -c -o partitioning_strategies.o partitioning_strategies.C
../bin/charmc  -optimize -production   -I.   -c -o hilbert.o hilbert.C
../bin/charmc  -optimize -production   -o ../lib/libconv-util.a pup_util.o pup_toNetwork.o pup_toNetwork4.o pup_xlater.o pup_c.o pup_paged.o pup_cmialloc.o ckimage.o ckdll.o ckhashtable.o sockRoutines.o conv-lists.o RTH.o persist-comm.o mempool.o graph.o TopoManager.o CrayNid.o BGQTorus.o crc32.o  lz4.o partitioning_strategies.o hilbert.o
ar: creating ../lib/libconv-util.a
../bin/charmc  -optimize -production   -c pup_f.f90 && ../bin/charmc  -optimize -production   -cpmod ../include pupmod.M || touch pup_f.o
Appending .mod to object file name
../bin/charmc  -optimize -production   -o ../lib/libconv-utilf.a pup_f.o || touch ../lib/libconv-utilf.a
ar: creating ../lib/libconv-utilf.a
../bin/charmc  -optimize -production   -o ../lib/libldb-rand.o cldb.rand.c
../bin/charmc  -optimize -production   -o ../lib/libldb-spray.o cldb.spray.c
../bin/charmc  -optimize -production   -o ../lib/libldb-workstealing.o cldb.workstealing.c
cldb.workstealing.c: In function 'CldAskLoadHandler':
cldb.workstealing.c:114:11: warning: implicit declaration of function 'CldMultipleSendPrio' [-Wimplicit-function-declaration]
           CldMultipleSendPrio(receiver, sendLoad, rank, 0);
           ^
../bin/charmc  -optimize -production   -o ../lib/libldb-neighbor.o cldb.neighbor.c
../bin/charmc  -optimize -production   -o ../lib/libldb-none.o cldb.none.c
../bin/charmc  -optimize -production   -o ../lib/libldb-test.o cldb.test.c
../bin/charmc  -optimize -production   -o ../lib/libldb-bluegene.o cldb.bluegene.c
../bin/charmc  -optimize -production   -I.   -c -o trace-converse.o trace-converse.c
../bin/charmc  -optimize -production   -o  ../lib/libtrace-converse.a trace-converse.o
ar: creating ../lib/libtrace-converse.a
../bin/charmc  -optimize -production   -o tracef_f.o -c tracef_f.f90 && ../bin/charmc  -optimize -production   -cpmod ../include tracemod.M  || touch tracef_f.o
Appending .mod to object file name
../bin/charmc  -optimize -production   -o ../lib/libtracef_f.a tracef_f.o || touch ../lib/libtracef_f.a
ar: creating ../lib/libtracef_f.a
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-default.o -DCMK_MEMORY_BUILD_DEFAULT memory.c
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-os.o -DCMK_MEMORY_BUILD_OS memory.c
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-gnu.o -DCMK_MEMORY_BUILD_GNU memory.c || touch ../lib/libmemory-gnu.o
In file included from memory-gnu.c:82:0,
                 from memory.c:544:
memory-gnu-internal.c: In function 'mmap_resize':
memory-gnu-internal.c:1494:41: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
                                         ^
memory-gnu-internal.c:3553:23: note: in expansion of macro 'CALL_MREMAP'
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                       ^
memory-gnu-internal.c:3553:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                ^
memory-gnu-internal.c: In function 'sys_trim':
memory-gnu-internal.c:3981:62: warning: comparison between pointer and integer
             if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
                                                              ^
In file included from memory.c:544:0:
memory-gnu.c: At top level:
memory-gnu.c:259:6: warning: variably modified 'buf_' at file scope
      CHUNK_ALIGN_MASK + 1];
      ^
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-verbose.o -DCMK_MEMORY_BUILD_VERBOSE memory.c || touch ../lib/libmemory-verbose.o
In file included from memory-gnu.c:82:0,
                 from memory-verbose.c:11,
                 from memory.c:555:
memory-gnu-internal.c: In function 'mmap_resize':
memory-gnu-internal.c:1494:41: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
                                         ^
memory-gnu-internal.c:3553:23: note: in expansion of macro 'CALL_MREMAP'
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                       ^
memory-gnu-internal.c:3553:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                ^
memory-gnu-internal.c: In function 'sys_trim':
memory-gnu-internal.c:3981:62: warning: comparison between pointer and integer
             if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
                                                              ^
In file included from memory-verbose.c:11:0,
                 from memory.c:555:
memory-gnu.c: At top level:
memory-gnu.c:259:6: warning: variably modified 'buf_' at file scope
      CHUNK_ALIGN_MASK + 1];
      ^
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-paranoid.o -DCMK_MEMORY_BUILD_PARANOID memory.c || touch ../lib/libmemory-paranoid.o
In file included from memory-gnu.c:82:0,
                 from memory-paranoid.c:258,
                 from memory.c:559:
memory-gnu-internal.c: In function 'mmap_resize':
memory-gnu-internal.c:1494:41: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
                                         ^
memory-gnu-internal.c:3553:23: note: in expansion of macro 'CALL_MREMAP'
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                       ^
memory-gnu-internal.c:3553:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                ^
memory-gnu-internal.c: In function 'sys_trim':
memory-gnu-internal.c:3981:62: warning: comparison between pointer and integer
             if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
                                                              ^
In file included from memory-paranoid.c:258:0,
                 from memory.c:559:
memory-gnu.c: At top level:
memory-gnu.c:259:6: warning: variably modified 'buf_' at file scope
      CHUNK_ALIGN_MASK + 1];
      ^
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-leak.o -DCMK_MEMORY_BUILD_LEAK memory.c || touch ../lib/libmemory-leak.o
In file included from memory-gnu.c:82:0,
                 from memory-leak.c:21,
                 from memory.c:563:
memory-gnu-internal.c: In function 'mmap_resize':
memory-gnu-internal.c:1494:41: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
                                         ^
memory-gnu-internal.c:3553:23: note: in expansion of macro 'CALL_MREMAP'
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                       ^
memory-gnu-internal.c:3553:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                ^
memory-gnu-internal.c: In function 'sys_trim':
memory-gnu-internal.c:3981:62: warning: comparison between pointer and integer
             if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
                                                              ^
In file included from memory-leak.c:21:0,
                 from memory.c:563:
memory-gnu.c: At top level:
memory-gnu.c:259:6: warning: variably modified 'buf_' at file scope
      CHUNK_ALIGN_MASK + 1];
      ^
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-isomalloc.o -DCMK_MEMORY_BUILD_ISOMALLOC memory.c || touch ../lib/libmemory-isomalloc.o
In file included from memory-gnu.c:82:0,
                 from memory-isomalloc.c:14,
                 from memory.c:571:
memory-gnu-internal.c: In function 'mmap_resize':
memory-gnu-internal.c:1494:41: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
                                         ^
memory-gnu-internal.c:3553:23: note: in expansion of macro 'CALL_MREMAP'
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                       ^
memory-gnu-internal.c:3553:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
                ^
memory-gnu-internal.c: In function 'sys_trim':
memory-gnu-internal.c:3981:62: warning: comparison between pointer and integer
             if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
                                                              ^
In file included from memory-isomalloc.c:14:0,
                 from memory.c:571:
memory-gnu.c: At top level:
memory-gnu.c:259:6: warning: variably modified 'buf_' at file scope
      CHUNK_ALIGN_MASK + 1];
      ^
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-os-verbose.o -DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_VERBOSE memory.c || touch ../lib/libmemory-os-verbose.o
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-os-isomalloc.o -DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_ISOMALLOC memory.c || touch ../lib/libmemory-os-isomalloc.o
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-os-leak.o -DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_LEAK memory.c || touch ../lib/libmemory-os-leak.o
../bin/charmc  -optimize -production   -o ../lib/libmemory-os-paranoid.o -DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_PARANOID memory.c || touch ../lib/libmemory-os-paranoid.o
../bin/charmc  -optimize -production   -I. -o ../lib/libmemory-os-lock.o -DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_LOCK memory.c || touch ../lib/libmemory-os-lock.o
memory.c:527:0: warning: "MEM_LOCK_AROUND" redefined
 #define MEM_LOCK_AROUND(code)   code
 ^
In file included from memory.c:261:0:
memory-lock.c:3:0: note: this is the location of the previous definition
 #define MEM_LOCK_AROUND(code) \
 ^
../bin/charmc  -optimize -production   -o ../lib/libmemory-os-wrapper.o memory-os-wrapper.C || touch ../lib/libmemory-os-wrapper.o
( /usr/bin/gmake -C QuickThreads clean )
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/QuickThreads'
rm -f qtmd.h libqt.a libstp.a meas.o stp.o qt.o
rm -f qtmdb.s qtmds.s qtmdc.o qtmdb.o qtmds.o run
rm -f Makefile
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/QuickThreads'
( cd QuickThreads;./configure )
Running configure on generic64
( /usr/bin/gmake -C QuickThreads qt  OPTS='-optimize -production   -Wno-error' ) || ( echo "Did you try to build net-linux on a 64-bit system? Try net-linux-x86_64" && false )
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/QuickThreads'
rm -f qtmd.h
../system_ln  md/setjmp_d.h qtmd.h
../../bin/charmc -seq -I. -optimize -production   -Wno-error -c -o qt.o qt.c
../../bin/charmc -seq -I. -optimize -production   -Wno-error -c -o qtmds.o md/setjmp64.c
md/setjmp64.c: In function 'qt_args_1':
md/setjmp64.c:20:33: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration]
 #define SHIFTSP(pos) {char *osp=alloca(0); alloca((osp-((char*)pos))+256); }
                                 ^
md/setjmp64.c:55:5: note: in expansion of macro 'SHIFTSP'
     SHIFTSP(rjb);
     ^
md/setjmp64.c:20:33: warning: incompatible implicit declaration of built-in function 'alloca'
 #define SHIFTSP(pos) {char *osp=alloca(0); alloca((osp-((char*)pos))+256); }
                                 ^
md/setjmp64.c:55:5: note: in expansion of macro 'SHIFTSP'
     SHIFTSP(rjb);
     ^
md/setjmp64.c:56:13: warning: passing argument 1 of 'longjmp' from incompatible pointer type [-Wincompatible-pointer-types]
     longjmp((unsigned long*)rjb, push_buf((void *)jb));
             ^
In file included from md/setjmp64.c:3:0:
/usr/include/setjmp.h:82:13: note: expected 'struct __jmp_buf_tag *' but argument is of type 'long unsigned int *'
 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
             ^
md/setjmp64.c:60:3: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
   write(2,"Never get here 2.\n",18);
   ^
md/setjmp64.c: In function 'qt_args':
md/setjmp64.c:20:33: warning: incompatible implicit declaration of built-in function 'alloca'
 #define SHIFTSP(pos) {char *osp=alloca(0); alloca((osp-((char*)pos))+256); }
                                 ^
md/setjmp64.c:73:5: note: in expansion of macro 'SHIFTSP'
     SHIFTSP(sp);
     ^
md/setjmp64.c: In function 'qt_block':
md/setjmp64.c:20:33: warning: incompatible implicit declaration of built-in function 'alloca'
 #define SHIFTSP(pos) {char *osp=alloca(0); alloca((osp-((char*)pos))+256); }
                                 ^
md/setjmp64.c:92:5: note: in expansion of macro 'SHIFTSP'
     SHIFTSP(sp);
     ^
md/setjmp64.c:93:13: warning: passing argument 1 of 'longjmp' from incompatible pointer type [-Wincompatible-pointer-types]
     longjmp((unsigned long*)sp, push_buf((void *)&help));
             ^
In file included from md/setjmp64.c:3:0:
/usr/include/setjmp.h:82:13: note: expected 'struct __jmp_buf_tag *' but argument is of type 'long unsigned int *'
 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
             ^
md/setjmp64.c: In function 'qt_abort':
md/setjmp64.c:20:33: warning: incompatible implicit declaration of built-in function 'alloca'
 #define SHIFTSP(pos) {char *osp=alloca(0); alloca((osp-((char*)pos))+256); }
                                 ^
md/setjmp64.c:105:3: note: in expansion of macro 'SHIFTSP'
   SHIFTSP(sp);
   ^
md/setjmp64.c:106:11: warning: passing argument 1 of 'longjmp' from incompatible pointer type [-Wincompatible-pointer-types]
   longjmp((unsigned long*)sp, push_buf((void *)&help));
           ^
In file included from md/setjmp64.c:3:0:
/usr/include/setjmp.h:82:13: note: expected 'struct __jmp_buf_tag *' but argument is of type 'long unsigned int *'
 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
             ^
CHARMINC=..; . ../conv-config.sh;	\
	../../bin/charmc -seq -I. -shared -optimize -production   -Wno-error -o libqt.$CMK_SHARED_SUF qt.o qtmds.o
Warning: building shared library is skipped, possibly due to not supported, check configuration files.
../../bin/charmc -seq -I. -optimize -production   -Wno-error -o libqt.a qt.o qtmds.o 
ar: creating libqt.a
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/QuickThreads'
cp -f QuickThreads/libqt.a ../lib/libckqt.a
(CHARMINC=.; . ./conv-config.sh; \
	  test -d ../lib_so && \
	  cp -f QuickThreads/libqt.$CMK_SHARED_SUF ../lib_so && \
	  cp -f QuickThreads/libqt.$CMK_SHARED_SUF ../lib_so/libckqt.$CMK_SHARED_SUF)
cp: cannot stat `QuickThreads/libqt.so': No such file or directory
gmake: [QUICK_THREADS] Error 1 (ignored)
touch QUICK_THREADS
../bin/charmc  -optimize -production   -o ../lib/libthreads-default.o -DCMK_THREADS_BUILD_DEFAULT=1 -IQuickThreads -I. threads.c
../bin/charmc  -optimize -production   -o ../lib/libthreads-default-tls.o -DCMK_THREADS_BUILD_DEFAULT=1 -DCMK_THREADS_BUILD_TLS=1 -IQuickThreads -I. threads.c 2> /dev/null || touch ../lib/libthreads-default-tls.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-qt.o -DCMK_THREADS_BUILD_QT=1 -IQuickThreads threads.c
../bin/charmc  -optimize -production   -o ../lib/libthreads-qt-tls.o -DCMK_THREADS_BUILD_QT=1 -DCMK_THREADS_BUILD_TLS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-qt-tls.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-context.o -DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads threads.c || touch ../lib/libthreads-context.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-context-tls.o -DCMK_THREADS_BUILD_CONTEXT=1 -DCMK_THREADS_BUILD_TLS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-context-tls.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-uJcontext.o -DCMK_THREADS_BUILD_JCONTEXT=1 -U_FORTIFY_SOURCE -IQuickThreads -I. threads.c || touch ../lib/libthreads-uJcontext.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-uJcontext-tls.o -DCMK_THREADS_BUILD_JCONTEXT=1 -DCMK_THREADS_BUILD_TLS=1 -U_FORTIFY_SOURCE -IQuickThreads -I. threads.c || touch ../lib/libthreads-uJcontext-tls.o
threads.c: In function 'CtgInstallTLS':
threads.c:485:3: warning: implicit declaration of function 'switchTLS' [-Wimplicit-function-declaration]
   switchTLS((tlsseg_t *)cur, newtls);
   ^
threads.c: In function 'CthBaseInit':
threads.c:537:3: warning: implicit declaration of function 'currentTLS' [-Wimplicit-function-declaration]
   currentTLS(&_ctgTLS);
   ^
threads.c: In function 'CthCreateInner':
threads.c:1772:3: warning: implicit declaration of function 'allocNewTLSSeg' [-Wimplicit-function-declaration]
   allocNewTLSSeg(&B(result)->tlsseg, result);
   ^
../bin/charmc  -optimize -production   -o ../lib/libthreads-pthreads.o -DCMK_THREADS_BUILD_PTHREADS=1 -IQuickThreads threads.c || touch ../lib/libthreads-pthreads.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-fibers.o -DCMK_THREADS_BUILD_FIBERS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-fibers.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-stackcopy.o -DCMK_THREADS_BUILD_STACKCOPY=1 -IQuickThreads threads.c || touch ../lib/libthreads-stackcopy.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-memoryalias.o -DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_DEFAULT=1 -IQuickThreads threads.c || touch ../lib/libthreads-memoryalias.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-qt-memoryalias.o -DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_QT=1 -IQuickThreads threads.c || touch ../lib/libthreads-qt-memoryalias.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-context-memoryalias.o -DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads threads.c || touch ../lib/libthreads-context-memoryalias.o
../bin/charmc  -optimize -production   -o ../lib/libthreads-uJcontext-memoryalias.o -DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_JCONTEXT=1 -U_FORTIFY_SOURCE -IQuickThreads -I. threads.c || touch ../lib/libthreads-uJcontext-memoryalias.o
../bin/charmc  -optimize -production   -DCMK_NOT_USE_CONVERSE=1 ccs-client.c
../bin/charmc  -optimize -production   -o ../lib/libccs-client.a ccs-client.o
ar: creating ../lib/libccs-client.a
../bin/charmc  -optimize -production   -I.   -c -o custom_partitioner.o custom_partitioner.C
../bin/charmc  -optimize -production   -I.   -c -o set_partition_params.o set_partition_params.c
../bin/charmc  -optimize -production   -o ../lib/libconv-partition.a custom_partitioner.o set_partition_params.o
ar: creating ../lib/libconv-partition.a
if [ -f charmrun ] ; then ( cp -f charmrun ../bin ) ; fi
../bin/charmc  -optimize -production   -c global-elfgot.C -o ../lib/libglobal-swap.o || touch ../lib/libglobal-swap.o
../bin/charmc  -optimize -production   -c global-elfcopy.C -o ../lib/libglobal-copy.o || touch ../lib/libglobal-copy.o
../bin/charmc  -optimize -production   -c loadsym.c -o ../lib/loadsym.o || touch ../lib/loadsym.o
../bin/charmc -host  conv-cpm.c
conv-cpm.flex:56:1: warning: return type defaults to 'int' [-Wimplicit-int]
 yywrap(){ return(1); }
 ^
conv-cpm.flex:458:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char **argv)
 ^
../bin/charmc -host  -language c -o conv-cpm -cp ../bin/ conv-cpm.o
../bin/charmc  -optimize -production   -c -I. charmf.C
../bin/charmc  -optimize -production   -c charmmod.f90 || touch charmmod.o
../bin/charmc  -optimize -production   -cpmod ../include charm.M
Appending .mod to object file name
../bin/charmc  -optimize -production   -o ../lib/libckf.a charmf.o charmmod.o || touch ../lib/libckf.a
ar: creating ../lib/libckf.a
../bin/charmc  -optimize -production   -I.   -c -o main.o main.C
../bin/charmc  -optimize -production   -o ../lib/libckmain.a main.o
ar: creating ../lib/libckmain.a
/usr/bin/gmake -C libs/ck-libs/NDMeshStreamer
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/NDMeshStreamer'
../../../../bin/charmc -optimize -production   -c NDMeshStreamer.ci
../../../../bin/charmc -optimize -production   -I../../../../tmp -o NDMeshStreamer.o NDMeshStreamer.C
../../../../bin/charmc -optimize -production   -o ../../../../lib/libmoduleNDMeshStreamer.a NDMeshStreamer.o
ar: creating ../../../../lib/libmoduleNDMeshStreamer.a
/bin/cp libmoduleNDMeshStreamer.dep ../../../../lib
/bin/cp NDMeshStreamer.decl.h ../../../../include
/bin/cp NDMeshStreamer.def.h ../../../../include
/bin/cp NDMeshStreamer.h ../../../../include
/bin/cp VirtualRouter.h ../../../../include
/bin/cp DataItemTypes.h ../../../../include
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/NDMeshStreamer'
/usr/bin/gmake -C libs/ck-libs/multicast
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/multicast'
../../../../bin/charmc -optimize -production   -c ckmulticast.ci
../../../../bin/charmc -optimize -production   -I../../../../tmp -o ckmulticast.o ckmulticast.C
../../../../bin/charmc -optimize -production   -o ../../../../lib/libmoduleCkMulticast.a ckmulticast.o 
ar: creating ../../../../lib/libmoduleCkMulticast.a
/bin/cp CkMulticast.decl.h ../../../../include
/bin/cp CkMulticast.def.h ../../../../include
/bin/cp ckmulticast.h ../../../../include
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/multicast'
/usr/bin/gmake -C libs/ck-libs/pythonCCS
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/pythonCCS'
(CHARMINC=../../../../include;. $CHARMINC/conv-config.sh; \
	if test "$CMK_BUILD_PYTHON" != ""; then (/usr/bin/gmake conditional OPTS='-optimize -production  ' || exit 1); fi)
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/pythonCCS'
/usr/bin/gmake -C libs/ck-libs/io
gmake[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/io'
../../../../bin/charmc -optimize -production   -c ckio.ci
touch ckio.ci.stamp
cp ckio.h CkIO.decl.h CkIO.def.h CkIO_impl.decl.h CkIO_impl.def.h ../../../../include/
touch headers
../../../../bin/charmc -optimize -production   -c ckio.C
../../../../bin/charmc -optimize -production   -o ../../../../lib/libmoduleCkIO.a ckio.o 
ar: creating ../../../../lib/libmoduleCkIO.a
gmake[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/tmp/libs/ck-libs/io'
../bin/charmc  -optimize -production   -I.   -c -o MPIStrategy.o MPIStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o StreamingStrategy.o StreamingStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o DummyStrategy.o DummyStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o NodeMulticast.o NodeMulticast.C
../bin/charmc  -optimize -production   -I.   -c -o ChunkMulticastStrategy.o ChunkMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o OneTimeMulticastStrategy.o OneTimeMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o EachToManyMulticastStrategy.o EachToManyMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o ComlibSectionInfo.o ComlibSectionInfo.C
../bin/charmc  -optimize -production   -I.   -c -o AAPLearner.o AAPLearner.C
../bin/charmc  -optimize -production   -I.   -c -o ComlibStats.o ComlibStats.C
../bin/charmc  -optimize -production   -I.   -c -o AAMLearner.o AAMLearner.C
../bin/charmc  -optimize -production   -I.   -c -o MsgPacker.o MsgPacker.C
../bin/charmc  -optimize -production   -I.   -c -o MulticastStrategy.o MulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o DirectMulticastStrategy.o DirectMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o RingMulticastStrategy.o RingMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o MultiRingMulticast.o MultiRingMulticast.C
../bin/charmc  -optimize -production   -I.   -c -o PipeBroadcastStrategy.o PipeBroadcastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o MeshStreamingStrategy.o MeshStreamingStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o PrioStreaming.o PrioStreaming.C
../bin/charmc  -optimize -production   -I.   -c -o BroadcastStrategy.o BroadcastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o RectMulticastStrategy.o RectMulticastStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o convcomlibstrategy.o convcomlibstrategy.C
../bin/charmc  -optimize -production   -I.   -c -o ComlibManager.o ComlibManager.C
../bin/charmc  -optimize -production   -I.   -c -o ComlibStrategy.o ComlibStrategy.C
../bin/charmc  -optimize -production   -I.   -c -o gridrouter.o gridrouter.C
../bin/charmc  -optimize -production   -I.   -c -o hypercuberouter.o hypercuberouter.C
../bin/charmc  -optimize -production   -I.   -c -o treerouter.o treerouter.C
../bin/charmc  -optimize -production   -I.   -c -o petable.o petable.C
../bin/charmc  -optimize -production   -I.   -c -o 3dgridrouter.o 3dgridrouter.C
../bin/charmc  -optimize -production   -I.   -c -o graphrouter.o graphrouter.C
../bin/charmc  -optimize -production   -I.   -c -o hypercubetopology.o hypercubetopology.C
../bin/charmc  -optimize -production   -I.   -c -o routerstrategy.o routerstrategy.C
../bin/charmc  -optimize -production   -I.   -c -o convcomlibmanager.o convcomlibmanager.C
../bin/charmc  -optimize -production   -I.   -c -o pipebroadcastconverse.o pipebroadcastconverse.C
../bin/charmc  -optimize -production   -I.   -c -o pipelinestrategy.o pipelinestrategy.C
../bin/charmc  -optimize -production   -I.   -c -o prefixrouter.o prefixrouter.C
../bin/charmc  -optimize -production   -o ../lib/libmodulecomlib.a MPIStrategy.o StreamingStrategy.o DummyStrategy.o NodeMulticast.o ChunkMulticastStrategy.o OneTimeMulticastStrategy.o EachToManyMulticastStrategy.o ComlibSectionInfo.o AAPLearner.o ComlibStats.o AAMLearner.o MsgPacker.o MulticastStrategy.o DirectMulticastStrategy.o RingMulticastStrategy.o MultiRingMulticast.o PipeBroadcastStrategy.o MeshStreamingStrategy.o PrioStreaming.o BroadcastStrategy.o RectMulticastStrategy.o convcomlibstrategy.o ComlibManager.o ComlibStrategy.o  gridrouter.o hypercuberouter.o treerouter.o petable.o 3dgridrouter.o graphrouter.o hypercubetopology.o routerstrategy.o convcomlibmanager.o pipebroadcastconverse.o pipelinestrategy.o prefixrouter.o
ar: creating ../lib/libmodulecomlib.a
cp -f ../lib/libmodulecomlib.a ../lib/libmodulecommlib.a
../bin/charmc  -optimize -production   -o ../lib/libconvcom.a gridrouter.o hypercuberouter.o treerouter.o petable.o 3dgridrouter.o graphrouter.o hypercubetopology.o routerstrategy.o convcomlibmanager.o pipebroadcastconverse.o pipelinestrategy.o prefixrouter.o
ar: creating ../lib/libconvcom.a
../bin/charmc  -optimize -production   -I.   -c -o mpi-mainmodule.o mpi-mainmodule.C
cp mpi-mainmodule.o ../lib
touch charm++
-------------------------------------------------
charm++ built successfully.
Next, try out a sample program like gni-crayxc/tests/charm++/simplearrayhello
cd ${SW_BLDDIR}/${NAMD_SRCDIR}

rm -rf CRAY-XT-g++ 

./config CRAY-XT-g++ --with-tcl --tcl-prefix $SW_BLDDIR \
--with-fftw3  --fftw-prefix $FFTW3_DIR \
--charm-base ${SW_BLDDIR}/${NAMD_SRCDIR}/${CHARM_SRCDIR} \
--charm-arch gni-crayxc

Selected arch file arch/CRAY-XT-g++.arch contains:

NAMD_ARCH = CRAY-XT
CHARMARCH = mpi-crayxt

# 
# The GNU compilers produce significantly faster NAMD binaries than PGI.
#
# You must run the following to switch CC/cc to the GNU compiler
# environment before building either Charm++ or NAMD:
#
#   module swap PrgEnv-pgi PrgEnv-gnu
#
# Users of psfgen might also need to do 'module remove acml' in order for 
# the the psfgen compilation to succeed.
#

CXX = CC -DNOHOSTNAME -DNO_GETPWUID
CXXOPTS = -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer

CC = cc
COPTS = -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer


#
# ensure that required modules are loaded
#

$(info $(NAMD_PLATFORM))

loaded_modules := $(subst :, ,$(LOADEDMODULES))

module := $(filter rca/%,$(loaded_modules))
ifeq (,$(module))
  $(error module rca is not loaded)
else
  $(info found module $(module))
endif

module := $(filter PrgEnv-gnu/%,$(loaded_modules))
ifeq (,$(module))
  $(error module PrgEnv-gnu is not loaded)
else
  $(info found module $(module))
endif

Creating directory: CRAY-XT-g++
Creating link: .. to .rootdir
Writing build options to CRAY-XT-g++/Make.config
Linking Makefile
Linking Make.depends
Linking src directory
Linking plugins directory
Linking psfgen directory

Generated CRAY-XT-g++/Make.config contains the following:

CHARMBASE = /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1
include .rootdir/arch/CRAY-XT-g++.arch
CHARMARCH = gni-crayxc
CHARM = $(CHARMBASE)/$(CHARMARCH)
NAMD_PLATFORM = $(NAMD_ARCH)-ugni
include .rootdir/arch/$(NAMD_ARCH).base
include .rootdir/arch/$(NAMD_ARCH).tcl
include .rootdir/arch/$(NAMD_ARCH).fftw3
TCLDIR = /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0
FFTDIR = /opt/cray/fftw/3.3.4.11/interlagos

You are ready to run make in directory CRAY-XT-g++ now.
#-- specifying CC/cc causes segfault
#--charm-arch mpi-crayxc --cxx CC --cc cc

cd CRAY-XT-g++

make veryclean


found module rca/1.0.0-2.0502.60530.1.63.gem
found module PrgEnv-gnu/5.2.82
rm -rf ptrepository Templates.DB SunWS_cache obj inc
rm -f namd2 psfgen sortreplicas flipdcd flipbinpdb charmrun
make

found module rca/1.0.0-2.0502.60530.1.63.gem
found module PrgEnv-gnu/5.2.82
if [ ! -d inc ]; then mkdir -p inc; fi
if [ ! -f inc/.exists ]; then touch inc/.exists; fi
if [ ! -d obj ]; then mkdir -p obj; fi
if [ ! -f obj/.exists ]; then touch obj/.exists; fi
cp src/Node.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/Node.ci
rm -f inc/Node.ci
mv Node.def.h inc
mv Node.decl.h inc
cp src/PatchMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/PatchMgr.ci
rm -f inc/PatchMgr.ci
mv PatchMgr.def.h inc
mv PatchMgr.decl.h inc
cp src/ComputeMoaMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeMoaMgr.ci
rm -f inc/ComputeMoaMgr.ci
mv ComputeMoaMgr.def.h inc
mv ComputeMoaMgr.decl.h inc
cp src/ComputeMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeMgr.ci
rm -f inc/ComputeMgr.ci
mv ComputeMgr.def.h inc
mv ComputeMgr.decl.h inc
cp src/WorkDistrib.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/WorkDistrib.ci
rm -f inc/WorkDistrib.ci
mv WorkDistrib.def.h inc
mv WorkDistrib.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMoa.o -c src/ComputeMoa.C
cp src/ComputeMsmMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeMsmMgr.ci
rm -f inc/ComputeMsmMgr.ci
mv ComputeMsmMgr.def.h inc
mv ComputeMsmMgr.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMsm.o -c src/ComputeMsm.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMsmMsa.o -c src/ComputeMsmMsa.C
cp src/ComputeMsmSerialMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeMsmSerialMgr.ci
rm -f inc/ComputeMsmSerialMgr.ci
mv ComputeMsmSerialMgr.def.h inc
mv ComputeMsmSerialMgr.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMsmSerial.o -c src/ComputeMsmSerial.C
cp src/ComputeFmmSerialMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeFmmSerialMgr.ci
rm -f inc/ComputeFmmSerialMgr.ci
mv ComputeFmmSerialMgr.def.h inc
mv ComputeFmmSerialMgr.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeFmmSerial.o -c src/ComputeFmmSerial.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm.o -c src/msm.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm_longrng.o -c src/msm_longrng.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm_longrng_sprec.o -c src/msm_longrng_sprec.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm_setup.o -c src/msm_setup.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm_shortrng.o -c src/msm_shortrng.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/msm_shortrng_sprec.o -c src/msm_shortrng_sprec.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/wkfutils.o -c src/wkfutils.c
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/common.o -c src/common.C
src/common.C: In function 'void NAMD_err(const char*)':
src/common.C:100:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    if ( ! sys_err_msg ) sys_err_msg = "(unknown error)";
                                     ^
src/common.C: In function 'int NAMD_file_exists(const char*)':
src/common.C:137:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if ( ! sys_err_msg ) sys_err_msg = "(unknown error)";
                                      ^
src/common.C: In function 'void NAMD_backup_file(const char*, const char*)':
src/common.C:166:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       if ( ! sys_err_msg ) sys_err_msg = "(unknown error)";
                                        ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/dcdlib.o -c src/dcdlib.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/erf.o -c src/erf.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/fitrms.o -c src/fitrms.C
cp src/main.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/main.ci
Charmxi> 11: Deprecation warning: mainchare constructors should explicitly take CkArgMsg* if that's how they're implemented.
rm -f inc/main.ci
mv main.def.h inc
mv main.decl.h inc
cp src/ReductionMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ReductionMgr.ci
rm -f inc/ReductionMgr.ci
mv ReductionMgr.def.h inc
mv ReductionMgr.decl.h inc
cp src/ProxyMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ProxyMgr.ci
rm -f inc/ProxyMgr.ci
mv ProxyMgr.def.h inc
mv ProxyMgr.decl.h inc
cp src/LdbCoordinator.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/LdbCoordinator.ci
rm -f inc/LdbCoordinator.ci
mv LdbCoordinator.def.h inc
mv LdbCoordinator.decl.h inc
cp src/NamdCentLB.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/NamdCentLB.ci
rm -f inc/NamdCentLB.ci
mv NamdCentLB.def.h inc
mv NamdCentLB.decl.h inc
cp src/NamdNborLB.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/NamdNborLB.ci
rm -f inc/NamdNborLB.ci
mv NamdNborLB.def.h inc
mv NamdNborLB.decl.h inc
cp src/NamdHybridLB.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/NamdHybridLB.ci
rm -f inc/NamdHybridLB.ci
mv NamdHybridLB.def.h inc
mv NamdHybridLB.decl.h inc
cp src/NamdDummyLB.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/NamdDummyLB.ci
rm -f inc/NamdDummyLB.ci
mv NamdDummyLB.def.h inc
mv NamdDummyLB.decl.h inc
cp src/ComputePmeMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputePmeMgr.ci
rm -f inc/ComputePmeMgr.ci
mv ComputePmeMgr.def.h inc
mv ComputePmeMgr.decl.h inc
cp src/OptPme.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/OptPme.ci
rm -f inc/OptPme.ci
mv OptPmeMgr.def.h inc
mv OptPmeMgr.decl.h inc
cp src/fftlib.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/fftlib.ci
rm -f inc/fftlib.ci
mv PmeFFTLib.def.h inc
mv PmeFFTLib.decl.h inc
cp src/ComputeExtMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeExtMgr.ci
rm -f inc/ComputeExtMgr.ci
mv ComputeExtMgr.def.h inc
mv ComputeExtMgr.decl.h inc
cp src/ComputeGBISserMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeGBISserMgr.ci
rm -f inc/ComputeGBISserMgr.ci
mv ComputeGBISserMgr.def.h inc
mv ComputeGBISserMgr.decl.h inc
cp src/CollectionMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/CollectionMgr.ci
rm -f inc/CollectionMgr.ci
mv CollectionMgr.def.h inc
mv CollectionMgr.decl.h inc
cp src/CollectionMaster.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/CollectionMaster.ci
rm -f inc/CollectionMaster.ci
mv CollectionMaster.def.h inc
mv CollectionMaster.decl.h inc
cp src/BroadcastMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/BroadcastMgr.ci
rm -f inc/BroadcastMgr.ci
mv BroadcastMgr.def.h inc
mv BroadcastMgr.decl.h inc
cp src/Sync.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/Sync.ci
rm -f inc/Sync.ci
mv Sync.def.h inc
mv Sync.decl.h inc
cp src/ParallelIOMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ParallelIOMgr.ci
rm -f inc/ParallelIOMgr.ci
mv ParallelIOMgr.def.h inc
mv ParallelIOMgr.decl.h inc
cp src/DataExchanger.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/DataExchanger.ci
rm -f inc/DataExchanger.ci
mv DataExchanger.def.h inc
mv DataExchanger.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/main.o -c src/main.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/mainfunc.o -c src/mainfunc.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/memusage.o -c src/memusage.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/strlib.o -c src/strlib.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/AlgSeven.o -c src/AlgSeven.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/AlgRecBisection.o -c src/AlgRecBisection.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/AlgNbor.o -c src/AlgNbor.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/AtomMap.o -c src/AtomMap.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/BackEnd.o -c src/BackEnd.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/BroadcastMgr.o -c src/BroadcastMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/BroadcastClient.o -c src/BroadcastClient.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/CollectionMaster.o -c src/CollectionMaster.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/CollectionMgr.o -c src/CollectionMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Communicate.o -c src/Communicate.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Compute.o -c src/Compute.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeAngles.o -c src/ComputeAngles.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeAniso.o -c src/ComputeAniso.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeBonds.o -c src/ComputeBonds.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeConsForce.o -c src/ComputeConsForce.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeConsForceMsgs.o -c src/ComputeConsForceMsgs.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeCrossterms.o -c src/ComputeCrossterms.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeCylindricalBC.o -c src/ComputeCylindricalBC.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeDihedrals.o -c src/ComputeDihedrals.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeDPME.o -c src/ComputeDPME.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeDPMEMsgs.o -c src/ComputeDPMEMsgs.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeDPMTA.o -c src/ComputeDPMTA.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeEField.o -c src/ComputeEField.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeEwald.o -c src/ComputeEwald.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeExt.o -c src/ComputeExt.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGBISser.o -c src/ComputeGBISser.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGBIS.o -c src/ComputeGBIS.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGromacsPair.o -c src/ComputeGromacsPair.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeLCPO.o -c src/ComputeLCPO.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeFullDirect.o -c src/ComputeFullDirect.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeHomePatch.o -c src/ComputeHomePatch.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeHomePatches.o -c src/ComputeHomePatches.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeImpropers.o -c src/ComputeImpropers.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGlobal.o -c src/ComputeGlobal.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGlobalMsgs.o -c src/ComputeGlobalMsgs.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeGridForce.o -c src/ComputeGridForce.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMap.o -c src/ComputeMap.C
src/ComputeMap.C: In member function 'void ComputeMap::printComputeMap()':
src/ComputeMap.C:232:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 fname = "computeMap.orig";
       ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeMgr.o -c src/ComputeMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedSelf.o -c src/ComputeNonbondedSelf.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedPair.o -c src/ComputeNonbondedPair.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedUtil.o -c src/ComputeNonbondedUtil.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedStd.o -c src/ComputeNonbondedStd.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedFEP.o -c src/ComputeNonbondedFEP.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedGo.o -c src/ComputeNonbondedGo.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedTI.o -c src/ComputeNonbondedTI.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedLES.o -c src/ComputeNonbondedLES.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedPProf.o -c src/ComputeNonbondedPProf.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ComputeNonbondedTabEnergies.o -c src/ComputeNonbondedTabEnergies.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedCUDA.o -c src/ComputeNonbondedCUDA.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedCUDAExcl.o -c src/ComputeNonbondedCUDAExcl.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedMIC.o -c src/ComputeNonbondedMIC.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeNonbondedMICKernel.o -c src/ComputeNonbondedMICKernel.C
In file included from src/ComputeNonbondedMICKernelBase2.h:218:0,
                 from src/ComputeNonbondedMICKernelBase.h:1555,
                 from src/ComputeNonbondedMICKernel.C:2645:
src/ComputeNonbondedMICKernelBase2_handcode_single.h:1502:86: warning: backslash and newline separated by space
                    pExt_1[tmpJ32[idx]].excl_index, indexDiff, maxDiff, offset, flags \ 
                                                                                      ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputePatch.o -c src/ComputePatch.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputePatchPair.o -c src/ComputePatchPair.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputePme.o -c src/ComputePme.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/OptPme.o -c src/OptPme.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/OptPmeRealSpace.o -c src/OptPmeRealSpace.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeRestraints.o -c src/ComputeRestraints.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeSphericalBC.o -c src/ComputeSphericalBC.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeStir.o -c src/ComputeStir.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeTclBC.o -c src/ComputeTclBC.C
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_wrapmode(ClientData, Tcl_Interp*, int, char**)':
src/ComputeTclBC.C:145:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         TCL_VOLATILE);
                     ^
src/ComputeTclBC.C:156:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         TCL_VOLATILE);
                     ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_cleardrops(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:166:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_dropatom(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:179:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:184:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_nextatom(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:196:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_getcoord(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:236:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:241:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_getcell(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:272:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_getmass(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:315:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:320:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_getcharge(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:332:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:337:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_getid(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:349:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:354:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_addforce(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:366:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:378:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"force not a vector",TCL_VOLATILE);
                                                           ^
src/ComputeTclBC.C:384:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no atom available",TCL_VOLATILE);
                                                          ^
src/ComputeTclBC.C: In static member function 'static int ComputeTclBC::Tcl_addenergy(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/ComputeTclBC.C:398:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ComputeTclBC.C:404:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"energy not a number",TCL_VOLATILE);
                                                            ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ComputeThole.o -c src/ComputeThole.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ConfigList.o -c src/ConfigList.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/Controller.o -c src/Controller.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ccsinterface.o -c src/ccsinterface.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/DataStream.o -c src/DataStream.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/DumpBench.o -c src/DumpBench.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyAssert.o -c src/FreeEnergyAssert.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyGroup.o -c src/FreeEnergyGroup.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyLambda.o -c src/FreeEnergyLambda.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyLambdMgr.o -c src/FreeEnergyLambdMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyParse.o -c src/FreeEnergyParse.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyRestrain.o -c src/FreeEnergyRestrain.C
src/FreeEnergyRestrain.C: In member function 'void ARestraint::DistributeForce(int, AVector, GlobalMasterFreeEnergy&)':
src/FreeEnergyRestrain.C:205:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if (Mass < 0) {EarlyExit("Negative Mass", AtomID);};
                                                     ^
src/FreeEnergyRestrain.C:213:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if (Mass < 0) {EarlyExit("Negative Mass", AtomID);}
                                                     ^
src/FreeEnergyRestrain.C:218:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if (RetVal < 0) {EarlyExit("Can't add Force", AtomID);}
                                                         ^
src/FreeEnergyRestrain.C: In member function 'void ARestraint::UpdateCOMs(GlobalMasterFreeEnergy&)':
src/FreeEnergyRestrain.C:247:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       if (RetVal < 0) {EarlyExit("Can't get Position", AtomID);}
                                                              ^
src/FreeEnergyRestrain.C:251:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       if (Mass < 0) {EarlyExit("Negative Mass", AtomID);}
                                                       ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyRMgr.o -c src/FreeEnergyRMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/FreeEnergyVector.o -c src/FreeEnergyVector.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/fstream_namd.o -c src/fstream_namd.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMaster.o -c src/GlobalMaster.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterServer.o -c src/GlobalMasterServer.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterTest.o -c src/GlobalMasterTest.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterIMD.o -c src/GlobalMasterIMD.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterTcl.o -c src/GlobalMasterTcl.C
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_atomid(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:44:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C:58:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"atom not found",TCL_VOLATILE);
                                                       ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_addatom(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:74:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_addgroup(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:100:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_reconfig(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:150:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_clearconfig(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:163:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_getstep(ClientData, Tcl_Interp*, int, char**)':
src/GlobalMasterTcl.C:179:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_loadforces(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/GlobalMasterTcl.C:193:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_loadtotalforces(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/GlobalMasterTcl.C:265:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   { Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_loadcoords(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/GlobalMasterTcl.C:307:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_loadmasses(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/GlobalMasterTcl.C:365:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C: In static member function 'static int GlobalMasterTcl::Tcl_addforce(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/GlobalMasterTcl.C:410:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/GlobalMasterTcl.C:429:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"force not a vector",TCL_VOLATILE);
                                                           ^
src/GlobalMasterTcl.C:437:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       Tcl_SetResult(interp,"requested group not available",TCL_VOLATILE);
                                                                        ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterSMD.o -c src/GlobalMasterSMD.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterTMD.o -c src/GlobalMasterTMD.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Matrix4Symmetry.o -c src/Matrix4Symmetry.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterSymmetry.o -c src/GlobalMasterSymmetry.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterFreeEnergy.o -c src/GlobalMasterFreeEnergy.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterEasy.o -c src/GlobalMasterEasy.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GlobalMasterMisc.o -c src/GlobalMasterMisc.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvar.o -c src/colvar.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvaratoms.o -c src/colvaratoms.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarbias.o -c src/colvarbias.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarbias_abf.o -c src/colvarbias_abf.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarbias_alb.o -c src/colvarbias_alb.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarbias_meta.o -c src/colvarbias_meta.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarbias_restraint.o -c src/colvarbias_restraint.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp.o -c src/colvarcomp.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp_angles.o -c src/colvarcomp_angles.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp_coordnums.o -c src/colvarcomp_coordnums.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp_distances.o -c src/colvarcomp_distances.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp_protein.o -c src/colvarcomp_protein.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarcomp_rotations.o -c src/colvarcomp_rotations.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvargrid.o -c src/colvargrid.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarmodule.o -c src/colvarmodule.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarparse.o -c src/colvarparse.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarproxy_namd.o -c src/colvarproxy_namd.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarscript.o -c src/colvarscript.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvartypes.o -c src/colvartypes.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/colvarvalue.o -c src/colvarvalue.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GridForceGrid.o -c src/GridForceGrid.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GromacsTopFile.o -c src/GromacsTopFile.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/heap.o -c src/heap.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/HomePatch.o -c src/HomePatch.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/IMDOutput.o -c src/IMDOutput.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/InfoStream.o -c src/InfoStream.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/LdbCoordinator.o -c src/LdbCoordinator.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/LJTable.o -c src/LJTable.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Measure.o -c src/Measure.C
src/Measure.C: In function 'int Tcl_loadCoords(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)':
src/Measure.C:114:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"loadCoords: wrong # args",TCL_VOLATILE);
                                                                 ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/MGridforceParams.o -c src/MGridforceParams.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/MStream.o -c src/MStream.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/MigrateAtomsMsg.o -c src/MigrateAtomsMsg.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Molecule.o -c src/Molecule.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Molecule2.o -c src/Molecule2.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/GoMolecule.o -c src/GoMolecule.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdCentLB.o -c src/NamdCentLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdNborLB.o -c src/NamdNborLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdHybridLB.o -c src/NamdHybridLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdDummyLB.o -c src/NamdDummyLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdState.o -c src/NamdState.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/NamdOneTools.o -c src/NamdOneTools.C
cp src/ComputeGridForceMgr.ci inc
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc inc/ComputeGridForceMgr.ci
rm -f inc/ComputeGridForceMgr.ci
mv ComputeGridForceMgr.def.h inc
mv ComputeGridForceMgr.decl.h inc
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Node.o -c src/Node.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Output.o -c src/Output.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Parameters.o -c src/Parameters.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ParseOptions.o -c src/ParseOptions.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Patch.o -c src/Patch.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PatchMgr.o -c src/PatchMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PatchMap.o -c src/PatchMap.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PDB.o -c src/PDB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PDBData.o -c src/PDBData.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PmeKSpace.o -c src/PmeKSpace.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PmeRealSpace.o -c src/PmeRealSpace.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ProcessorPrivate.o -c src/ProcessorPrivate.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ProxyMgr.o -c src/ProxyMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ProxyPatch.o -c src/ProxyPatch.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Rebalancer.o -c src/Rebalancer.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/RecBisection.o -c src/RecBisection.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/ReductionMgr.o -c src/ReductionMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/RefineOnly.o -c src/RefineOnly.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/RefineTorusLB.o -c src/RefineTorusLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ScriptTcl.o -c src/ScriptTcl.C
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_numPes(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:165:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_numNodes(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:174:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_numPhysicalNodes(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:183:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_numReplicas(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:192:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_myReplica(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:201:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaSendrecv(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:211:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"args: data dest ?source?",TCL_VOLATILE);
                                                                 ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaSend(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:240:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"args: data dest",TCL_VOLATILE);
                                                        ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaRecv(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:253:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"args: source",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaBarrier(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:274:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"no arguments needed",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaAtomSendrecv(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:287:95: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"replicaUniformPatchGrids is required for atom exchange",TCL_VOLATILE);
                                                                                               ^
src/ScriptTcl.C:291:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bad arg count; args: dest ?source?",TCL_VOLATILE);
                                                                           ^
src/ScriptTcl.C:296:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bad dest; args: dest ?source?",TCL_VOLATILE);
                                                                      ^
src/ScriptTcl.C:302:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       Tcl_SetResult(interp,"bad source; args: dest ?source?",TCL_VOLATILE);
                                                                          ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaAtomSend(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:345:95: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"replicaUniformPatchGrids is required for atom exchange",TCL_VOLATILE);
                                                                                               ^
src/ScriptTcl.C:349:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bad arg count; args: dest",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C:354:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bad dest; args: dest",TCL_VOLATILE);
                                                             ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_replicaAtomRecv(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:382:95: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"replicaUniformPatchGrids is required for atom exchange",TCL_VOLATILE);
                                                                                               ^
src/ScriptTcl.C:386:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bad arg count; args: ?source?",TCL_VOLATILE);
                                                                      ^
src/ScriptTcl.C:392:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       Tcl_SetResult(interp,"bad source; args: ?source?",TCL_VOLATILE);
                                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_stdout(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:429:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp, "wrong # args", TCL_VOLATILE);
                                                       ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_config(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:505:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"error parsing config file",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C:520:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"error parsing config file",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_isset_config(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:530:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_istrue_config(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:557:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:565:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter value is not set",TCL_VOLATILE);
                                                                   ^
src/ScriptTcl.C:570:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter value is not boolean",TCL_VOLATILE);
                                                                       ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_istrue_param(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:580:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:588:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"unknown parameter",TCL_VOLATILE);
                                                          ^
src/ScriptTcl.C:592:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter is not boolean",TCL_VOLATILE);
                                                                 ^
src/ScriptTcl.C:596:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter value is not set",TCL_VOLATILE);
                                                                   ^
src/ScriptTcl.C:600:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"bug in Tcl_istrue_param",TCL_VOLATILE);
                                                                ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_isset_param(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:610:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:618:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"unknown parameter",TCL_VOLATILE);
                                                          ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_param(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:628:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:634:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter name too long",TCL_VOLATILE);
                                                                ^
src/ScriptTcl.C:646:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       Tcl_SetResult(interp,"unknown parameter",TCL_VOLATILE);
                                                            ^
src/ScriptTcl.C:655:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"parameter value too long",TCL_VOLATILE);
                                                                 ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_reinitvels(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:674:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_rescalevels(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:691:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_run(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:708:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"too few args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:712:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"too many args",TCL_VOLATILE);
                                                      ^
src/ScriptTcl.C:721:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         "first arg not norepeat",TCL_VOLATILE);
                                              ^
src/ScriptTcl.C:731:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"number of steps must be non-negative",TCL_VOLATILE);
                                                                             ^
src/ScriptTcl.C:736:90: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"firstTimestep must be a multiple of stepsPerCycle",TCL_VOLATILE);
                                                                                          ^
src/ScriptTcl.C:740:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"number of steps must be a multiple of stepsPerCycle",TCL_VOLATILE);
                                                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_minimize(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:766:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:774:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"number of steps must be non-negative",TCL_VOLATILE);
                                                                             ^
src/ScriptTcl.C:779:90: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"firstTimestep must be a multiple of stepsPerCycle",TCL_VOLATILE);
                                                                                          ^
src/ScriptTcl.C:783:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"number of steps must be a multiple of stepsPerCycle",TCL_VOLATILE);
                                                                                            ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_moveallby(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:808:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp, "wrong # args", TCL_VOLATILE);
                                                       ^
src/ScriptTcl.C:820:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"argument not a vector",TCL_VOLATILE);
                                                              ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_move(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:839:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:847:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"syntax is 'move <id> to|by {<x> <y> <z>}'",TCL_VOLATILE);
                                                                                  ^
src/ScriptTcl.C:857:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"third argument not a vector",TCL_VOLATILE);
                                                                    ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_output(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:885:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"too few args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:889:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"too many args",TCL_VOLATILE);
                                                      ^
src/ScriptTcl.C:894:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"file name too long",TCL_VOLATILE);
                                                           ^
src/ScriptTcl.C:907:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         "first arg not withforces or onlyforces",TCL_VOLATILE);
                                                              ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_measure(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:946:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_colvarbias(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:973:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:978:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"colvars module not active",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C:990:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       Tcl_SetResult(interp,"energydiff requires a previous timestep",TCL_VOLATILE);
                                                                                  ^
src/ScriptTcl.C:1002:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"unknown colvarbias operation",TCL_VOLATILE);
                                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_colvarvalue(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1015:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:1020:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"colvars module not active",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_colvarfreq(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1066:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C:1071:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"colvars module not active",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_colvars(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1088:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"colvars module not active",TCL_VOLATILE);
                                                                  ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_checkpoint(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1113:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_revert(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1127:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_callback(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1140:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
src/ScriptTcl.C: In static member function 'static int ScriptTcl::Tcl_reinitatoms(ClientData, Tcl_Interp*, int, char**)':
src/ScriptTcl.C:1174:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     Tcl_SetResult(interp,"wrong # args",TCL_VOLATILE);
                                                     ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/Sequencer.o -c src/Sequencer.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Set.o -c src/Set.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Settle.o -c src/Settle.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer   -o obj/SimParameters.o -c src/SimParameters.C
src/SimParameters.C: In member function 'void SimParameters::print_config(ParseOptions&, ConfigList*, char*&)':
src/SimParameters.C:5384:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case CUBIC:    approx_str = "C1 CUBIC";   break;
                                  ^
src/SimParameters.C:5385:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case QUINTIC:  approx_str = "C1 QUINTIC"; break;
                                  ^
src/SimParameters.C:5386:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case QUINTIC2: approx_str = "C2 QUINTIC"; break;
                                  ^
src/SimParameters.C:5387:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case SEPTIC:   approx_str = "C1 SEPTIC";  break;
                                  ^
src/SimParameters.C:5388:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case SEPTIC3:  approx_str = "C3 SEPTIC";  break;
                                  ^
src/SimParameters.C:5389:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case NONIC:    approx_str = "C1 NONIC";   break;
                                  ^
src/SimParameters.C:5390:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case NONIC4:   approx_str = "C4 NONIC";   break;
                                  ^
src/SimParameters.C:5391:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case C1HERMITE:approx_str = "C1 HERMITE"; break;
                                  ^
src/SimParameters.C:5392:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        default:       approx_str = "UNKNOWN";    break;
                                  ^
src/SimParameters.C:5395:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR2:  split_str = "C2 TAYLOR";   break;
                                 ^
src/SimParameters.C:5396:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR3:  split_str = "C3 TAYLOR";   break;
                                 ^
src/SimParameters.C:5397:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR4:  split_str = "C4 TAYLOR";   break;
                                 ^
src/SimParameters.C:5398:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR5:  split_str = "C5 TAYLOR";   break;
                                 ^
src/SimParameters.C:5399:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR6:  split_str = "C6 TAYLOR";   break;
                                 ^
src/SimParameters.C:5400:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR7:  split_str = "C7 TAYLOR";   break;
                                 ^
src/SimParameters.C:5401:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        case TAYLOR8:  split_str = "C8 TAYLOR";   break;
                                 ^
src/SimParameters.C:5402:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
        default:       split_str = "UNKNOWN";     break;
                                 ^
In file included from src/SimParameters.h:21:0,
                 from src/GridForceGrid.h:14,
                 from src/Molecule.h:31,
                 from src/ComputeNonbondedUtil.h:16,
                 from src/SimParameters.C:21:
src/SimParameters.C: In member function 'void SimParameters::parse_mgrid_params(ConfigList*)':
src/MGridforceParams.h:18:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 #define MGRIDFORCEPARAMS_DEFAULTKEY "BaseGridForceParams"
                                     ^
src/SimParameters.C:5637:25: note: in expansion of macro 'MGRIDFORCEPARAMS_DEFAULTKEY'
     char *default_key = MGRIDFORCEPARAMS_DEFAULTKEY;
                         ^
src/SimParameters.C: In member function 'void SimParameters::print_mgrid_params()':
src/SimParameters.C:6054:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     char *qcol_msg = "Use atom charge";
                      ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/SortAtoms.o -c src/SortAtoms.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/Sync.o -c src/Sync.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/TclCommands.o -c src/TclCommands.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/TorusLB.o -c src/TorusLB.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/WorkDistrib.o -c src/WorkDistrib.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/pub3dfft.o -c src/pub3dfft.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/vmdsock.o -c src/vmdsock.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/parm.o -c src/parm.C
src/parm.C: In member function 'int parm::readparm(char*)':
src/parm.C:184:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"TITLE"))
                           ^
src/parm.C:194:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"POINTERS"))
                               ^
src/parm.C:318:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"ATOM_NAME"))
                               ^
src/parm.C:332:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"CHARGE"))
                            ^
src/parm.C:350:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"MASS"))
                          ^
src/parm.C:368:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"ATOM_TYPE_INDEX"))
                                      ^
src/parm.C:389:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"NUMBER_EXCLUDED_ATOMS"))
                                            ^
src/parm.C:410:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"NONBONDED_PARM_INDEX"))
                                           ^
src/parm.C:431:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"RESIDUE_LABEL"))
                                   ^
src/parm.C:443:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"RESIDUE_POINTER"))
                                      ^
src/parm.C:465:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"BOND_FORCE_CONSTANT"))
                                         ^
src/parm.C:483:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"BOND_EQUIL_VALUE"))
                                      ^
src/parm.C:501:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"ANGLE_FORCE_CONSTANT"))
                                          ^
src/parm.C:519:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"ANGLE_EQUIL_VALUE"))
                                       ^
src/parm.C:537:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"DIHEDRAL_FORCE_CONSTANT"))
                                             ^
src/parm.C:555:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"DIHEDRAL_PERIODICITY"))
                                          ^
src/parm.C:573:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"DIHEDRAL_PHASE"))
                                    ^
src/parm.C:591:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"SOLTY"))
                           ^
src/parm.C:610:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"LENNARD_JONES_ACOEF"))
                                         ^
src/parm.C:629:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"LENNARD_JONES_BCOEF"))
                                         ^
src/parm.C:650:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"BONDS_INC_HYDROGEN"))
                                         ^
src/parm.C:682:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"BONDS_WITHOUT_HYDROGEN"))
                                             ^
src/parm.C:715:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"ANGLES_INC_HYDROGEN"))
                                          ^
src/parm.C:750:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"ANGLES_WITHOUT_HYDROGEN"))
                                              ^
src/parm.C:786:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"DIHEDRALS_INC_HYDROGEN"))
                                             ^
src/parm.C:823:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"DIHEDRALS_WITHOUT_HYDROGEN"))
                                                 ^
src/parm.C:855:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"EXCLUDED_ATOMS_LIST"))
                                          ^
src/parm.C:876:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"HBOND_ACOEF"))
                                 ^
src/parm.C:894:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"HBOND_BCOEF"))
                                 ^
src/parm.C:912:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"HBCUT"))
                           ^
src/parm.C:933:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"AMBER_ATOM_TYPE"))
                                     ^
src/parm.C:945:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if (!moveto(file,"TREE_CHAIN_CLASSIFICATION"))
                                               ^
src/parm.C:957:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"JOIN_ARRAY"))
                                 ^
src/parm.C:980:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  { if (!moveto(file,"IROTAT"))
                             ^
src/parm.C:1009:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   { if (!moveto(file,"SOLVENT_POINTERS"))
                                        ^
src/parm.C:1034:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   { if (!moveto(file,"ATOMS_PER_MOLECULE"))
                                          ^
src/parm.C:1050:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    if (!moveto(file,"BOX_DIMENSIONS"))
                                     ^
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/imd.o -c src/imd.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/CompressPsf.o -c src/CompressPsf.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/PluginIOMgr.o -c src/PluginIOMgr.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/DataExchanger.o -c src/DataExchanger.C
CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/ParallelIOMgr.o -c src/ParallelIOMgr.C
cc -Iplugins/molfile_plugin/src -Iplugins/include -DSTATIC_PLUGIN -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -o obj/dcdplugin.o -c -DVMDPLUGIN=molfile_dcdplugin plugins/molfile_plugin/src/dcdplugin.c
cc -Iplugins/molfile_plugin/src -Iplugins/include -DSTATIC_PLUGIN -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -o obj/jsplugin.o -c -DVMDPLUGIN=molfile_jsplugin plugins/molfile_plugin/src/jsplugin.c
cc -Iplugins/molfile_plugin/src -Iplugins/include -DSTATIC_PLUGIN -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -o obj/namdbinplugin.o -c -DVMDPLUGIN=molfile_namdbinplugin plugins/molfile_plugin/src/namdbinplugin.c
cc -Iplugins/molfile_plugin/src -Iplugins/include -DSTATIC_PLUGIN -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -o obj/pdbplugin.o -c -DVMDPLUGIN=molfile_pdbplugin plugins/molfile_plugin/src/pdbplugin.c
cc -Iplugins/molfile_plugin/src -Iplugins/include -DSTATIC_PLUGIN -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -o obj/psfplugin.o -c -DVMDPLUGIN=molfile_psfplugin plugins/molfile_plugin/src/psfplugin.c
rm -f obj/buildinfo.C; echo 'const char *namd_build_date = ' \"`date`\"\; > obj/buildinfo.C; echo 'const char *namd_build_user = ' \"bwjenkins\"\; >> obj/buildinfo.C; echo 'const char *namd_build_machine = ' \"`hostname`\"\; >> obj/buildinfo.C; cat obj/buildinfo.C; CC -DNOHOSTNAME -DNO_GETPWUID -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Isrc -Iinc    -Iplugins/include -DSTATIC_PLUGIN -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -I/opt/cray/fftw/3.3.4.11/interlagos/include -DNAMD_FFTW -DNAMD_FFTW_3     -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR    -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer  -o obj/buildinfo.o -c obj/buildinfo.C
const char *namd_build_date =  "Thu Dec 16 18:45:06 CST 2021";
const char *namd_build_user =  "bwjenkins";
const char *namd_build_machine =  "jyc1";
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmc -verbose -ld++-option \
	'-I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -DCMK_OPTIMIZE=1 -Iinc -Isrc -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer ' \
	"-module NeighborLB -module HybridLB -module RefineLB -module GreedyLB -module CkMulticast" -language charm++ \
	obj/buildinfo.o \
	obj/ComputeMoa.o obj/ComputeMsm.o obj/ComputeMsmMsa.o obj/ComputeMsmSerial.o obj/ComputeFmmSerial.o obj/msm.o obj/msm_longrng.o obj/msm_longrng_sprec.o obj/msm_setup.o obj/msm_shortrng.o obj/msm_shortrng_sprec.o obj/wkfutils.o obj/common.o obj/dcdlib.o obj/erf.o obj/fitrms.o obj/main.o obj/mainfunc.o obj/memusage.o obj/strlib.o obj/AlgSeven.o obj/AlgRecBisection.o obj/AlgNbor.o obj/AtomMap.o obj/BackEnd.o obj/BroadcastMgr.o obj/BroadcastClient.o obj/CollectionMaster.o obj/CollectionMgr.o obj/Communicate.o obj/Compute.o obj/ComputeAngles.o obj/ComputeAniso.o obj/ComputeBonds.o obj/ComputeConsForce.o obj/ComputeConsForceMsgs.o obj/ComputeCrossterms.o obj/ComputeCylindricalBC.o obj/ComputeDihedrals.o obj/ComputeDPME.o obj/ComputeDPMEMsgs.o obj/ComputeDPMTA.o obj/ComputeEField.o obj/ComputeEwald.o obj/ComputeExt.o obj/ComputeGBISser.o obj/ComputeGBIS.o obj/ComputeGromacsPair.o obj/ComputeLCPO.o obj/ComputeFullDirect.o obj/ComputeHomePatch.o obj/ComputeHomePatches.o obj/ComputeImpropers.o obj/ComputeGlobal.o obj/ComputeGlobalMsgs.o obj/ComputeGridForce.o obj/ComputeMap.o obj/ComputeMgr.o obj/ComputeNonbondedSelf.o obj/ComputeNonbondedPair.o obj/ComputeNonbondedUtil.o obj/ComputeNonbondedStd.o obj/ComputeNonbondedFEP.o obj/ComputeNonbondedGo.o obj/ComputeNonbondedTI.o obj/ComputeNonbondedLES.o obj/ComputeNonbondedPProf.o obj/ComputeNonbondedTabEnergies.o obj/ComputeNonbondedCUDA.o obj/ComputeNonbondedCUDAExcl.o obj/ComputeNonbondedMIC.o obj/ComputeNonbondedMICKernel.o obj/ComputePatch.o obj/ComputePatchPair.o obj/ComputePme.o obj/OptPme.o obj/OptPmeRealSpace.o obj/ComputeRestraints.o obj/ComputeSphericalBC.o obj/ComputeStir.o obj/ComputeTclBC.o obj/ComputeThole.o obj/ConfigList.o obj/Controller.o obj/ccsinterface.o obj/DataStream.o obj/DumpBench.o obj/FreeEnergyAssert.o obj/FreeEnergyGroup.o obj/FreeEnergyLambda.o obj/FreeEnergyLambdMgr.o obj/FreeEnergyParse.o obj/FreeEnergyRestrain.o obj/FreeEnergyRMgr.o obj/FreeEnergyVector.o obj/fstream_namd.o obj/GlobalMaster.o obj/GlobalMasterServer.o obj/GlobalMasterTest.o obj/GlobalMasterIMD.o obj/GlobalMasterTcl.o obj/GlobalMasterSMD.o obj/GlobalMasterTMD.o obj/Matrix4Symmetry.o obj/GlobalMasterSymmetry.o obj/GlobalMasterFreeEnergy.o obj/GlobalMasterEasy.o obj/GlobalMasterMisc.o obj/colvar.o obj/colvaratoms.o obj/colvarbias.o obj/colvarbias_abf.o obj/colvarbias_alb.o obj/colvarbias_meta.o obj/colvarbias_restraint.o obj/colvarcomp.o obj/colvarcomp_angles.o obj/colvarcomp_coordnums.o obj/colvarcomp_distances.o obj/colvarcomp_protein.o obj/colvarcomp_rotations.o obj/colvargrid.o obj/colvarmodule.o obj/colvarparse.o obj/colvarproxy_namd.o obj/colvarscript.o obj/colvartypes.o obj/colvarvalue.o obj/GridForceGrid.o obj/GromacsTopFile.o obj/heap.o obj/HomePatch.o obj/IMDOutput.o obj/InfoStream.o obj/LdbCoordinator.o obj/LJTable.o obj/Measure.o obj/MGridforceParams.o obj/MStream.o obj/MigrateAtomsMsg.o obj/Molecule.o obj/Molecule2.o obj/GoMolecule.o obj/NamdCentLB.o obj/NamdNborLB.o obj/NamdHybridLB.o obj/NamdDummyLB.o obj/NamdState.o obj/NamdOneTools.o obj/Node.o obj/Output.o obj/Parameters.o obj/ParseOptions.o obj/Patch.o obj/PatchMgr.o obj/PatchMap.o obj/PDB.o obj/PDBData.o obj/PmeKSpace.o obj/PmeRealSpace.o obj/ProcessorPrivate.o obj/ProxyMgr.o obj/ProxyPatch.o obj/Rebalancer.o obj/RecBisection.o obj/ReductionMgr.o obj/RefineOnly.o obj/RefineTorusLB.o obj/ScriptTcl.o obj/Sequencer.o obj/Set.o obj/Settle.o obj/SimParameters.o obj/SortAtoms.o obj/Sync.o obj/TclCommands.o obj/TorusLB.o obj/WorkDistrib.o obj/pub3dfft.o obj/vmdsock.o obj/parm.o obj/imd.o obj/CompressPsf.o obj/PluginIOMgr.o obj/DataExchanger.o obj/ParallelIOMgr.o  \
	 \
	 \
	 \
	 \
	 \
	-L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib -ltcl8.5 -ldl \
	-L/opt/cray/fftw/3.3.4.11/interlagos/lib/lib -lfftw3f \
	obj/dcdplugin.o obj/jsplugin.o obj/namdbinplugin.o obj/pdbplugin.o obj/psfplugin.o \
	 \
	 \
	-lm -o namd2
Verbose mode set
Adding file obj/buildinfo.o...
Adding file obj/ComputeMoa.o...
Adding file obj/ComputeMsm.o...
Adding file obj/ComputeMsmMsa.o...
Adding file obj/ComputeMsmSerial.o...
Adding file obj/ComputeFmmSerial.o...
Adding file obj/msm.o...
Adding file obj/msm_longrng.o...
Adding file obj/msm_longrng_sprec.o...
Adding file obj/msm_setup.o...
Adding file obj/msm_shortrng.o...
Adding file obj/msm_shortrng_sprec.o...
Adding file obj/wkfutils.o...
Adding file obj/common.o...
Adding file obj/dcdlib.o...
Adding file obj/erf.o...
Adding file obj/fitrms.o...
Adding file obj/main.o...
Adding file obj/mainfunc.o...
Adding file obj/memusage.o...
Adding file obj/strlib.o...
Adding file obj/AlgSeven.o...
Adding file obj/AlgRecBisection.o...
Adding file obj/AlgNbor.o...
Adding file obj/AtomMap.o...
Adding file obj/BackEnd.o...
Adding file obj/BroadcastMgr.o...
Adding file obj/BroadcastClient.o...
Adding file obj/CollectionMaster.o...
Adding file obj/CollectionMgr.o...
Adding file obj/Communicate.o...
Adding file obj/Compute.o...
Adding file obj/ComputeAngles.o...
Adding file obj/ComputeAniso.o...
Adding file obj/ComputeBonds.o...
Adding file obj/ComputeConsForce.o...
Adding file obj/ComputeConsForceMsgs.o...
Adding file obj/ComputeCrossterms.o...
Adding file obj/ComputeCylindricalBC.o...
Adding file obj/ComputeDihedrals.o...
Adding file obj/ComputeDPME.o...
Adding file obj/ComputeDPMEMsgs.o...
Adding file obj/ComputeDPMTA.o...
Adding file obj/ComputeEField.o...
Adding file obj/ComputeEwald.o...
Adding file obj/ComputeExt.o...
Adding file obj/ComputeGBISser.o...
Adding file obj/ComputeGBIS.o...
Adding file obj/ComputeGromacsPair.o...
Adding file obj/ComputeLCPO.o...
Adding file obj/ComputeFullDirect.o...
Adding file obj/ComputeHomePatch.o...
Adding file obj/ComputeHomePatches.o...
Adding file obj/ComputeImpropers.o...
Adding file obj/ComputeGlobal.o...
Adding file obj/ComputeGlobalMsgs.o...
Adding file obj/ComputeGridForce.o...
Adding file obj/ComputeMap.o...
Adding file obj/ComputeMgr.o...
Adding file obj/ComputeNonbondedSelf.o...
Adding file obj/ComputeNonbondedPair.o...
Adding file obj/ComputeNonbondedUtil.o...
Adding file obj/ComputeNonbondedStd.o...
Adding file obj/ComputeNonbondedFEP.o...
Adding file obj/ComputeNonbondedGo.o...
Adding file obj/ComputeNonbondedTI.o...
Adding file obj/ComputeNonbondedLES.o...
Adding file obj/ComputeNonbondedPProf.o...
Adding file obj/ComputeNonbondedTabEnergies.o...
Adding file obj/ComputeNonbondedCUDA.o...
Adding file obj/ComputeNonbondedCUDAExcl.o...
Adding file obj/ComputeNonbondedMIC.o...
Adding file obj/ComputeNonbondedMICKernel.o...
Adding file obj/ComputePatch.o...
Adding file obj/ComputePatchPair.o...
Adding file obj/ComputePme.o...
Adding file obj/OptPme.o...
Adding file obj/OptPmeRealSpace.o...
Adding file obj/ComputeRestraints.o...
Adding file obj/ComputeSphericalBC.o...
Adding file obj/ComputeStir.o...
Adding file obj/ComputeTclBC.o...
Adding file obj/ComputeThole.o...
Adding file obj/ConfigList.o...
Adding file obj/Controller.o...
Adding file obj/ccsinterface.o...
Adding file obj/DataStream.o...
Adding file obj/DumpBench.o...
Adding file obj/FreeEnergyAssert.o...
Adding file obj/FreeEnergyGroup.o...
Adding file obj/FreeEnergyLambda.o...
Adding file obj/FreeEnergyLambdMgr.o...
Adding file obj/FreeEnergyParse.o...
Adding file obj/FreeEnergyRestrain.o...
Adding file obj/FreeEnergyRMgr.o...
Adding file obj/FreeEnergyVector.o...
Adding file obj/fstream_namd.o...
Adding file obj/GlobalMaster.o...
Adding file obj/GlobalMasterServer.o...
Adding file obj/GlobalMasterTest.o...
Adding file obj/GlobalMasterIMD.o...
Adding file obj/GlobalMasterTcl.o...
Adding file obj/GlobalMasterSMD.o...
Adding file obj/GlobalMasterTMD.o...
Adding file obj/Matrix4Symmetry.o...
Adding file obj/GlobalMasterSymmetry.o...
Adding file obj/GlobalMasterFreeEnergy.o...
Adding file obj/GlobalMasterEasy.o...
Adding file obj/GlobalMasterMisc.o...
Adding file obj/colvar.o...
Adding file obj/colvaratoms.o...
Adding file obj/colvarbias.o...
Adding file obj/colvarbias_abf.o...
Adding file obj/colvarbias_alb.o...
Adding file obj/colvarbias_meta.o...
Adding file obj/colvarbias_restraint.o...
Adding file obj/colvarcomp.o...
Adding file obj/colvarcomp_angles.o...
Adding file obj/colvarcomp_coordnums.o...
Adding file obj/colvarcomp_distances.o...
Adding file obj/colvarcomp_protein.o...
Adding file obj/colvarcomp_rotations.o...
Adding file obj/colvargrid.o...
Adding file obj/colvarmodule.o...
Adding file obj/colvarparse.o...
Adding file obj/colvarproxy_namd.o...
Adding file obj/colvarscript.o...
Adding file obj/colvartypes.o...
Adding file obj/colvarvalue.o...
Adding file obj/GridForceGrid.o...
Adding file obj/GromacsTopFile.o...
Adding file obj/heap.o...
Adding file obj/HomePatch.o...
Adding file obj/IMDOutput.o...
Adding file obj/InfoStream.o...
Adding file obj/LdbCoordinator.o...
Adding file obj/LJTable.o...
Adding file obj/Measure.o...
Adding file obj/MGridforceParams.o...
Adding file obj/MStream.o...
Adding file obj/MigrateAtomsMsg.o...
Adding file obj/Molecule.o...
Adding file obj/Molecule2.o...
Adding file obj/GoMolecule.o...
Adding file obj/NamdCentLB.o...
Adding file obj/NamdNborLB.o...
Adding file obj/NamdHybridLB.o...
Adding file obj/NamdDummyLB.o...
Adding file obj/NamdState.o...
Adding file obj/NamdOneTools.o...
Adding file obj/Node.o...
Adding file obj/Output.o...
Adding file obj/Parameters.o...
Adding file obj/ParseOptions.o...
Adding file obj/Patch.o...
Adding file obj/PatchMgr.o...
Adding file obj/PatchMap.o...
Adding file obj/PDB.o...
Adding file obj/PDBData.o...
Adding file obj/PmeKSpace.o...
Adding file obj/PmeRealSpace.o...
Adding file obj/ProcessorPrivate.o...
Adding file obj/ProxyMgr.o...
Adding file obj/ProxyPatch.o...
Adding file obj/Rebalancer.o...
Adding file obj/RecBisection.o...
Adding file obj/ReductionMgr.o...
Adding file obj/RefineOnly.o...
Adding file obj/RefineTorusLB.o...
Adding file obj/ScriptTcl.o...
Adding file obj/Sequencer.o...
Adding file obj/Set.o...
Adding file obj/Settle.o...
Adding file obj/SimParameters.o...
Adding file obj/SortAtoms.o...
Adding file obj/Sync.o...
Adding file obj/TclCommands.o...
Adding file obj/TorusLB.o...
Adding file obj/WorkDistrib.o...
Adding file obj/pub3dfft.o...
Adding file obj/vmdsock.o...
Adding file obj/parm.o...
Adding file obj/imd.o...
Adding file obj/CompressPsf.o...
Adding file obj/PluginIOMgr.o...
Adding file obj/DataExchanger.o...
Adding file obj/ParallelIOMgr.o...
Adding file obj/dcdplugin.o...
Adding file obj/jsplugin.o...
Adding file obj/namdbinplugin.o...
Adding file obj/pdbplugin.o...
Adding file obj/psfplugin.o...
OpenMP support not enabled
charmc> ----------- Module dependency search ------------
charmc> ----------- Module dependency search complete ------------
Adding registration for module NeighborLB
Adding registration for module HybridLB
Adding registration for module RefineLB
Adding registration for module GreedyLB
Adding registration for module CkMulticast
charmc: Executing CC -I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include -I/opt/cray/pmi/5.0.11/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include -I/opt/cray/wlm_detect/1.0-1.0502.64649.2.2.gem/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.30.gem/include -I/opt/cray-hss-devel/7.2.0/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -D__CHARMC__=1 -DCMK_OPTIMIZE=1 -Iinc -Isrc -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -U_FORTIFY_SOURCE -c moduleinit7200.C -o moduleinit7200.o
charmc> All libraries are: -L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../include /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libldb-rand.o obj/buildinfo.o obj/ComputeMoa.o obj/ComputeMsm.o obj/ComputeMsmMsa.o obj/ComputeMsmSerial.o obj/ComputeFmmSerial.o obj/msm.o obj/msm_longrng.o obj/msm_longrng_sprec.o obj/msm_setup.o obj/msm_shortrng.o obj/msm_shortrng_sprec.o obj/wkfutils.o obj/common.o obj/dcdlib.o obj/erf.o obj/fitrms.o obj/main.o obj/mainfunc.o obj/memusage.o obj/strlib.o obj/AlgSeven.o obj/AlgRecBisection.o obj/AlgNbor.o obj/AtomMap.o obj/BackEnd.o obj/BroadcastMgr.o obj/BroadcastClient.o obj/CollectionMaster.o obj/CollectionMgr.o obj/Communicate.o obj/Compute.o obj/ComputeAngles.o obj/ComputeAniso.o obj/ComputeBonds.o obj/ComputeConsForce.o obj/ComputeConsForceMsgs.o obj/ComputeCrossterms.o obj/ComputeCylindricalBC.o obj/ComputeDihedrals.o obj/ComputeDPME.o obj/ComputeDPMEMsgs.o obj/ComputeDPMTA.o obj/ComputeEField.o obj/ComputeEwald.o obj/ComputeExt.o obj/ComputeGBISser.o obj/ComputeGBIS.o obj/ComputeGromacsPair.o obj/ComputeLCPO.o obj/ComputeFullDirect.o obj/ComputeHomePatch.o obj/ComputeHomePatches.o obj/ComputeImpropers.o obj/ComputeGlobal.o obj/ComputeGlobalMsgs.o obj/ComputeGridForce.o obj/ComputeMap.o obj/ComputeMgr.o obj/ComputeNonbondedSelf.o obj/ComputeNonbondedPair.o obj/ComputeNonbondedUtil.o obj/ComputeNonbondedStd.o obj/ComputeNonbondedFEP.o obj/ComputeNonbondedGo.o obj/ComputeNonbondedTI.o obj/ComputeNonbondedLES.o obj/ComputeNonbondedPProf.o obj/ComputeNonbondedTabEnergies.o obj/ComputeNonbondedCUDA.o obj/ComputeNonbondedCUDAExcl.o obj/ComputeNonbondedMIC.o obj/ComputeNonbondedMICKernel.o obj/ComputePatch.o obj/ComputePatchPair.o obj/ComputePme.o obj/OptPme.o obj/OptPmeRealSpace.o obj/ComputeRestraints.o obj/ComputeSphericalBC.o obj/ComputeStir.o obj/ComputeTclBC.o obj/ComputeThole.o obj/ConfigList.o obj/Controller.o obj/ccsinterface.o obj/DataStream.o obj/DumpBench.o obj/FreeEnergyAssert.o obj/FreeEnergyGroup.o obj/FreeEnergyLambda.o obj/FreeEnergyLambdMgr.o obj/FreeEnergyParse.o obj/FreeEnergyRestrain.o obj/FreeEnergyRMgr.o obj/FreeEnergyVector.o obj/fstream_namd.o obj/GlobalMaster.o obj/GlobalMasterServer.o obj/GlobalMasterTest.o obj/GlobalMasterIMD.o obj/GlobalMasterTcl.o obj/GlobalMasterSMD.o obj/GlobalMasterTMD.o obj/Matrix4Symmetry.o obj/GlobalMasterSymmetry.o obj/GlobalMasterFreeEnergy.o obj/GlobalMasterEasy.o obj/GlobalMasterMisc.o obj/colvar.o obj/colvaratoms.o obj/colvarbias.o obj/colvarbias_abf.o obj/colvarbias_alb.o obj/colvarbias_meta.o obj/colvarbias_restraint.o obj/colvarcomp.o obj/colvarcomp_angles.o obj/colvarcomp_coordnums.o obj/colvarcomp_distances.o obj/colvarcomp_protein.o obj/colvarcomp_rotations.o obj/colvargrid.o obj/colvarmodule.o obj/colvarparse.o obj/colvarproxy_namd.o obj/colvarscript.o obj/colvartypes.o obj/colvarvalue.o obj/GridForceGrid.o obj/GromacsTopFile.o obj/heap.o obj/HomePatch.o obj/IMDOutput.o obj/InfoStream.o obj/LdbCoordinator.o obj/LJTable.o obj/Measure.o obj/MGridforceParams.o obj/MStream.o obj/MigrateAtomsMsg.o obj/Molecule.o obj/Molecule2.o obj/GoMolecule.o obj/NamdCentLB.o obj/NamdNborLB.o obj/NamdHybridLB.o obj/NamdDummyLB.o obj/NamdState.o obj/NamdOneTools.o obj/Node.o obj/Output.o obj/Parameters.o obj/ParseOptions.o obj/Patch.o obj/PatchMgr.o obj/PatchMap.o obj/PDB.o obj/PDBData.o obj/PmeKSpace.o obj/PmeRealSpace.o obj/ProcessorPrivate.o obj/ProxyMgr.o obj/ProxyPatch.o obj/Rebalancer.o obj/RecBisection.o obj/ReductionMgr.o obj/RefineOnly.o obj/RefineTorusLB.o obj/ScriptTcl.o obj/Sequencer.o obj/Set.o obj/Settle.o obj/SimParameters.o obj/SortAtoms.o obj/Sync.o obj/TclCommands.o obj/TorusLB.o obj/WorkDistrib.o obj/pub3dfft.o obj/vmdsock.o obj/parm.o obj/imd.o obj/CompressPsf.o obj/PluginIOMgr.o obj/DataExchanger.o obj/ParallelIOMgr.o obj/dcdplugin.o obj/jsplugin.o obj/namdbinplugin.o obj/pdbplugin.o obj/psfplugin.o moduleinit7200.o -lmoduleCkMulticast -lmoduleGreedyLB -lmoduleRefineLB -lmoduleHybridLB -lmoduleNeighborLB /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libmemory-default.o /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libthreads-default.o -lckmain -lck -lconv-cplus-y -lconv-core -lconv-util -lconv-partition -lckqt -ldl -lrt -ltcl8.5 -ldl -lfftw3f -lm -lmoduleNeighborLB -lmoduleHybridLB -lmoduleRefineLB -lmoduleGreedyLB -lmoduleCkMulticast -lm
charmc: Executing CC -I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include -I/opt/cray/pmi/5.0.11/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include -I/opt/cray/wlm_detect/1.0-1.0502.64649.2.2.gem/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.30.gem/include -I/opt/cray-hss-devel/7.2.0/include -I/opt/cray/gni-headers/4.0-1.0502.10859.9.27.gem/include -I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include -rdynamic -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib -L/opt/cray/fftw/3.3.4.11/interlagos/lib/lib -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/include -o namd2 -L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../include /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libldb-rand.o obj/buildinfo.o obj/ComputeMoa.o obj/ComputeMsm.o obj/ComputeMsmMsa.o obj/ComputeMsmSerial.o obj/ComputeFmmSerial.o obj/msm.o obj/msm_longrng.o obj/msm_longrng_sprec.o obj/msm_setup.o obj/msm_shortrng.o obj/msm_shortrng_sprec.o obj/wkfutils.o obj/common.o obj/dcdlib.o obj/erf.o obj/fitrms.o obj/main.o obj/mainfunc.o obj/memusage.o obj/strlib.o obj/AlgSeven.o obj/AlgRecBisection.o obj/AlgNbor.o obj/AtomMap.o obj/BackEnd.o obj/BroadcastMgr.o obj/BroadcastClient.o obj/CollectionMaster.o obj/CollectionMgr.o obj/Communicate.o obj/Compute.o obj/ComputeAngles.o obj/ComputeAniso.o obj/ComputeBonds.o obj/ComputeConsForce.o obj/ComputeConsForceMsgs.o obj/ComputeCrossterms.o obj/ComputeCylindricalBC.o obj/ComputeDihedrals.o obj/ComputeDPME.o obj/ComputeDPMEMsgs.o obj/ComputeDPMTA.o obj/ComputeEField.o obj/ComputeEwald.o obj/ComputeExt.o obj/ComputeGBISser.o obj/ComputeGBIS.o obj/ComputeGromacsPair.o obj/ComputeLCPO.o obj/ComputeFullDirect.o obj/ComputeHomePatch.o obj/ComputeHomePatches.o obj/ComputeImpropers.o obj/ComputeGlobal.o obj/ComputeGlobalMsgs.o obj/ComputeGridForce.o obj/ComputeMap.o obj/ComputeMgr.o obj/ComputeNonbondedSelf.o obj/ComputeNonbondedPair.o obj/ComputeNonbondedUtil.o obj/ComputeNonbondedStd.o obj/ComputeNonbondedFEP.o obj/ComputeNonbondedGo.o obj/ComputeNonbondedTI.o obj/ComputeNonbondedLES.o obj/ComputeNonbondedPProf.o obj/ComputeNonbondedTabEnergies.o obj/ComputeNonbondedCUDA.o obj/ComputeNonbondedCUDAExcl.o obj/ComputeNonbondedMIC.o obj/ComputeNonbondedMICKernel.o obj/ComputePatch.o obj/ComputePatchPair.o obj/ComputePme.o obj/OptPme.o obj/OptPmeRealSpace.o obj/ComputeRestraints.o obj/ComputeSphericalBC.o obj/ComputeStir.o obj/ComputeTclBC.o obj/ComputeThole.o obj/ConfigList.o obj/Controller.o obj/ccsinterface.o obj/DataStream.o obj/DumpBench.o obj/FreeEnergyAssert.o obj/FreeEnergyGroup.o obj/FreeEnergyLambda.o obj/FreeEnergyLambdMgr.o obj/FreeEnergyParse.o obj/FreeEnergyRestrain.o obj/FreeEnergyRMgr.o obj/FreeEnergyVector.o obj/fstream_namd.o obj/GlobalMaster.o obj/GlobalMasterServer.o obj/GlobalMasterTest.o obj/GlobalMasterIMD.o obj/GlobalMasterTcl.o obj/GlobalMasterSMD.o obj/GlobalMasterTMD.o obj/Matrix4Symmetry.o obj/GlobalMasterSymmetry.o obj/GlobalMasterFreeEnergy.o obj/GlobalMasterEasy.o obj/GlobalMasterMisc.o obj/colvar.o obj/colvaratoms.o obj/colvarbias.o obj/colvarbias_abf.o obj/colvarbias_alb.o obj/colvarbias_meta.o obj/colvarbias_restraint.o obj/colvarcomp.o obj/colvarcomp_angles.o obj/colvarcomp_coordnums.o obj/colvarcomp_distances.o obj/colvarcomp_protein.o obj/colvarcomp_rotations.o obj/colvargrid.o obj/colvarmodule.o obj/colvarparse.o obj/colvarproxy_namd.o obj/colvarscript.o obj/colvartypes.o obj/colvarvalue.o obj/GridForceGrid.o obj/GromacsTopFile.o obj/heap.o obj/HomePatch.o obj/IMDOutput.o obj/InfoStream.o obj/LdbCoordinator.o obj/LJTable.o obj/Measure.o obj/MGridforceParams.o obj/MStream.o obj/MigrateAtomsMsg.o obj/Molecule.o obj/Molecule2.o obj/GoMolecule.o obj/NamdCentLB.o obj/NamdNborLB.o obj/NamdHybridLB.o obj/NamdDummyLB.o obj/NamdState.o obj/NamdOneTools.o obj/Node.o obj/Output.o obj/Parameters.o obj/ParseOptions.o obj/Patch.o obj/PatchMgr.o obj/PatchMap.o obj/PDB.o obj/PDBData.o obj/PmeKSpace.o obj/PmeRealSpace.o obj/ProcessorPrivate.o obj/ProxyMgr.o obj/ProxyPatch.o obj/Rebalancer.o obj/RecBisection.o obj/ReductionMgr.o obj/RefineOnly.o obj/RefineTorusLB.o obj/ScriptTcl.o obj/Sequencer.o obj/Set.o obj/Settle.o obj/SimParameters.o obj/SortAtoms.o obj/Sync.o obj/TclCommands.o obj/TorusLB.o obj/WorkDistrib.o obj/pub3dfft.o obj/vmdsock.o obj/parm.o obj/imd.o obj/CompressPsf.o obj/PluginIOMgr.o obj/DataExchanger.o obj/ParallelIOMgr.o obj/dcdplugin.o obj/jsplugin.o obj/namdbinplugin.o obj/pdbplugin.o obj/psfplugin.o moduleinit7200.o -lmoduleCkMulticast -lmoduleGreedyLB -lmoduleRefineLB -lmoduleHybridLB -lmoduleNeighborLB /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libmemory-default.o /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/../lib/libthreads-default.o -lckmain -lck -lconv-cplus-y -lconv-core -lconv-util -lconv-partition -lckqt -ldl -lrt -ltcl8.5 -ldl -lfftw3f -lm -lmoduleNeighborLB -lmoduleHybridLB -lmoduleRefineLB -lmoduleGreedyLB -lmoduleCkMulticast -lm
charmc: Executing rm -f charmrun
charmc: Executing cp -p /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmrun charmrun
rm -f moduleinit7200.C moduleinit7200.o
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/tcl_main.o -c sb/src/tcl_main.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/tcl_psfgen.o -c sb/src/tcl_psfgen.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/charmm_file.o -c sb/src/charmm_file.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/charmm_parse_topo_defs.o -c sb/src/charmm_parse_topo_defs.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/extract_alias.o -c sb/src/extract_alias.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/hash.o -c sb/src/hash.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/hasharray.o -c sb/src/hasharray.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/memarena.o -c sb/src/memarena.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/pdb_file.o -c sb/src/pdb_file.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/pdb_file_extract.o -c sb/src/pdb_file_extract.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/psf_file.o -c sb/src/psf_file.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/psf_file_extract.o -c sb/src/psf_file_extract.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/topo_defs.o -c sb/src/topo_defs.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/topo_mol.o -c sb/src/topo_mol.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/topo_mol_output.o -c sb/src/topo_mol_output.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/topo_mol_pluginio.o -c sb/src/topo_mol_pluginio.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/stringhash.o -c sb/src/stringhash.c
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o psfgen obj/tcl_main.o obj/tcl_psfgen.o obj/charmm_file.o obj/charmm_parse_topo_defs.o obj/extract_alias.o obj/hash.o obj/hasharray.o obj/memarena.o obj/pdb_file.o obj/pdb_file_extract.o obj/psf_file.o obj/psf_file_extract.o obj/topo_defs.o obj/topo_mol.o obj/topo_mol_output.o obj/topo_mol_pluginio.o obj/stringhash.o obj/dcdplugin.o obj/jsplugin.o obj/namdbinplugin.o obj/pdbplugin.o obj/psfplugin.o -L/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/lib -ltcl8.5 -ldl  -lm
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o obj/sortreplicas.o -c src/sortreplicas.c
src/sortreplicas.c: In function 'main':
src/sortreplicas.c:52:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(-1);
     ^
src/sortreplicas.c:52:5: warning: incompatible implicit declaration of built-in function 'exit'
src/sortreplicas.c:52:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:55:18: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
   num_replicas = atoi(argv[2]);
                  ^
src/sortreplicas.c:85:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(-1);
       ^
src/sortreplicas.c:85:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:92:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(-1);
       ^
src/sortreplicas.c:92:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:102:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:102:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:110:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:110:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:131:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(-1);
       ^
src/sortreplicas.c:131:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:138:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(-1);
       ^
src/sortreplicas.c:138:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:146:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:146:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:172:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:172:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:178:11: warning: incompatible implicit declaration of built-in function 'exit'
           exit(-1);
           ^
src/sortreplicas.c:178:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:188:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:188:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:193:9: warning: incompatible implicit declaration of built-in function 'exit'
         exit(-1);
         ^
src/sortreplicas.c:193:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:219:11: warning: incompatible implicit declaration of built-in function 'exit'
           exit(-1);
           ^
src/sortreplicas.c:219:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:225:11: warning: incompatible implicit declaration of built-in function 'exit'
           exit(-1);
           ^
src/sortreplicas.c:225:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/sortreplicas.c:259:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
   free(frame.coords);
   ^
src/sortreplicas.c:259:3: warning: incompatible implicit declaration of built-in function 'free'
src/sortreplicas.c:259:3: note: include '<stdlib.h>' or provide a declaration of 'free'
src/sortreplicas.c:281:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(0);
   ^
src/sortreplicas.c:281:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
cc -Isb/src -Iplugins/include -DSTATIC_PLUGIN -DPSFGEN_USEPLUGINS -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o sortreplicas obj/sortreplicas.o obj/dcdplugin.o obj/jsplugin.o obj/namdbinplugin.o obj/pdbplugin.o obj/psfplugin.o -lm
cc -Isrc -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o flipdcd src/flipdcd.c || \
	echo "#!/bin/sh\necho unavailable on this platform" > flipdcd; \
	chmod +x flipdcd
src/flipdcd.c: In function 'main':
src/flipdcd.c:42:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(-1);
   ^
src/flipdcd.c:42:3: warning: incompatible implicit declaration of built-in function 'exit'
src/flipdcd.c:42:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipdcd.c:47:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
    if ((strncmp(argv[argcount],"-S",2) == 0) || (strncmp(argv[argcount],"-s",2) == 0)){
         ^
cc -Isrc -I/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/include -DNAMD_TCL -O3 -ffast-math -fexpensive-optimizations -fomit-frame-pointer -DNAMD_VERSION=\"2.10\" -DNAMD_PLATFORM=\"CRAY-XT-ugni\"  -DREMOVE_PROXYRESULTMSG_EXTRACOPY -DNODEAWARE_PROXY_SPANNINGTREE -DUSE_NODEPATCHMGR  -o flipbinpdb src/flipbinpdb.c || \
	echo "#!/bin/sh\necho unavailable on this platform" > flipbinpdb; \
	chmod +x flipbinpdb
src/flipbinpdb.c: In function 'main':
src/flipbinpdb.c:30:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(-1);
   ^
src/flipbinpdb.c:30:3: warning: incompatible implicit declaration of built-in function 'exit'
src/flipbinpdb.c:30:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipbinpdb.c:35:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(-1);
   ^
src/flipbinpdb.c:35:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipbinpdb.c:40:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(-1);
   ^
src/flipbinpdb.c:40:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipbinpdb.c:47:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(-1);
   ^
src/flipbinpdb.c:47:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipbinpdb.c:53:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit(-1);
   ^
src/flipbinpdb.c:53:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
src/flipbinpdb.c:64:1: warning: incompatible implicit declaration of built-in function 'exit'
 exit(0);
 ^
src/flipbinpdb.c:64:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
cp /scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/NAMD_2.10_Source/charm-6.6.1/gni-crayxc/bin/charmrun charmrun
  if [ $? -ne 0 ] ; then
    echo "$PACKAGE make failed"
    exit 1
  fi

mkdir $SW_BLDDIR/bin
mkdir: cannot create directory `/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/bin': File exists
cp namd2 $SW_BLDDIR/bin
cp charmrun $SW_BLDDIR/bin
cp flipbinpdb $SW_BLDDIR/bin
cp flipdcd $SW_BLDDIR/bin
cp psfgen $SW_BLDDIR/bin

cd ../

############################### if this far, return 0
exit 0
['/scratch/system/bwjenkins/tests/namd/2.10']
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/rebuild : passed (0)

[SSH] completed
[SSH] exit-status: 0

[SSH] script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_ROOT="/scratch/system/bwjenkins/tests"
SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir"

echo $PATH $SW_CONFIG $PYTHONPATH SW_WORKDIR > /dev/null
export SW_CONFIG=$SW_CONFIG
export SW_WORKDIR=$SW_WORKDIR

cd $SW_ROOT
cd namd/2.10/cle5.2_gnu5.1.0
swtestwait
pwd
chmod -R 755 $SW_ROOT
# recalculate the cputime memory and wallclock file contents since the retest script is broken
~arnoldg/namd/findvals.sh
ls -lt


[SSH] executing...
Waiting for job 598579.jyc to start ... 
Submitted job 598579.jyc is running. Following .running ... 
598579.jyc
Charm++> Running on Gemini (GNI) with 4 processes
Charm++> static SMSG
Charm++> SMSG memory: 19.8KB
Charm++> memory pool init block size: 8MB, total memory pool limit 0MB (0 means no limit)
Charm++> memory pool registered memory limit: 200000MB, send limit: 100000MB
Charm++> Cray TLB page size: 2048K
Charm++> Running in non-SMP mode: numPes 4
Charm++> Using recursive bisection (scheme 3) for topology aware partitions
Converse/Charm++ Commit ID: v6.6.1-rc1-1-gba7c3c3-namd-charm-6.6.1-build-2014-Dec-08-28969
CharmLB> Load balancer assumes all CPUs are same.
Charm++> Running on 1 unique compute nodes (32-way SMP).
Info: NAMD 2.10 for CRAY-XT-ugni
Info: 
Info: Please visit http://www.ks.uiuc.edu/Research/namd/
Info: for updates, documentation, and support information.
Info: 
Info: Please cite Phillips et al., J. Comp. Chem. 26:1781-1802 (2005)
Info: in all publications reporting results obtained with NAMD.
Info: 
Info: Based on Charm++/Converse 60601 for gni-crayxc
Info: Built Thu Dec 16 18:45:06 CST 2021 by bwjenkins on jyc1
Info: Running on 4 processors, 4 nodes, 1 physical nodes.
Info: CPU topology information available.
Info: Charm++/Converse parallel runtime startup completed at 0.00675978 s
Info: 3103.79 MB of memory in use based on /proc/self/stat
Info: Configuration file is apoa1.namd
Info: Working in the current directory /mnt/abc/scratch/system/bwjenkins/sw_workdir/retest/2021-12-16T18:45:45.875451/namd_2.10_cle5.2_gnu5.1.0
TCL: Suspending until startup complete.
Info: SIMULATION PARAMETERS:
Info: TIMESTEP               1
Info: NUMBER OF STEPS        500
Info: STEPS PER CYCLE        20
Info: PERIODIC CELL BASIS 1  108.861 0 0
Info: PERIODIC CELL BASIS 2  0 108.861 0
Info: PERIODIC CELL BASIS 3  0 0 77.758
Info: PERIODIC CELL CENTER   0 0 0
Info: LOAD BALANCER  Centralized
Info: LOAD BALANCING STRATEGY  New Load Balancers -- DEFAULT
Info: LDB PERIOD             4000 steps
Info: FIRST LDB TIMESTEP     100
Info: LAST LDB TIMESTEP     -1
Info: LDB BACKGROUND SCALING 1
Info: HOM BACKGROUND SCALING 1
Info: PME BACKGROUND SCALING 1
Info: MIN ATOMS PER PATCH    40
Info: INITIAL TEMPERATURE    300
Info: CENTER OF MASS MOVING INITIALLY? NO
Info: DIELECTRIC             1
Info: EXCLUDE                SCALED ONE-FOUR
Info: 1-4 ELECTROSTATICS SCALED BY 1
Info: MODIFIED 1-4 VDW PARAMETERS WILL BE USED
Info: NO DCD TRAJECTORY OUTPUT
Info: NO EXTENDED SYSTEM TRAJECTORY OUTPUT
Info: NO VELOCITY DCD OUTPUT
Info: NO FORCE DCD OUTPUT
Info: OUTPUT FILENAME        /usr/tmp/apoa1-out
Info: BINARY OUTPUT FILES WILL BE USED
Info: NO RESTART FILE
Info: SWITCHING ACTIVE
Info: SWITCHING ON           10
Info: SWITCHING OFF          12
Info: PAIRLIST DISTANCE      13.5
Info: PAIRLIST SHRINK RATE   0.01
Info: PAIRLIST GROW RATE     0.01
Info: PAIRLIST TRIGGER       0.3
Info: PAIRLISTS PER CYCLE    2
Info: PAIRLISTS ENABLED
Info: MARGIN                 0
Info: HYDROGEN GROUP CUTOFF  2.5
Info: PATCH DIMENSION        16
Info: CROSSTERM ENERGY INCLUDED IN DIHEDRAL
Info: TIMING OUTPUT STEPS    20
Info: PARTICLE MESH EWALD (PME) ACTIVE
Info: PME TOLERANCE               1e-06
Info: PME EWALD COEFFICIENT       0.257952
Info: PME INTERPOLATION ORDER     4
Info: PME GRID DIMENSIONS         108 108 80
Info: PME MAXIMUM GRID SPACING    1.5
Info: Attempting to read FFTW data from system
Info: Attempting to read FFTW data from FFTW_NAMD_2.10_CRAY-XT-ugni_FFTW3.txt
Info: Optimizing 6 FFT steps.  1... 2... 3... 4... 5... 6...   Done.
Info: Writing FFTW data to FFTW_NAMD_2.10_CRAY-XT-ugni_FFTW3.txt
Info: FULL ELECTROSTATIC EVALUATION FREQUENCY      4
Info: USING VERLET I (r-RESPA) MTS SCHEME.
Info: C1 SPLITTING OF LONG RANGE ELECTROSTATICS
Info: PLACING ATOMS IN PATCHES BY HYDROGEN GROUPS
Info: RANDOM NUMBER SEED     74269
Info: USE HYDROGEN BONDS?    NO
Info: COORDINATE PDB         apoa1.pdb
Info: STRUCTURE FILE         apoa1.psf
Info: PARAMETER file: XPLOR format! (default) 
Info: PARAMETERS             par_all22_prot_lipid.xplor
Info: PARAMETERS             par_all22_popc.xplor
Info: USING ARITHMETIC MEAN TO COMBINE L-J SIGMA PARAMETERS
Info: SUMMARY OF PARAMETERS:
Info: 177 BONDS
Info: 435 ANGLES
Info: 446 DIHEDRAL
Info: 45 IMPROPER
Info: 0 CROSSTERM
Info: 83 VDW
Info: 6 VDW_PAIRS
Info: 0 NBTHOLE_PAIRS
Info: TIME FOR READING PSF FILE: 4.8472
Info: TIME FOR READING PDB FILE: 0.367399
Info: 
Info: ****************************
Info: STRUCTURE SUMMARY:
Info: 92224 ATOMS
Info: 70660 BONDS
Info: 74136 ANGLES
Info: 74130 DIHEDRALS
Info: 1402 IMPROPERS
Info: 0 CROSSTERMS
Info: 0 EXCLUSIONS
Info: 1568 DIHEDRALS WITH MULTIPLE PERIODICITY (BASED ON PSF FILE)
Info: 276669 DEGREES OF FREEDOM
Info: 32992 HYDROGEN GROUPS
Info: 4 ATOMS IN LARGEST HYDROGEN GROUP
Info: 32992 MIGRATION GROUPS
Info: 4 ATOMS IN LARGEST MIGRATION GROUP
Info: TOTAL MASS = 553785 amu
Info: TOTAL CHARGE = -14 e
Info: MASS DENSITY = 0.997951 g/cm^3
Info: ATOM DENSITY = 0.100081 atoms/A^3
Info: *****************************
Info: 
Info: Entering startup at 6.4267 s, 3129.55 MB of memory in use
Info: Startup phase 0 took 0.000200025 s, 3129.55 MB of memory in use
Info: ADDED 218698 IMPLICIT EXCLUSIONS
Info: Startup phase 1 took 0.198927 s, 3151.57 MB of memory in use
Info: NONBONDED TABLE R-SQUARED SPACING: 0.0625
Info: NONBONDED TABLE SIZE: 769 POINTS
Info: INCONSISTENCY IN FAST TABLE ENERGY VS FORCE: 0.000325096 AT 11.9556
Info: INCONSISTENCY IN SCOR TABLE ENERGY VS FORCE: 0.000324844 AT 11.9556
Info: INCONSISTENCY IN VDWA TABLE ENERGY VS FORCE: 0.0040507 AT 0.251946
Info: INCONSISTENCY IN VDWB TABLE ENERGY VS FORCE: 0.00150189 AT 0.251946
Info: Startup phase 2 took 0.00101651 s, 3151.57 MB of memory in use
Info: Startup phase 3 took 0.000123453 s, 3151.57 MB of memory in use
Info: Startup phase 4 took 0.000395299 s, 3151.57 MB of memory in use
Info: Startup phase 5 took 0.000128825 s, 3151.57 MB of memory in use
Info: PATCH GRID IS 6 (PERIODIC) BY 6 (PERIODIC) BY 4 (PERIODIC)
Info: PATCH GRID IS 1-AWAY BY 1-AWAY BY 1-AWAY
Info: REMOVING COM VELOCITY 0.00117959 0.0289175 0.0202933
Info: LARGEST PATCH (56) HAS 718 ATOMS
Info: TORUS A SIZE 4 USING 0
Info: TORUS B SIZE 1 USING 0
Info: TORUS C SIZE 1 USING 0
Info: TORUS MINIMAL MESH SIZE IS 1 BY 1 BY 1
Info: Placed 100% of base nodes on same physical node as patch
Info: Startup phase 6 took 0.0449828 s, 3170.18 MB of memory in use
Info: PME using 4 and 4 processors for FFT and reciprocal sum.
Info: PME GRID LOCATIONS: 0 1 2 3
Info: PME TRANS LOCATIONS: 0 1 2 3
Info: PME USING 4 GRID NODES AND 4 TRANS NODES
Info: Optimizing 4 FFT steps.  1... 2... 3... 4...   Done.
Info: Startup phase 7 took 0.41489 s, 3170.18 MB of memory in use
Info: Startup phase 8 took 0.00764837 s, 3178.18 MB of memory in use
LDB: Central LB being created...
Info: Startup phase 9 took 0.000506645 s, 3178.18 MB of memory in use
Info: CREATING 2900 COMPUTE OBJECTS
Info: useSync: 1 useProxySync: 0
Info: Startup phase 10 took 0.00571167 s, 3178.18 MB of memory in use
Info: Startup phase 11 took 0.000231876 s, 3178.18 MB of memory in use
Info: Startup phase 12 took 0.000215953 s, 3178.18 MB of memory in use
Info: Finished startup at 7.10168 s, 3178.18 MB of memory in use

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:       0     12352.4560     14603.1480      4549.0710        48.1064        -362073.7644     24229.5343         0.0000         0.0000     82752.2738        -223539.1750       301.0300   -306291.4487   -223524.8476       301.0300          -2568.6725     -3582.2555    921491.4634     -2568.6725     -3582.2555

ENERGY:       1     18844.4109     15785.9133      4571.2456        53.5350        -361670.8137     24319.4022         0.0000         0.0000     75223.8495        -222872.4573       273.6437   -298096.3067   -223478.1937       273.6437          -3192.4049     -3497.3102    921491.4634     -3192.4049     -3497.3102

ENERGY:       2     29488.6214     18758.6024      4637.0922        69.5538        -360338.7682     24512.0178         0.0000         0.0000     61082.0538        -221790.8268       222.1997   -282872.8806   -223476.2576       222.1997          -4269.6708     -3354.1998    921491.4634     -4269.6708     -3354.1998

ENERGY:       3     29918.6891     22271.8870      4734.9573        94.3383        -358090.2897     24689.8970         0.0000         0.0000     54714.9832        -221665.5378       199.0381   -276380.5211   -223477.2859       199.0381          -4381.8243     -3200.6937    921491.4634     -4381.8243     -3200.6937

ENERGY:       4     19827.4664     25006.8856      4848.8883       125.1325        -355303.8938     24849.5776         0.0000         0.0000     58070.8721        -222575.0713       211.2459   -280645.9434   -223447.0520       211.2459          -3364.1640     -3048.1295    921491.4634     -3364.1640     -3048.1295

ENERGY:       5     13036.3493     26178.7950      4962.9626       158.6498        -352372.2976     25088.6262         0.0000         0.0000     59867.7845        -223079.1303       217.7825   -282946.9148   -223360.7366       217.7825          -2383.2338     -2851.6449    921491.4634     -2383.2338     -2851.6449

ENERGY:       6     18385.4957     25630.3462      5063.5878       191.5051        -349783.2218     25459.6294         0.0000         0.0000     52507.9934        -222544.6643       191.0096   -275052.6577   -223356.7147       191.0096          -2314.8218     -2605.9946    921491.4634     -2314.8218     -2605.9946

ENERGY:       7     27980.6008     23734.7915      5141.9525       220.6179        -347598.0125     25887.6534         0.0000         0.0000     42953.1287        -221679.2678       156.2517   -264632.3965   -223352.8549       156.2517          -2593.7691     -2341.6010    921491.4634     -2593.7691     -2341.6010

ENERGY:       8     28660.4004     21173.3706      5194.4399       243.5492        -345793.3013     26266.0174         0.0000         0.0000     42465.0707        -221790.4531       154.4763   -264255.5238   -223296.4333       154.4763          -2188.9236     -2107.2011    921491.4634     -2188.9236     -2107.2011

ENERGY:       9     20060.8537     18806.4012      5223.1938       258.7496        -344109.9405     26591.7245         0.0000         0.0000     50541.8171        -222627.2007       183.8572   -273169.0178   -223230.8088       183.8572          -1151.0633     -1886.9948    921491.4634     -1151.0633     -1886.9948

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      10     14350.7486     17395.0176      5234.2194       265.4605        -342745.2674     26963.6414         0.0000         0.0000     55373.6415        -223162.5383       201.4341   -278536.1798   -223232.0106       201.4341           -586.8334     -1656.6309    921491.4634      -586.8334     -1656.6309

ENERGY:      11     18841.9142     17384.8949      5236.2376       263.7888        -341713.0268     27435.0793         0.0000         0.0000     49899.6949        -222651.4172       181.5214   -272551.1121   -223231.3831       181.5214          -1087.7151     -1401.1296    921491.4634     -1087.7151     -1401.1296

ENERGY:      12     26285.2529     18611.6925      5237.4073       254.5717        -340969.2134     27945.8074         0.0000         0.0000     40727.6954        -221906.7862       148.1562   -262634.4816   -223172.5614       148.1562          -1887.2027     -1155.3187    921491.4634     -1887.2027     -1155.3187

ENERGY:      13     25810.1550     20340.2227      5243.3633       239.3557        -340247.5483     28408.4744         0.0000         0.0000     38364.5171        -221841.4602       139.5596   -260205.9773   -223110.9489       139.5596          -1878.7366      -948.4511    921491.4634     -1878.7366      -948.4511

ENERGY:      14     18229.5293     21618.1813      5255.0116       219.9345        -339811.4722     28840.3575         0.0000         0.0000     43120.5707        -222527.8874       156.8608   -265648.4581   -223112.7586       156.8608          -1024.8387      -790.0064    921491.4634     -1024.8387      -790.0064

ENERGY:      15     14141.3260     21914.0174      5270.4562       198.4604        -339999.9011     29330.1986         0.0000         0.0000     46274.3874        -222871.0551       168.3335   -269145.4425   -223114.1848       168.3335           -276.1129      -654.0185    921491.4634      -276.1129      -654.0185

ENERGY:      16     18533.5985     21379.4766      5286.3853       177.1317        -341073.7437     29909.1296         0.0000         0.0000     43310.7888        -222477.2332       157.5527   -265788.0220   -223107.6652       157.5527           -215.9503      -534.2016    921491.4634      -215.9503      -534.2016

ENERGY:      17     24285.5816     20685.3759      5300.2791       158.0483        -342718.3075     30497.9364         0.0000         0.0000     39857.6662        -221933.4199       144.9912   -261791.0861   -223067.7881       144.9912           -418.5180      -445.9262    921491.4634      -418.5180      -445.9262

ENERGY:      18     23242.4117     20468.5288      5310.2672       142.6286        -344641.7090     31004.0211         0.0000         0.0000     42309.0086        -222164.8429       153.9085   -264473.8515   -223068.8514       153.9085           -264.8021      -408.6302    921491.4634      -264.8021      -408.6302

ENERGY:      19     18143.9400     20989.5296      5316.6991       131.8194        -346529.5495     31434.4322         0.0000         0.0000     47714.3022        -222798.8269       173.5715   -270513.1292   -223071.3655       173.5715             41.9014      -392.2664    921491.4634        41.9014      -392.2664

LDB: ============= START OF LOAD BALANCING ============== 16.6348
LDB: ============== END OF LOAD BALANCING =============== 16.6349
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 16.6353
TIMING: 20  CPU: 10.4619, 0.474702/step  Wall: 10.4619, 0.474702/step, 0.0632936 hours remaining, 3219.738281 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      20     17965.5059     22054.9968      5321.8173       125.9640        -348206.1515     31862.6111         0.0000         0.0000     47960.4282        -222914.8282       174.4669   -270875.2564   -223082.7606       174.4669           -133.8116      -346.5459    921491.4634      -133.8116      -346.5459

ENERGY:      21     24039.1424     23261.1505      5329.8150       124.9653        -349366.5697     32291.6370         0.0000         0.0000     42039.3837        -222280.4758       152.9277   -264319.8595   -223063.1336       152.9277           -740.3955      -247.6204    921491.4634      -740.3955      -247.6204

ENERGY:      22     27739.0451     24128.7772      5344.8281       128.0343        -349763.5536     32625.8383         0.0000         0.0000     37948.0935        -221848.9372       138.0447   -259797.0306   -223062.3007       138.0447           -901.2301      -130.9897    921491.4634      -901.2301      -130.9897

ENERGY:      23     23247.6166     24272.4992      5370.4269       134.1642        -349332.6447     32798.0362         0.0000         0.0000     41280.9383        -222228.9633       150.1687   -263509.9016   -223063.4052       150.1687           -121.6534       -27.8474    921491.4634      -121.6534       -27.8474

ENERGY:      24     16511.8017     23459.5973      5407.7262       142.1780        -348420.3088     32880.6042         0.0000         0.0000     47144.4570        -222873.9444       171.4986   -270018.4014   -223056.8663       171.4986            942.5310        70.4533    921491.4634       942.5310        70.4533

ENERGY:      25     16917.9802     21778.2434      5454.8988       151.0023        -347594.2603     32989.6205         0.0000         0.0000     47486.3028        -222816.2123       172.7421   -270302.5151   -223053.2179       172.7421           1272.0519       195.5279    921491.4634      1272.0519       195.5279

ENERGY:      26     23581.2555     19675.3688      5506.8492       159.5877        -347249.8437     33136.3761         0.0000         0.0000     43029.5317        -222160.8746       156.5296   -265190.4064   -223051.5349       156.5296            769.4264       319.1965    921491.4634       769.4264       319.1965

ENERGY:      27     26456.6583     17946.7066      5557.4986       167.2901        -347403.8186     33225.3823         0.0000         0.0000     42147.2259        -221903.0567       153.3200   -264050.2827   -223051.1656       153.3200            220.6605       393.1594    921491.4634       220.6605       393.1594

ENERGY:      28     21041.4521     17329.1340      5601.2360       173.7564        -347813.2806     33197.2135         0.0000         0.0000     47975.5933        -222494.8953       174.5220   -270470.4886   -223001.5672       174.5220             79.1066       399.7476    921491.4634        79.1066       399.7476

ENERGY:      29     15396.3270     18061.9472      5634.3634       178.8635        -348340.9353     33114.0513         0.0000         0.0000     52817.3032        -223138.0797       192.1348   -275955.3829   -223013.8478       192.1348           -116.7881       392.2540    921491.4634      -116.7881       392.2540

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      30     18751.3177     19659.9906      5655.0732       182.5488        -348790.2987     33060.9284         0.0000         0.0000     48617.0317        -222863.4083       176.8554   -271480.4400   -223014.4702       176.8554           -820.6934       415.3193    921491.4634      -820.6934       415.3193

ENERGY:      31     27694.5952     21259.1820      5664.2790       184.9293        -348929.5884     33008.3021         0.0000         0.0000     39136.7131        -221981.5877       142.3686   -261118.3009   -223012.7194       142.3686          -1451.9808       460.8912    921491.4634     -1451.9808       460.8912

ENERGY:      32     30068.2853     22087.7452      5665.1959       186.2529        -348469.1900     32843.5147         0.0000         0.0000     35956.7802        -221661.4158       130.8009   -257618.1960   -222879.6159       130.8009           -898.8256       477.0667    921491.4634      -898.8256       477.0667

ENERGY:      33     21814.4413     21866.1207      5662.7076       186.8472        -347503.8045     32533.7071         0.0000         0.0000     43073.5125        -222366.4681       156.6896   -265439.9806   -222875.1214       156.6896            944.3631       439.8050    921491.4634       944.3631       439.8050

ENERGY:      34     13147.3107     20822.2763      5661.3994       187.1344        -346393.9750     32190.4000         0.0000         0.0000     51261.5111        -223123.9430       186.4753   -274385.4541   -222873.5745       186.4753           2726.2719       368.4769    921491.4634      2726.2719       368.4769

ENERGY:      35     14939.6595     19533.2380      5664.6046       187.4826        -345707.8423     31926.7433         0.0000         0.0000     50536.7216        -222919.3928       183.8387   -273456.1144   -222870.5853       183.8387           3009.1612       277.1950    921491.4634      3009.1612       277.1950

ENERGY:      36     23992.4071     18619.4976      5673.2513       188.1412        -345737.5533     31727.7259         0.0000         0.0000     43465.0627        -222071.4676       158.1140   -265536.5302   -222792.6596       158.1140           1784.3269       140.1452    921491.4634      1784.3269       140.1452

ENERGY:      37     27662.2270     18555.9996      5686.0165       189.1736        -346400.2313     31489.4429         0.0000         0.0000     41035.8278        -221781.5439       149.2771   -262817.3717   -222776.0504       149.2771            189.9687       -80.8845    921491.4634       189.9687       -80.8845

ENERGY:      38     21417.9356     19485.8050      5699.4394       190.5896        -347297.8747     31169.4569         0.0000         0.0000     46867.8924        -222466.7557       170.4925   -269334.6480   -222782.6196       170.4925          -1003.8463      -364.7808    921491.4634     -1003.8463      -364.7808

ENERGY:      39     14905.2239     21194.3323      5709.6116       192.2159        -348062.9360     30838.9348         0.0000         0.0000     52072.4157        -223150.2018       189.4251   -275222.6175   -222787.6440       189.4251          -2066.3976      -633.0732    921491.4634     -2066.3976      -633.0732

TIMING: 40  CPU: 19.9555, 0.474677/step  Wall: 19.9555, 0.474677/step, 0.0606532 hours remaining, 3220.738281 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      40     18175.3607     23091.9465      5712.9374       193.7351        -348398.4383     30569.2891         0.0000         0.0000     47793.1195        -222862.0501       173.8582   -270655.1696   -222794.4436       173.8582          -3285.9429      -815.4643    921491.4634     -3285.9429      -815.4643

ENERGY:      41     27454.8770     24388.3754      5707.1933       194.7033        -347996.2241     30319.6952         0.0000         0.0000     37998.4752        -221932.9048       138.2280   -259931.3799   -222755.1647       138.2280          -3958.3725      -910.5637    921491.4634     -3958.3725      -910.5637

ENERGY:      42     30245.9366     24360.9625      5691.6440       194.6822        -346664.6374     29990.2515         0.0000         0.0000     34554.7186        -221626.4420       125.7006   -256181.1605   -222751.8055       125.7006          -2976.0494      -957.7116    921491.4634     -2976.0494      -957.7116

ENERGY:      43     22419.9626     22840.1582      5668.3987       193.3183        -344561.3428     29565.6875         0.0000         0.0000     41572.6525        -222301.1650       151.2299   -263873.8175   -222749.5269       151.2299           -409.4030      -982.8641    921491.4634      -409.4030      -982.8641

ENERGY:      44     13688.4096     20366.1990      5642.0670       190.5057        -342301.7068     29147.7409         0.0000         0.0000     50206.1687        -223060.6160       182.6362   -273266.7847   -222789.1128       182.6362           2147.6095      -988.8248    921491.4634      2147.6095      -988.8248

ENERGY:      45     14321.4099     17966.5588      5618.8540       186.4749        -340529.7788     28826.5124         0.0000         0.0000     50723.4105        -222886.5584       184.5178   -273609.9689   -222752.6210       184.5178           3021.8265      -984.7720    921491.4634      3021.8265      -984.7720

ENERGY:      46     21810.6587     16543.1498      5604.0209       181.6747        -339671.2259     28584.9900         0.0000         0.0000     44777.2512        -222169.4806       162.8873   -266946.7318   -222751.4825       162.8873           1989.9578     -1018.5225    921491.4634      1989.9578     -1018.5225

ENERGY:      47     25437.8368     16504.7275      5601.0153       176.7222        -339657.9451     28339.0468         0.0000         0.0000     41682.3533        -221916.2433       151.6289   -263598.5965   -222754.8498       151.6289             54.8289     -1124.4910    921491.4634        54.8289     -1124.4910

ENERGY:      48     21357.5060     17642.4096      5610.4033       172.2811        -340167.0770     28053.2905         0.0000         0.0000     44880.0447        -222451.1418       163.2613   -267331.1865   -222747.8061       163.2613          -1888.5356     -1283.7456    921491.4634     -1888.5356     -1283.7456

ENERGY:      49     16985.3515     19390.5976      5630.3277       169.0122        -340784.2163     27774.0614         0.0000         0.0000     47923.0136        -222911.8524       174.3308   -270834.8660   -222725.3127       174.3308          -3676.9793     -1433.1005    921491.4634     -3676.9793     -1433.1005

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      50     19512.3275     21075.3037      5656.6882       167.3307        -341202.9166     27544.8543         0.0000         0.0000     44585.1128        -222661.2995       162.1884   -267246.4123   -222726.3508       162.1884          -5131.5006     -1515.5730    921491.4634     -5131.5006     -1515.5730

ENERGY:      51     25615.9433     22157.8701      5684.9275       167.4747        -341126.1280     27328.9661         0.0000         0.0000     38129.3339        -222041.6123       138.7040   -260170.9462   -222724.6097       138.7040          -5492.8750     -1521.8809    921491.4634     -5492.8750     -1521.8809

ENERGY:      52     26599.5776     22300.8007      5710.5529       169.4115        -340421.7969     27055.6870         0.0000         0.0000     36644.3526        -221941.4146       133.3021   -258585.7672   -222664.4105       133.3021          -4033.2857     -1479.3806    921491.4634     -4033.2857     -1479.3806

ENERGY:      53     20876.6368     21508.4523      5730.1472       172.8903        -339217.4845     26725.0591         0.0000         0.0000     41780.5338        -222423.7648       151.9861   -264204.2986   -222626.8757       151.9861          -1166.2843     -1403.6007    921491.4634     -1166.2843     -1403.6007

ENERGY:      54     15863.6306     20168.3229      5741.5298       177.3856        -338073.5150     26417.7964         0.0000         0.0000     46874.2685        -222830.5812       170.5157   -269704.8498   -222622.2852       170.5157           1612.1874     -1309.5972    921491.4634      1612.1874     -1309.5972

ENERGY:      55     17325.1625     18996.7298      5745.1677       182.3524        -337579.2204     26194.8264         0.0000         0.0000     46522.3671        -222612.6146       169.2356   -269134.9817   -222618.0515       169.2356           2924.0341     -1225.8965    921491.4634      2924.0341     -1225.8965

ENERGY:      56     21834.7095     18663.5590      5743.6590       187.2691        -338017.4582     26036.1975         0.0000         0.0000     43350.8709        -222201.1932       157.6986   -265552.0641   -222594.3333       157.6986           2523.1283     -1193.8778    921491.4634      2523.1283     -1193.8778

ENERGY:      57     22701.7347     19414.2156      5740.7572       191.7056        -339107.6097     25882.7605         0.0000         0.0000     42990.4500        -222185.9861       156.3874   -265176.4362   -222571.6336       156.3874            977.8011     -1232.6113    921491.4634       977.8011     -1232.6113

ENERGY:      58     19883.4031     20861.6709      5739.1627       195.2453        -340404.3080     25718.1138         0.0000         0.0000     45412.5623        -222594.1500       165.1984   -268006.7122   -222577.8453       165.1984          -1125.6284     -1313.5157    921491.4634     -1125.6284     -1313.5157

ENERGY:      59     19374.3743     22284.0260      5740.2029       197.5683        -341451.8758     25574.1727         0.0000         0.0000     45544.2648        -222737.2667       165.6775   -268281.5316   -222582.7241       165.6775          -3411.1337     -1378.9660    921491.4634     -3411.1337     -1378.9660

TIMING: 60  CPU: 29.4393, 0.47419/step  Wall: 29.4393, 0.47419/step, 0.0579566 hours remaining, 3221.042969 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      60     23449.5631     23017.6821      5743.3644       198.4364        -341915.2510     25462.3565         0.0000         0.0000     41666.5932        -222377.2553       151.5716   -264043.8485   -222570.6178       151.5716          -5200.1105     -1391.6025    921491.4634     -5200.1105     -1391.6025

ENERGY:      61     26674.7928     22795.6788      5746.9986       197.7625        -341507.2981     25336.2700         0.0000         0.0000     38754.3265        -222001.4690       140.9776   -260755.7955   -222554.3354       140.9776          -5512.1721     -1343.6393    921491.4634     -5512.1721     -1343.6393

ENERGY:      62     23713.3997     21736.8998      5748.3994       195.5102        -340178.4243     25148.9604         0.0000         0.0000     41422.2906        -222212.9642       150.6829   -263635.2548   -222552.0909       150.6829          -3887.3629     -1256.6182    921491.4634     -3887.3629     -1256.6182

ENERGY:      63     17514.2895     20290.2286      5745.1998       191.8569        -338254.7872     24925.5375         0.0000         0.0000     46858.5846        -222729.0903       170.4587   -269587.6749   -222547.7678       170.4587          -1126.2163     -1146.3291    921491.4634     -1126.2163     -1146.3291

ENERGY:      64     15617.7658     18981.2686      5735.7991       187.1747        -336395.9952     24738.7760         0.0000         0.0000     48293.1729        -222842.0381       175.6773   -271135.2110   -222561.4987       175.6773           1265.5617     -1044.2089    921491.4634      1265.5617     -1044.2089

ENERGY:      65     19705.6387     18234.5068      5720.3377       182.0597        -335286.5205     24621.7011         0.0000         0.0000     44429.9443        -222392.3322       161.6239   -266822.2766   -222559.5547       161.6239           2327.6923      -981.2891    921491.4634      2327.6923      -981.2891

ENERGY:      66     23379.3198     18178.8888      5700.6416       177.0884        -335167.4132     24541.0361         0.0000         0.0000     41150.1724        -222040.2660       149.6930   -263190.4384   -222559.7129       149.6930           2143.8305     -1012.9654    921491.4634      2143.8305     -1012.9654

ENERGY:      67     21519.5824     18700.7266      5680.7505       172.8625        -335835.2249     24451.2304         0.0000         0.0000     43013.1051        -222296.9672       156.4699   -265310.0723   -222563.8338       156.4699           1146.4322     -1149.3075    921491.4634      1146.4322     -1149.3075

ENERGY:      68     17680.6162     19473.4215      5665.6119       169.8446        -336816.7450     24355.0772         0.0000         0.0000     46695.1031        -222777.0707       169.8640   -269472.1737   -222563.1960       169.8640           -533.1231     -1350.2483    921491.4634      -533.1231     -1350.2483

ENERGY:      69     18842.4750     20094.5655      5659.7335       168.3399        -337777.7071     24286.5633         0.0000         0.0000     45946.9670        -222779.0629       167.1424   -268726.0299   -222564.0335       167.1424          -2779.5016     -1554.6030    921491.4634     -2779.5016     -1554.6030

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      70     24924.5823     20195.1314      5665.1982       168.3680        -338344.4667     24244.1912         0.0000         0.0000     40895.8147        -222251.1809       148.7677   -263146.9955   -222565.8443       148.7677          -4812.4045     -1724.3818    921491.4634     -4812.4045     -1724.3818

ENERGY:      71     28189.8264     19687.0901      5681.7657       169.8512        -338280.6763     24173.9254         0.0000         0.0000     38448.3172        -221929.9004       139.8644   -260378.2175   -222566.4521       139.8644          -5473.5667     -1853.2190    921491.4634     -5473.5667     -1853.2190

ENERGY:      72     23727.6573     18857.6814      5706.8664       172.6037        -337528.2065     24038.3799         0.0000         0.0000     42738.3502        -222286.6677       155.4704   -265025.0179   -222525.8449       155.4704          -4315.3029     -1947.4862    921491.4634     -4315.3029     -1947.4862

ENERGY:      73     16493.2848     18282.5326      5736.5768       176.3701        -336410.7712     23875.1233         0.0000         0.0000     48993.3019        -222853.5816       178.2242   -271846.8835   -222501.3402       178.2242          -2196.1796     -1993.4479    921491.4634     -2196.1796     -1993.4479

ENERGY:      74     14920.3256     18445.5880      5765.7962       180.7323        -335459.2338     23754.9618         0.0000         0.0000     49505.8491        -222885.9808       180.0887   -272391.8299   -222496.3763       180.0887           -495.0839     -2003.1168    921491.4634      -495.0839     -2003.1168

ENERGY:      75     19899.6435     19448.4297      5789.8058       185.2404        -335174.0287     23698.7353         0.0000         0.0000     43811.0535        -222341.1205       159.3726   -266152.1740   -222492.3612       159.3726            105.3885     -2013.1492    921491.4634       105.3885     -2013.1492

ENERGY:      76     24088.0853     20909.5963      5804.9697       189.4305        -335690.6754     23665.5790         0.0000         0.0000     39065.9954        -221967.0191       142.1114   -261033.0145   -222445.7223       142.1114            -89.2494     -2070.9252    921491.4634       -89.2494     -2070.9252

ENERGY:      77     22199.2675     22223.0496      5809.9321       192.8995        -336701.6736     23613.9740         0.0000         0.0000     40464.2915        -222198.2595       147.1980   -262662.5510   -222417.3392       147.1980           -599.8258     -2169.1062    921491.4634      -599.8258     -2169.1062

ENERGY:      78     17886.0018     22851.3491      5805.4285       195.2662        -337741.3157     23553.3821         0.0000         0.0000     44753.0528        -222696.8352       162.7993   -267449.8880   -222421.1607       162.7993          -1412.5335     -2278.9367    921491.4634     -1412.5335     -2278.9367

ENERGY:      79     18108.1443     22595.1005      5794.6681       196.2478        -338412.9960     23516.3125         0.0000         0.0000     45459.4053        -222743.1175       165.3688   -268202.5229   -222423.9075       165.3688          -2660.1325     -2353.4764    921491.4634     -2660.1325     -2353.4764

TIMING: 80  CPU: 38.9104, 0.473553/step  Wall: 38.9104, 0.473553/step, 0.0552479 hours remaining, 3221.199219 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      80     23193.1683     21560.0611      5781.8893       195.6591        -338486.0881     23496.1344         0.0000         0.0000     41930.4060        -222328.7698       152.5313   -264259.1759   -222421.6004       152.5313          -3928.2140     -2382.1056    921491.4634     -3928.2140     -2382.1056

ENERGY:      81     26423.0616     20084.9471      5771.1022       193.5009        -337763.9087     23440.7321         0.0000         0.0000     39839.6518        -222010.9131       144.9257   -261850.5649   -222384.6119       144.9257          -4377.6860     -2356.2322    921491.4634     -4377.6860     -2356.2322

ENERGY:      82     23281.9359     18596.7908      5764.2397       189.9463        -336325.0810     23318.6738         0.0000         0.0000     42895.4652        -222278.0294       156.0419   -265173.4945   -222383.3811       156.0419          -3616.8099     -2297.6228    921491.4634     -3616.8099     -2297.6228

ENERGY:      83     17463.4116     17611.3785      5761.4800       185.4557        -334548.5451     23165.5264         0.0000         0.0000     47631.4997        -222729.7932       173.2703   -270361.2930   -222380.8000       173.2703          -2245.6202     -2209.9239    921491.4634     -2245.6202     -2209.9239

ENERGY:      84     15692.0181     17521.7594      5761.2958       180.7102        -333070.6343     23043.3534         0.0000         0.0000     48072.9174        -222798.5800       174.8761   -270871.4974   -222420.9190       174.8761          -1264.6407     -2119.1645    921491.4634     -1264.6407     -2119.1645

ENERGY:      85     19034.4748     18377.7082      5761.3316       176.5397        -332350.3361     22972.2187         0.0000         0.0000     43641.9416        -222386.1214       158.7574   -266028.0630   -222396.4595       158.7574          -1101.4911     -2031.8233    921491.4634     -1101.4911     -2031.8233

ENERGY:      86     22361.2996     19720.3241      5758.5583       173.6091        -332514.8435     22921.5212         0.0000         0.0000     39480.2342        -222099.2971       143.6182   -261579.5313   -222396.4726       143.6182          -1408.4308     -1992.0455    921491.4634     -1408.4308     -1992.0455

ENERGY:      87     21898.5873     20858.8153      5750.7775       172.4431        -333299.4425     22859.7331         0.0000         0.0000     39513.3019        -222245.7844       143.7385   -261759.0863   -222398.3220       143.7385          -1739.2135     -2002.6067    921491.4634     -1739.2135     -2002.6067

ENERGY:      88     19807.2123     21236.1262      5737.2297       173.3188        -334313.4193     22793.0785         0.0000         0.0000     42007.3339        -222559.1199       152.8111   -264566.4538   -222408.9127       152.8111          -2036.3958     -2043.8955    921491.4634     -2036.3958     -2043.8955

ENERGY:      89     20138.2921     20745.5547      5719.3133       176.3160        -335202.8321     22743.6988         0.0000         0.0000     43113.7497        -222565.9075       156.8360   -265679.6572   -222389.0013       156.8360          -2409.8246     -2071.1686    921491.4634     -2409.8246     -2071.1686

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      90     22711.6048     19691.0677      5699.8921       181.1111        -335712.1131     22705.2746         0.0000         0.0000     42377.6758        -222345.4870       154.1583   -264723.1627   -222389.2092       154.1583          -2670.9832     -2080.5818    921491.4634     -2670.9832     -2080.5818

ENERGY:      91     23737.5989     18627.1146      5683.0577       187.2277        -335678.4157     22643.5819         0.0000         0.0000     42539.3829        -222260.4521       154.7466   -264799.8350   -222388.3580       154.7466          -2499.0954     -2078.8098    921491.4634     -2499.0954     -2078.8098

ENERGY:      92     21523.8222     18060.4537      5672.6738       194.0387        -335129.0786     22543.7115         0.0000         0.0000     44665.3078        -222469.0709       162.4801   -267134.3787   -222389.6059       162.4801          -1910.9684     -2078.9076    921491.4634     -1910.9684     -2078.9076

ENERGY:      93     18788.3598     18281.5995      5671.3717       200.9119        -334319.2925     22433.7892         0.0000         0.0000     46311.8833        -222631.3771       168.4699   -268943.2604   -222367.8861       168.4699          -1385.1719     -2068.2566    921491.4634     -1385.1719     -2068.2566

ENERGY:      94     18530.9328     19242.9914      5679.4418       207.1113        -333693.3061     22351.2077         0.0000         0.0000     45144.9171        -222536.7040       164.2248   -267681.6211   -222367.0865       164.2248          -1347.2601     -2063.4576    921491.4634     -1347.2601     -2063.4576

ENERGY:      95     20040.4586     20654.3435      5695.3527       212.0382        -333603.6976     22302.2586         0.0000         0.0000     42387.6997        -222311.5463       154.1948   -264699.2460   -222367.4634       154.1948          -1793.7082     -2083.6408    921491.4634     -1793.7082     -2083.6408

ENERGY:      96     20584.1064     22050.3787      5716.0483       215.1945        -334091.8989     22265.7317         0.0000         0.0000     40970.7077        -222289.7316       149.0402   -263260.4392   -222356.3660       149.0402          -2389.6989     -2142.8255    921491.4634     -2389.6989     -2142.8255

ENERGY:      97     19809.1308     22949.2010      5737.7476       216.2279        -334886.9637     22225.8322         0.0000         0.0000     41505.2398        -222443.5844       150.9847   -263948.8243   -222346.5815       150.9847          -2891.9373     -2214.1665    921491.4634     -2891.9373     -2214.1665

ENERGY:      98     19979.7555     22958.8352      5756.3117       214.8681        -335616.8429     22188.2114         0.0000         0.0000     41993.4227        -222525.4381       152.7605   -264518.8608   -222347.6397       152.7605          -3206.5489     -2272.3420    921491.4634     -3206.5489     -2272.3420

ENERGY:      99     22029.8951     22024.0795      5768.5777       211.0972        -336009.8227     22159.4701         0.0000         0.0000     41425.1769        -222391.5263       150.6934   -263816.7031   -222348.0704       150.6934          -3235.8097     -2296.7687    921491.4634     -3235.8097     -2296.7687

LDB: ============= START OF LOAD BALANCING ============== 54.5531
LDB: Largest compute 200 load 0.432232 is 1.2% of average load 36.825638
LDB: Average compute 0.051591 is 0.1% of average load 36.825638
LDB: Partitioning computes with target load 3.682564
LDB: Increased migratable compute count from 2736 to 2736
LDB: Largest unpartitionable compute is 0.056096
LDB: ============== END OF LOAD BALANCING =============== 54.5553
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 54.5562
Info: Initial time: 4 CPUs 0.473994 s/step 5.48604 days/ns 3221.56 MB memory
TIMING: 100  CPU: 48.3712, 0.473042/step  Wall: 48.3712, 0.473042/step, 0.0525603 hours remaining, 3221.558594 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     100     23587.3021     20475.3729      5773.0376       205.1509        -335896.4622     22125.7987         0.0000         0.0000     41455.8050        -222273.9950       150.8048   -263729.8000   -222326.1725       150.8048          -2788.3920     -2294.3880    921491.4634     -2788.3920     -2294.3880

ENERGY:     101     22287.3000     18933.8501      5770.3900       197.5201        -335238.2412     22065.3980         0.0000         0.0000     43590.2955        -222393.4874       158.5695   -265983.7830   -222319.4707       158.5695          -1880.2674     -2262.6846    921491.4634     -1880.2674     -2262.6846

ENERGY:     102     19420.3336     17951.6561      5762.8059       188.8891        -334088.2234     21980.7895         0.0000         0.0000     46153.7218        -222630.0274       167.8946   -268783.7492   -222317.3982       167.8946           -924.5796     -2215.2271    921491.4634      -924.5796     -2215.2271

ENERGY:     103     18429.6589     17794.2510      5753.5002       180.0834        -332765.4446     21898.9792         0.0000         0.0000     46061.5884        -222647.3834       167.5594   -268708.9718   -222315.0115       167.5594           -521.9324     -2162.1475    921491.4634      -521.9324     -2162.1475

ENERGY:     104     20135.5162     18313.1191      5745.4365       171.9705        -331716.6193     21838.6802         0.0000         0.0000     43114.8219        -222397.0748       156.8399   -265511.8967   -222300.0343       156.8399           -904.7452     -2132.5694    921491.4634      -904.7452     -2132.5694

ENERGY:     105     21674.8147     19112.5118      5740.5773       165.3638        -331353.5905     21791.8563         0.0000         0.0000     40663.3131        -222205.1533       147.9220   -262868.4665   -222297.2862       147.9220          -1781.0302     -2140.0925    921491.4634     -1781.0302     -2140.0925

ENERGY:     106     20688.3525     19760.1603      5739.0355       160.9482        -331684.6911     21743.4748         0.0000         0.0000     41270.8909        -222321.8289       150.1322   -263592.7198   -222299.8103       150.1322          -2687.8654     -2192.8737    921491.4634     -2687.8654     -2192.8737

ENERGY:     107     18828.1850     20041.3660      5739.7936       159.1631        -332486.5660     21693.8616         0.0000         0.0000     43452.4231        -222571.7735       158.0680   -266024.1967   -222302.3924       158.0680          -3435.4054     -2264.9714    921491.4634     -3435.4054     -2264.9714

ENERGY:     108     19374.7526     19955.6335      5740.9974       160.1493        -333435.9261     21654.4582         0.0000         0.0000     43952.1728        -222597.7623       159.8859   -266549.9351   -222305.0562       159.8859          -3989.5483     -2325.7046    921491.4634     -3989.5483     -2325.7046

ENERGY:     109     22394.0521     19651.8556      5740.7059       163.7566        -334323.6676     21623.9120         0.0000         0.0000     42380.9037        -222368.4818       154.1701   -264749.3855   -222289.2481       154.1701          -4162.2877     -2354.5142    921491.4634     -4162.2877     -2354.5142

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     110     24310.7313     19315.3192      5736.8740       169.5643        -334907.1598     21583.6716         0.0000         0.0000     41568.0397        -222222.9597       151.2131   -263790.9994   -222288.3776       151.2131          -3608.1963     -2356.1915    921491.4634     -3608.1963     -2356.1915

ENERGY:     111     22660.5937     19186.3868      5728.6091       176.9885        -335028.8259     21518.8536         0.0000         0.0000     43385.4033        -222371.9908       157.8242   -265757.3942   -222286.8994       157.8242          -2331.3778     -2338.2312    921491.4634     -2331.3778     -2338.2312

ENERGY:     112     19381.8200     19463.5169      5716.4074       185.3624        -334677.6373     21440.9489         0.0000         0.0000     45860.8185        -222628.7632       166.8291   -268489.5817   -222302.4566       166.8291           -894.2294     -2309.1963    921491.4634      -894.2294     -2309.1963

ENERGY:     113     18216.1582     20180.8083      5702.4491       194.0323        -334046.4824     21376.2231         0.0000         0.0000     45761.5816        -222615.2297       166.4681   -268376.8114   -222273.7398       166.4681            -55.6425     -2273.8625    921491.4634       -55.6425     -2273.8625

ENERGY:     114     19843.9972     21062.4094      5689.3793       202.2945        -333472.4286     21337.7637         0.0000         0.0000     42964.6871        -222371.8975       156.2937   -265336.5846   -222272.2450       156.2937           -128.5963     -2261.6571    921491.4634      -128.5963     -2261.6571

ENERGY:     115     21448.4485     21679.6561      5680.2429       209.5308        -333239.9677     21316.4507         0.0000         0.0000     40710.1057        -222195.5329       148.0922   -262905.6386   -222272.7004       148.0922           -905.3247     -2296.5621    921491.4634      -905.3247     -2296.5621

ENERGY:     116     20838.2582     21694.4195      5677.2615       215.2237        -333429.0366     21301.4963         0.0000         0.0000     41385.0932        -222317.2842       150.5476   -263702.3774   -222276.5256       150.5476          -2000.5238     -2380.1423    921491.4634     -2000.5238     -2380.1423

ENERGY:     117     19309.7302     21105.1711      5681.4214       219.0426        -333858.2252     21295.0741         0.0000         0.0000     43733.0003        -222514.7854       159.0886   -266247.7857   -222254.7025       159.0886          -3196.9892     -2479.5443    921491.4634     -3196.9892     -2479.5443

ENERGY:     118     19488.7484     20180.1711      5691.5867       220.7069        -334305.8416     21303.6951         0.0000         0.0000     44852.5145        -222568.4190       163.1611   -267420.9335   -222257.5957       163.1611          -4287.8517     -2560.8627    921491.4634     -4287.8517     -2560.8627

ENERGY:     119     21608.8170     19327.4368      5705.7183       220.1523        -334582.5766     21318.6506         0.0000         0.0000     43971.5397        -222430.2617       159.9564   -266401.8014   -222258.7219       159.9564          -4948.0951     -2603.4635    921491.4634     -4948.0951     -2603.4635

LDB: ============= START OF LOAD BALANCING ============== 63.9989
LDB: ============== END OF LOAD BALANCING =============== 63.9989
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 63.9995
TIMING: 120  CPU: 57.8142, 0.472152/step  Wall: 57.8142, 0.472152/step, 0.0498382 hours remaining, 3221.753906 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     120     23278.7483     18843.5008      5721.1112       217.5091        -334559.3220     21317.8986         0.0000         0.0000     42838.0029        -222342.5511       155.8329   -265180.5540   -222260.9694       155.8329          -4802.3839     -2609.8233    921491.4634     -4802.3839     -2609.8233

ENERGY:     121     22753.8287     18833.9839      5735.1155       213.1885        -334109.3888     21287.1663         0.0000         0.0000     42902.9082        -222383.1977       156.0690   -265286.1059   -222238.8457       156.0690          -3789.7330     -2573.0323    921491.4634     -3789.7330     -2573.0323

ENERGY:     122     20911.3204     19183.7910      5744.9150       207.6394        -333246.0911     21235.0875         0.0000         0.0000     43471.2679        -222492.0699       158.1365   -265963.3378   -222236.2049       158.1365          -2259.2351     -2503.9466    921491.4634     -2259.2351     -2503.9466

ENERGY:     123     19716.6566     19702.2260      5748.9495       201.5075        -332195.6666     21181.3172         0.0000         0.0000     43159.1487        -222485.8611       157.0011   -265645.0098   -222233.3017       157.0011           -827.7758     -2423.1752    921491.4634      -827.7758     -2423.1752

ENERGY:     124     19701.7331     20151.8501      5747.1965       195.4812        -331340.9823     21138.0467         0.0000         0.0000     42008.6529        -222398.0217       152.8159   -264406.6746   -222234.8508       152.8159              8.3516     -2371.2952    921491.4634         8.3516     -2371.2952

ENERGY:     125     19961.8490     20319.7042      5741.5018       190.2907        -331002.3874     21106.9630         0.0000         0.0000     41347.6160        -222334.4627       150.4113   -263682.0787   -222218.5351       150.4113             16.1240     -2370.5229    921491.4634        16.1240     -2370.5229

ENERGY:     126     19913.8781     20060.3740      5734.4100       186.3237        -331257.3386     21089.4917         0.0000         0.0000     41888.6056        -222384.2555       152.3792   -264272.8611   -222220.0404       152.3792           -757.3345     -2430.8872    921491.4634      -757.3345     -2430.8872

ENERGY:     127     20034.1247     19457.5519      5728.8730       183.8512        -331985.2679     21088.4979         0.0000         0.0000     43047.2720        -222445.0972       156.5941   -265492.3692   -222223.2517       156.5941          -2122.5054     -2533.3235    921491.4634     -2122.5054     -2533.3235

ENERGY:     128     20681.9268     18818.3079      5727.0308       182.9174        -332977.2826     21101.0436         0.0000         0.0000     44006.3124        -222459.7437       160.0829   -266466.0562   -222232.5707       160.0829          -3698.9565     -2655.1908    921491.4634     -3698.9565     -2655.1908

ENERGY:     129     21368.2886     18554.7977      5729.8505       183.4688        -333997.8249     21115.0501         0.0000         0.0000     44607.0893        -222439.2801       162.2683   -267046.3694   -222215.2565       162.2683          -4993.9821     -2763.9222    921491.4634     -4993.9821     -2763.9222

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     130     21553.6088     18898.7762      5736.4508       185.0194        -334776.0136     21118.0422         0.0000         0.0000     44811.1496        -222472.9666       163.0106   -267284.1163   -222216.5364       163.0106          -5536.0555     -2842.3154    921491.4634     -5536.0555     -2842.3154

ENERGY:     131     21530.9957     19804.6628      5745.0872       187.0957        -335083.2644     21105.7069         0.0000         0.0000     44221.5103        -222488.2059       160.8657   -266709.7161   -222215.1804       160.8657          -5164.7864     -2872.9597    921491.4634     -5164.7864     -2872.9597

ENERGY:     132     21696.5184     20951.9797      5753.4447       189.2233        -334841.7369     21081.3851         0.0000         0.0000     42732.1267        -222437.0590       155.4477   -265169.1858   -222222.8146       155.4477          -4015.6411     -2856.5554    921491.4634     -4015.6411     -2856.5554

ENERGY:     133     21569.7011     21939.4304      5759.4053       191.1377        -334187.7139     21049.8505         0.0000         0.0000     41346.5716        -222331.6172       150.4075   -263678.1888   -222209.0243       150.4075          -2436.6194     -2806.2333    921491.4634     -2436.6194     -2806.2333

ENERGY:     134     20380.1720     22407.7420      5761.0449       192.4922        -333420.8525     21018.0949         0.0000         0.0000     41320.1610        -222341.1455       150.3114   -263661.3065   -222206.0448       150.3114           -846.9781     -2759.4268    921491.4634      -846.9781     -2759.4268

ENERGY:     135     18735.1493     22221.9399      5757.7067       193.2251        -332860.3440     20999.0422         0.0000         0.0000     42497.1277        -222456.1531       154.5929   -264953.2808   -222204.4870       154.5929            191.9083     -2745.1432    921491.4634       191.9083     -2745.1432

ENERGY:     136     18381.4539     21453.0791      5750.0867       193.4037        -332655.7487     21006.3294         0.0000         0.0000     43348.3541        -222523.0418       157.6894   -265871.3959   -222211.0693       157.6894            198.1851     -2776.3543    921491.4634       198.1851     -2776.3543

ENERGY:     137     19975.5715     20347.8312      5740.3098       193.2572        -332832.5917     21040.1066         0.0000         0.0000     43092.4470        -222443.0683       156.7585   -265535.5153   -222209.8937       156.7585           -927.2502     -2841.0685    921491.4634      -927.2502     -2841.0685

ENERGY:     138     21874.8524     19195.4801      5730.8549       192.8766        -333203.4342     21083.5324         0.0000         0.0000     42784.9640        -222340.8739       155.6399   -265125.8378   -222213.1815       155.6399          -2704.7055     -2927.3525    921491.4634     -2704.7055     -2927.3525

ENERGY:     139     22116.0296     18330.1124      5724.2505       192.4679        -333575.3362     21115.6332         0.0000         0.0000     43705.6789        -222391.1635       158.9892   -266096.8424   -222217.3488       158.9892          -4443.4107     -3015.1529    921491.4634     -4443.4107     -3015.1529

TIMING: 140  CPU: 67.2506, 0.471819/step  Wall: 67.2506, 0.471819/step, 0.0471819 hours remaining, 3221.882812 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     140     20992.5978     17997.1577      5722.1741       192.2140        -333726.9442     21127.4061         0.0000         0.0000     45144.2514        -222551.1432       164.2224   -267695.3946   -222224.0361       164.2224          -5617.7627     -3080.3638    921491.4634     -5617.7627     -3080.3638

ENERGY:     141     20605.2148     18251.9195      5725.3083       192.2642        -333525.1325     21120.3060         0.0000         0.0000     45039.8866        -222590.2331       163.8427   -267630.1197   -222215.3920       163.8427          -6017.5038     -3087.0005    921491.4634     -6017.5038     -3087.0005

ENERGY:     142     21702.7400     18860.4297      5732.9228       192.6003        -332879.0281     21093.2714         0.0000         0.0000     42868.0676        -222428.9963       155.9422   -265297.0638   -222213.3920       155.9422          -5532.0376     -3029.5546    921491.4634     -5532.0376     -3029.5546

ENERGY:     143     22457.6180     19468.7635      5743.5741       193.1827        -331957.5933     21040.0377         0.0000         0.0000     40797.9949        -222256.4223       148.4119   -263054.4172   -222209.6223       148.4119          -4179.8278     -2928.5087    921491.4634     -4179.8278     -2928.5087

ENERGY:     144     21007.3341     19787.0057      5755.2165       193.9151        -331097.8395     20965.2215         0.0000         0.0000     41087.3103        -222301.8363       149.4643   -263389.1466   -222194.0939       149.4643          -2265.2409     -2825.3504    921491.4634     -2265.2409     -2825.3504

ENERGY:     145     18390.7600     19760.7602      5765.7577       194.6436        -330692.1920     20892.9233         0.0000         0.0000     43191.0818        -222496.2653       157.1173   -265687.3472   -222180.9590       157.1173           -495.5029     -2742.5238    921491.4634      -495.5029     -2742.5238

ENERGY:     146     17494.3905     19517.0964      5773.0763       195.1974        -330883.4472     20850.7304         0.0000         0.0000     44468.0627        -222584.8934       161.7626   -267052.9561   -222180.0850       161.7626            380.5832     -2698.3695    921491.4634       380.5832     -2698.3695

ENERGY:     147     19349.0815     19284.4052      5776.1299       195.3841        -331633.2788     20843.7952         0.0000         0.0000     43729.9298        -222454.5532       159.0775   -266184.4829   -222180.7853       159.0775             12.4496     -2697.6200    921491.4634        12.4496     -2697.6200

ENERGY:     148     21731.1609     19240.1451      5775.1361       195.0156        -332748.3459     20852.0477         0.0000         0.0000     42647.1433        -222307.6971       155.1386   -264954.8404   -222173.9041       155.1386          -1313.5161     -2742.2255    921491.4634     -1313.5161     -2742.2255

ENERGY:     149     22154.0982     19476.6232      5771.6403       193.9272        -333952.9655     20853.5363         0.0000         0.0000     43165.2619        -222337.8784       157.0234   -265503.1403   -222149.8011       157.0234          -2998.4811     -2814.2281    921491.4634     -2998.4811     -2814.2281

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     150     21015.8993     19956.3834      5767.3089       192.0924        -334899.3754     20845.5771         0.0000         0.0000     44606.5897        -222515.5245       162.2665   -267122.1142   -222153.2666       162.2665          -4472.9374     -2881.9211    921491.4634     -4472.9374     -2881.9211

ENERGY:     151     20656.1101     20586.9275      5763.7530       189.5631        -335303.4338     20835.7247         0.0000         0.0000     44710.6379        -222560.7176       162.6450   -267271.3555   -222155.1380       162.6450          -5407.8407     -2907.6330    921491.4634     -5407.8407     -2907.6330

ENERGY:     152     21757.0224     21203.4201      5761.8055       186.4838        -335072.1086     20820.7501         0.0000         0.0000     42914.6706        -222427.9561       156.1118   -265342.6267   -222175.0513       156.1118          -5552.0272     -2878.0875    921491.4634     -5552.0272     -2878.0875

ENERGY:     153     22396.4538     21618.6021      5761.5688       183.0547        -334307.6858     20787.1624         0.0000         0.0000     41296.2811        -222264.5629       150.2245   -263560.8440   -222152.0201       150.2245          -4765.4777     -2800.4121    921491.4634     -4765.4777     -2800.4121

ENERGY:     154     20952.1345     21640.3345      5761.9239       179.5647        -333344.9133     20735.3659         0.0000         0.0000     41746.1292        -222329.4606       151.8609   -264075.5898   -222148.7913       151.8609          -3178.1875     -2707.3605    921491.4634     -3178.1875     -2707.3605

ENERGY:     155     18734.5492     21249.5939      5761.4993       176.3183        -332564.0953     20691.4723         0.0000         0.0000     43448.4575        -222502.2049       158.0535   -265950.6623   -222145.9852       158.0535          -1408.3064     -2623.9032    921491.4634     -1408.3064     -2623.9032

ENERGY:     156     18312.4483     20599.9072      5758.8570       173.6449        -332218.9144     20684.3829         0.0000         0.0000     44137.5523        -222552.1216       160.5603   -266689.6739   -222166.8045       160.5603           -219.5095     -2571.5313    921491.4634      -219.5095     -2571.5313

ENERGY:     157     20043.0837     19943.2665      5753.0946       171.8900        -332363.0655     20715.7864         0.0000         0.0000     43325.6934        -222410.2508       157.6070   -265735.9443   -222155.5007       157.6070            -38.8543     -2554.7665    921491.4634       -38.8543     -2554.7665

ENERGY:     158     21695.0846     19425.3239      5743.5667       171.3409        -332829.8099     20761.5805         0.0000         0.0000     42713.6820        -222319.2313       155.3806   -265032.9133   -222157.3218       155.3806           -715.5935     -2586.7969    921491.4634      -715.5935     -2586.7969

ENERGY:     159     21695.6536     19084.6409      5730.9315       172.1899        -333376.4004     20800.7929         0.0000         0.0000     43483.6005        -222408.5911       158.1814   -265892.1915   -222160.0967       158.1814          -1882.1012     -2660.7875    921491.4634     -1882.1012     -2660.7875

TIMING: 160  CPU: 76.6747, 0.471203/step  Wall: 76.6747, 0.471203/step, 0.0445025 hours remaining, 3222.175781 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     160     21093.2844     18859.3046      5717.0749       174.4915        -333735.9153     20833.5471         0.0000         0.0000     44515.8597        -222542.3531       161.9365   -267058.2128   -222175.6785       161.9365          -3202.8705     -2752.7604    921491.4634     -3202.8705     -2752.7604

ENERGY:     161     21561.6002     18685.5960      5704.9781       178.2042        -333710.7596     20865.7132         0.0000         0.0000     44220.7114        -222493.9565       160.8628   -266714.6679   -222160.9737       160.8628          -4385.1102     -2823.4851    921491.4634     -4385.1102     -2823.4851

ENERGY:     162     22512.8125     18508.1493      5697.2826       183.0024        -333202.6496     20887.8856         0.0000         0.0000     43070.6068        -222342.9103       156.6790   -265413.5171   -222161.4905       156.6790          -5004.1555     -2859.8871    921491.4634     -5004.1555     -2859.8871

ENERGY:     163     21937.9852     18346.8657      5696.1509       188.4544        -332368.8223     20884.6195         0.0000         0.0000     43005.6962        -222309.0503       156.4429   -265314.7465   -222160.7799       156.4429          -4776.8220     -2868.7270    921491.4634     -4776.8220     -2868.7270

ENERGY:     164     19652.8066     18261.0401      5702.5306       194.0206        -331567.4469     20861.9109         0.0000         0.0000     44426.5344        -222468.6037       161.6115   -266895.1381   -222170.9033       161.6115          -3836.1733     -2870.4449    921491.4634     -3836.1733     -2870.4449

ENERGY:     165     18074.0952     18343.8151      5716.1638       199.2019        -331183.0465     20849.6742         0.0000         0.0000     45425.8564        -222574.2399       165.2468   -268000.0963   -222153.1697       165.2468          -2737.5186     -2867.1447    921491.4634     -2737.5186     -2867.1447

ENERGY:     166     18979.7069     18650.1654      5734.9735       203.3281        -331407.1001     20870.8939         0.0000         0.0000     44483.6889        -222484.3434       161.8194   -266968.0323   -222151.2326       161.8194          -1964.3635     -2870.3839    921491.4634     -1964.3635     -2870.3839

ENERGY:     167     21026.8306     19216.2867      5755.9248       205.8794        -332212.1859     20917.6388         0.0000         0.0000     42775.8063        -222313.8194       155.6066   -265089.6257   -222150.5297       155.6066          -1671.2498     -2889.5868    921491.4634     -1671.2498     -2889.5868

ENERGY:     168     21619.4181     19999.6888      5775.3367       206.4584        -333382.4925     20963.4338         0.0000         0.0000     42492.3351        -222325.8217       154.5754   -264818.1568   -222149.7708       154.5754          -1735.9904     -2933.5977    921491.4634     -1735.9904     -2933.5977

ENERGY:     169     20648.4665     20870.4068      5789.9166       204.9287        -334596.5070     20994.5723         0.0000         0.0000     43600.1910        -222488.0252       158.6055   -266088.2162   -222133.5316       158.6055          -2095.8776     -2988.7948    921491.4634     -2095.8776     -2988.7948

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     170     20485.0014     21574.3799      5797.0542       201.1981        -335480.2501     21017.8094         0.0000         0.0000     43834.2689        -222570.5383       159.4570   -266404.8072   -222135.2421       159.4570          -2696.1967     -3030.4961    921491.4634     -2696.1967     -3030.4961

ENERGY:     171     22225.3641     21884.1724      5796.1347       195.5169        -335757.0014     21036.7488         0.0000         0.0000     42205.8540        -222413.2105       153.5333   -264619.0645   -222135.5893       153.5333          -3373.1626     -3035.3578    921491.4634     -3373.1626     -3035.3578

ENERGY:     172     23612.5241     21689.2903      5788.4217       188.3823        -335345.7506     21036.2039         0.0000         0.0000     40787.7257        -222243.2026       148.3745   -263030.9283   -222132.3042       148.3745          -3754.4380     -3004.4813    921491.4634     -3754.4380     -3004.4813

ENERGY:     173     22089.5492     21081.4670      5776.7002       180.5475        -334414.6775     21003.0505         0.0000         0.0000     41986.3986        -222296.9647       152.7350   -264283.3632   -222121.1461       152.7350          -3608.5986     -2944.3814    921491.4634     -3608.5986     -2944.3814

ENERGY:     174     18699.8473     20250.6915      5763.7521       172.7179        -333314.9340     20954.5022         0.0000         0.0000     44924.4952        -222548.9278       163.4230   -267473.4230   -222120.6679       163.4230          -3086.0087     -2871.4631    921491.4634     -3086.0087     -2871.4631

ENERGY:     175     17219.9375     19455.5735      5752.1494       165.6559        -332464.6994     20928.3117         0.0000         0.0000     46291.0144        -222652.0570       168.3940   -268943.0714   -222120.1886       168.3940          -2676.4054     -2794.4451    921491.4634     -2676.4054     -2794.4451

ENERGY:     176     19195.1038     18891.7629      5743.5896       160.0071        -332124.2126     20943.2095         0.0000         0.0000     44722.5120        -222468.0277       162.6882   -267190.5398   -222127.3369       162.6882          -2658.3220     -2727.5044    921491.4634     -2658.3220     -2727.5044

ENERGY:     177     21863.3195     18664.1735      5738.9484       156.2659        -332371.2411     20981.6518         0.0000         0.0000     42714.2625        -222252.6195       155.3827   -264966.8820   -222125.5136       155.3827          -2870.6845     -2681.8089    921491.4634     -2870.6845     -2681.8089

ENERGY:     178     21917.7900     18733.9559      5737.6245       154.5770        -332975.2975     21015.2132         0.0000         0.0000     43101.1545        -222314.9824       156.7902   -265416.1369   -222126.1321       156.7902          -2936.2255     -2665.7683    921491.4634     -2936.2255     -2665.7683

ENERGY:     179     20058.5720     19018.0840      5738.2698       154.9022        -333648.1818     21038.3003         0.0000         0.0000     45070.9164        -222569.1372       163.9556   -267640.0536   -222127.1793       163.9556          -2805.2707     -2668.3444    921491.4634     -2805.2707     -2668.3444

TIMING: 180  CPU: 86.0893, 0.470732/step  Wall: 86.0893, 0.470732/step, 0.0418428 hours remaining, 3222.175781 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     180     19770.2944     19384.7964      5738.8341       156.9935        -334084.3525     21065.2916         0.0000         0.0000     45324.2214        -222643.9211       164.8771   -267968.1426   -222142.6344       164.8771          -2684.8629     -2671.3561    921491.4634     -2684.8629     -2671.3561

ENERGY:     181     22122.8095     19693.8083      5737.3498       160.4696        -334134.1968     21097.1422         0.0000         0.0000     42906.0430        -222416.5746       156.0804   -265322.6175   -222134.4682       156.0804          -2655.0379     -2656.7563    921491.4634     -2655.0379     -2656.7563

ENERGY:     182     23922.3457     19800.0773      5732.0748       164.8150        -333691.2984     21109.5293         0.0000         0.0000     40770.0179        -222192.4384       148.3101   -262962.4563   -222132.7634       148.3101          -2461.5987     -2635.7203    921491.4634     -2461.5987     -2635.7203

ENERGY:     183     22149.3487     19677.1534      5722.7616       169.5349        -332921.8737     21084.4911         0.0000         0.0000     41834.8234        -222283.7607       152.1836   -264118.5840   -222131.2590       152.1836          -1990.8046     -2626.5158    921491.4634     -1990.8046     -2626.5158

ENERGY:     184     18376.8756     19424.9916      5710.5468       174.1844        -332181.9079     21042.4479         0.0000         0.0000     44880.5527        -222572.3089       163.2631   -267452.8616   -222144.6141       163.2631          -1576.6176     -2645.2274    921491.4634     -1576.6176     -2645.2274

ENERGY:     185     16957.7744     19234.6873      5697.7241       178.4155        -331895.6960     21023.9443         0.0000         0.0000     46149.4987        -222653.6517       167.8792   -268803.1504   -222128.1655       167.8792          -1752.9883     -2679.2077    921491.4634     -1752.9883     -2679.2077

ENERGY:     186     19266.0405     19234.9570      5686.4352       181.9571        -332240.0936     21043.7459         0.0000         0.0000     44391.5887        -222435.3690       161.4844   -266826.9578   -222129.2886       161.4844          -2596.4732     -2731.4263    921491.4634     -2596.4732     -2731.4263

ENERGY:     187     22073.2967     19471.4302      5678.7398       184.6336        -333156.1125     21076.9264         0.0000         0.0000     42449.0057        -222222.0800       154.4178   -264671.0857   -222130.9078       154.4178          -3641.8536     -2802.0867    921491.4634     -3641.8536     -2802.0867

ENERGY:     188     22101.1830     19886.6772      5676.0120       186.3502        -334382.7609     21093.9044         0.0000         0.0000     43113.1616        -222325.4725       156.8338   -265438.6341   -222135.3907       156.8338          -4316.2655     -2887.0591    921491.4634     -4316.2655     -2887.0591

ENERGY:     189     20394.2463     20391.8600      5678.8863       187.1154        -335558.5038     21096.5840         0.0000         0.0000     45245.6388        -222564.1731       164.5912   -267809.8119   -222116.4323       164.5912          -4451.6370     -2950.0786    921491.4634     -4451.6370     -2950.0786

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     190     20342.0726     20848.4446      5686.3597       187.0164        -336318.7430     21106.5487         0.0000         0.0000     45533.2635        -222615.0374       165.6375   -268148.3009   -222116.1590       165.6375          -4141.9210     -2962.8209    921491.4634     -4141.9210     -2962.8209

ENERGY:     191     22534.8506     21157.2825      5696.5257       186.2614        -336419.5248     21124.8644         0.0000         0.0000     43330.7337        -222389.0066       157.6253   -265719.7403   -222114.1140       157.6253          -3471.5977     -2915.5481    921491.4634     -3471.5977     -2915.5481

ENERGY:     192     23768.4831     21244.3746      5706.8010       185.1520        -335814.4789     21125.1403         0.0000         0.0000     41560.2538        -222224.2740       151.1848   -263784.5278   -222108.6417       151.1848          -2412.4655     -2830.7902    921491.4634     -2412.4655     -2830.7902

ENERGY:     193     21710.8595     21097.1072      5714.9848       184.0569        -334711.3256     21092.9042         0.0000         0.0000     42578.8349        -222332.5781       154.8901   -264911.4130   -222093.8902       154.8901          -1181.4694     -2735.1546    921491.4634     -1181.4694     -2735.1546

ENERGY:     194     18383.3650     20711.5281      5719.3482       183.2863        -333492.4629     21054.1040         0.0000         0.0000     44867.8136        -222573.0178       163.2168   -267440.8315   -222092.1687       163.2168           -314.8315     -2651.4482    921491.4634      -314.8315     -2651.4482

ENERGY:     195     17581.7012     20169.9815      5719.7968       183.0839        -332603.8307     21048.2209         0.0000         0.0000     45307.7485        -222593.2979       164.8171   -267901.0464   -222091.6060       164.8171           -398.0877     -2592.7756    921491.4634      -398.0877     -2592.7756

ENERGY:     196     19755.8662     19594.9320      5717.4229       183.5644        -332319.6949     21082.8578         0.0000         0.0000     43603.6156        -222381.4360       158.6180   -265985.0516   -222096.3126       158.6180          -1480.5939     -2574.8092    921491.4634     -1480.5939     -2574.8092

ENERGY:     197     21700.3670     19122.7580      5714.1451       184.7200        -332668.2730     21129.4587         0.0000         0.0000     42574.3655        -222242.4586       154.8738   -264816.8241   -222086.7179       154.8738          -3040.7436     -2596.5494    921491.4634     -3040.7436     -2596.5494

ENERGY:     198     21224.0061     18800.3006      5711.3574       186.3640        -333385.4996     21161.1533         0.0000         0.0000     43911.2864        -222391.0319       159.7372   -266302.3183   -222090.4391       159.7372          -4381.6808     -2646.7679    921491.4634     -4381.6808     -2646.7679

ENERGY:     199     20113.4048     18634.4040      5710.3429       188.2374        -334151.8586     21182.1776         0.0000         0.0000     45722.9588        -222600.3329       166.3276   -268323.2917   -222093.2750       166.3276          -5152.2285     -2691.5412    921491.4634     -5152.2285     -2691.5412

LDB: ============= START OF LOAD BALANCING ============== 101.689
LDB: Largest compute 200 load 0.426682 is 1.2% of average load 36.650221
LDB: Average compute 0.051331 is 0.1% of average load 36.650221
LDB: TIME 101.691 LOAD: AVG 36.6502 MAX 37.6897  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3222.53 MB
LDB: TIME 101.693 LOAD: AVG 36.6502 MAX 37.5415  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 TorusLB MEM: 3222.53 MB
LDB: ============== END OF LOAD BALANCING =============== 101.695
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 101.698
Info: Initial time: 4 CPUs 0.471259 s/step 5.45438 days/ns 3223.53 MB memory
TIMING: 200  CPU: 95.507, 0.470884/step  Wall: 95.507, 0.470884/step, 0.0392404 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     200     21073.6837     18595.6350      5711.8747       190.0258        -334670.2810     21209.9247         0.0000         0.0000     45319.1600        -222569.9771       164.8586   -267889.1371   -222114.5244       164.8586          -5241.8526     -2703.6813    921491.4634     -5241.8526     -2703.6813

ENERGY:     201     23380.1030     18674.3334      5716.2802       191.4188        -334751.7130     21239.1340         0.0000         0.0000     43222.4694        -222327.9741       157.2315   -265550.4435   -222100.1077       157.2315          -4546.2005     -2661.1901    921491.4634     -4546.2005     -2661.1901

ENERGY:     202     23622.8117     18850.8451      5722.5980       192.1474        -334305.3005     21243.2751         0.0000         0.0000     42432.5587        -222241.0646       154.3580   -264673.6232   -222096.8289       154.3580          -3005.0519     -2588.0014    921491.4634     -3005.0519     -2588.0014

ENERGY:     203     20743.8946     19130.0391      5729.2400       192.0764        -333501.9371     21215.8253         0.0000         0.0000     44059.6985        -222431.1633       160.2771   -266490.8618   -222093.6425       160.2771          -1046.8258     -2512.4435    921491.4634     -1046.8258     -2512.4435

ENERGY:     204     17862.6124     19486.9556      5734.1463       191.2124        -332722.2197     21188.8402         0.0000         0.0000     45629.4719        -222628.9809       165.9875   -268258.4527   -222116.7001       165.9875            452.9932     -2462.2930    921491.4634       452.9932     -2462.2930

ENERGY:     205     18189.0791     19868.9413      5735.7153       189.6741        -332398.2548     21197.9185         0.0000         0.0000     44690.7149        -222526.2116       162.5725   -267216.9265   -222099.8059       162.5725            731.8535     -2447.6354    921491.4634       731.8535     -2447.6354

ENERGY:     206     20668.8902     20170.9985      5732.9811       187.6404        -332716.3431     21241.8390         0.0000         0.0000     42439.0584        -222274.9355       154.3816   -264713.9940   -222100.3396       154.3816           -230.6568     -2488.2938    921491.4634      -230.6568     -2488.2938

ENERGY:     207     21693.8032     20338.2889      5726.5434       185.3060        -333603.9788     21289.9000         0.0000         0.0000     42143.6914        -222226.4458       153.3072   -264370.1372   -222103.0931       153.3072          -1896.3478     -2585.9683    921491.4634     -1896.3478     -2585.9683

ENERGY:     208     20293.2703     20371.8902      5718.1572       182.8654        -334789.2377     21322.2409         0.0000         0.0000     44428.6270        -222472.1867       161.6191   -266900.8137   -222122.6316       161.6191          -3669.0643     -2719.7953    921491.4634     -3669.0643     -2719.7953

ENERGY:     209     19428.8171     20325.0057      5710.3389       180.5135        -335910.2413     21349.5043         0.0000         0.0000     46273.6801        -222642.3817       168.3309   -268916.0618   -222106.7903       168.3309          -5197.7275     -2836.6307    921491.4634     -5197.7275     -2836.6307

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     210     21385.1735     20194.2568      5705.3139       178.4614        -336615.7769     21385.1095         0.0000         0.0000     45251.4334        -222516.0284       164.6123   -267767.4618   -222108.2018       164.6123          -6091.3664     -2896.2628    921491.4634     -6091.3664     -2896.2628

ENERGY:     211     24099.1929     19985.8631      5704.9373       176.9105        -336667.8928     21415.1476         0.0000         0.0000     43031.7285        -222254.1130       156.5376   -265285.8415   -222106.8543       156.5376          -5900.2979     -2885.1011    921491.4634     -5900.2979     -2885.1011

ENERGY:     212     23739.2710     19730.8222      5710.0295       176.0352        -336013.6224     21412.5982         0.0000         0.0000     42995.1638        -222249.7024       156.4046   -265244.8662   -222104.2317       156.4046          -4424.1003     -2820.3211    921491.4634     -4424.1003     -2820.3211

ENERGY:     213     20150.2160     19524.5248      5720.1722       175.9508        -334874.6440     21380.5551         0.0000         0.0000     45418.7806        -222504.4445       165.2210   -267923.2251   -222097.3833       165.2210          -2174.3118     -2725.0841    921491.4634     -2174.3118     -2725.0841

ENERGY:     214     17315.5529     19421.7448      5733.3059       176.6827        -333645.3934     21358.4485         0.0000         0.0000     46958.4703        -222681.1883       170.8220   -269639.6587   -222093.7405       170.8220           -143.6685     -2626.0578    921491.4634      -143.6685     -2626.0578

ENERGY:     215     18210.5055     19441.9743      5746.5772       178.1492        -332787.3320     21379.5595         0.0000         0.0000     45302.6747        -222527.8915       164.7987   -267830.5662   -222091.0445       164.7987            784.0015     -2554.0368    921491.4634       784.0015     -2554.0368

ENERGY:     216     20973.4717     19522.5061      5756.9571       180.1770        -332560.1061     21436.4835         0.0000         0.0000     42442.1789        -222248.3317       154.3930   -264690.5106   -222073.6155       154.3930            420.9902     -2541.5428    921491.4634       420.9902     -2541.5428

ENERGY:     217     21778.3868     19581.4820      5762.2416       182.5517        -333010.6758     21497.2705         0.0000         0.0000     41983.6752        -222225.0682       152.7251   -264208.7433   -222064.4464       152.7251           -882.1699     -2598.7244    921491.4634      -882.1699     -2598.7244

ENERGY:     218     20165.9157     19540.0891      5761.2415       184.9927        -333856.1148     21546.6560         0.0000         0.0000     44178.6837        -222478.5360       160.7099   -266657.2197   -222068.8154       160.7099          -2628.0653     -2703.9747    921491.4634     -2628.0653     -2703.9747

ENERGY:     219     19429.8641     19413.3933      5754.3577       187.2447        -334778.0710     21596.8808         0.0000         0.0000     45751.9298        -222644.4006       166.4329   -268396.3305   -222073.1719       166.4329          -4457.7333     -2810.5237    921491.4634     -4457.7333     -2810.5237

TIMING: 220  CPU: 104.921, 0.470719/step  Wall: 104.921, 0.470719/step, 0.0366115 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     220     21580.9145     19260.1138      5743.1672       189.1021        -335473.8432     21655.3184         0.0000         0.0000     44539.5739        -222505.6534       162.0227   -267045.2273   -222092.6288       162.0227          -5898.3512     -2876.6577    921491.4634     -5898.3512     -2876.6577

ENERGY:     221     24234.7392     19146.8280      5730.1601       190.4777        -335718.7274     21699.4244         0.0000         0.0000     42467.0189        -222250.0792       154.4833   -264717.0981   -222077.7834       154.4833          -6342.7098     -2884.3552    921491.4634     -6342.7098     -2884.3552

ENERGY:     222     23735.1224     19085.7309      5717.7679       191.2893        -335388.9912     21700.3076         0.0000         0.0000     42702.0390        -222256.7342       155.3383   -264958.7732   -222075.6637       155.3383          -5368.7278     -2838.7016    921491.4634     -5368.7278     -2838.7016

ENERGY:     223     20286.4335     19110.8426      5708.3528       191.5579        -334633.3911     21665.5241         0.0000         0.0000     45168.7533        -222501.9268       164.3115   -267670.6801   -222072.2456       164.3115          -3322.8075     -2753.9474    921491.4634     -3322.8075     -2753.9474

ENERGY:     224     17721.9817     19276.3016      5703.4615       191.3517        -333831.1555     21637.4892         0.0000         0.0000     46650.8782        -222649.6915       169.7031   -269300.5697   -222098.2845       169.7031          -1151.0968     -2650.6854    921491.4634     -1151.0968     -2650.6854

ENERGY:     225     18451.5609     19639.7347      5703.5482       190.8347        -333424.4644     21647.4587         0.0000         0.0000     45301.5806        -222489.7467       164.7947   -267791.3273   -222079.9377       164.7947            226.2574     -2563.9720    921491.4634       226.2574     -2563.9720

ENERGY:     226     20569.7733     20147.6373      5707.2430       190.0457        -333606.5691     21686.9380         0.0000         0.0000     43034.1678        -222270.7641       156.5465   -265304.9319   -222078.6802       156.5465            530.9033     -2526.3323    921491.4634       530.9033     -2526.3323

ENERGY:     227     21011.1677     20670.4530      5712.3895       189.0769        -334317.7217     21728.2283         0.0000         0.0000     42721.7945        -222284.6117       155.4101   -265006.4062   -222080.2096       155.4101           -104.6489     -2553.6074    921491.4634      -104.6489     -2553.6074

ENERGY:     228     19866.2929     21035.8342      5716.6482       188.0080        -335312.4263     21761.2922         0.0000         0.0000     44242.5385        -222501.8121       160.9422   -266744.3506   -222102.7890       160.9422          -1440.0182     -2625.9673    921491.4634     -1440.0182     -2625.9673

ENERGY:     229     19874.0814     21137.5586      5718.5477       187.0043        -336264.4463     21796.8119         0.0000         0.0000     44976.5836        -222573.8589       163.6124   -267550.4424   -222086.0487       163.6124          -3234.4608     -2710.7215    921491.4634     -3234.4608     -2710.7215

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     230     21999.2456     20926.2537      5717.1889       185.9786        -336838.6560     21834.6449         0.0000         0.0000     43751.0551        -222424.2892       159.1543   -266175.3442   -222088.6907       159.1543          -4902.3780     -2766.0557    921491.4634     -4902.3780     -2766.0557

ENERGY:     231     23806.6618     20470.3272      5713.0793       184.9073        -336794.0747     21849.7232         0.0000         0.0000     42506.4013        -222262.9745       154.6266   -264769.3758   -222089.4820       154.6266          -5730.6842     -2773.7615    921491.4634     -5730.6842     -2773.7615

ENERGY:     232     22812.6531     19886.6601      5707.7133       183.7520        -336072.1012     21820.0134         0.0000         0.0000     43315.5693        -222345.7400       157.5701   -265661.3093   -222098.2753       157.5701          -5301.5936     -2731.4986    921491.4634     -5301.5936     -2731.4986

ENERGY:     233     20035.6403     19318.2043      5703.4910       182.6157        -334889.2828     21760.7375         0.0000         0.0000     45350.0988        -222538.4951       164.9712   -267888.5939   -222089.6820       164.9712          -3899.2116     -2646.7386    921491.4634     -3899.2116     -2646.7386

ENERGY:     234     18553.6065     18856.0076      5702.3325       181.3395        -333642.4870     21712.9297         0.0000         0.0000     46049.0874        -222587.1837       167.5139   -268636.2712   -222086.3328       167.5139          -2187.7191     -2534.9736    921491.4634     -2187.7191     -2534.9736

ENERGY:     235     19419.0964     18603.4161      5705.8180       179.9133        -332789.1747     21702.6094         0.0000         0.0000     44750.4959        -222427.8255       162.7900   -267178.3214   -222083.1202       162.7900           -820.1735     -2429.4349    921491.4634      -820.1735     -2429.4349

ENERGY:     236     20566.0778     18629.1001      5714.2865       178.3391        -332585.8847     21721.5010         0.0000         0.0000     43477.4014        -222299.1787       158.1588   -265776.5801   -222073.0119       158.1588           -108.6482     -2371.7044    921491.4634      -108.6482     -2371.7044

ENERGY:     237     20196.0059     18940.2032      5726.8243       176.7459        -333068.3186     21749.0155         0.0000         0.0000     43898.3780        -222381.1459       159.6902   -266279.5240   -222063.3605       159.6902           -172.1588     -2373.2012    921491.4634      -172.1588     -2373.2012

ENERGY:     238     19419.4414     19404.0885      5740.6977       175.0128        -333964.3153     21778.9042         0.0000         0.0000     44901.2438        -222544.9270       163.3384   -267446.1708   -222065.9778       163.3384           -987.6014     -2425.5310    921491.4634      -987.6014     -2425.5310

ENERGY:     239     20428.8617     19846.5441      5752.8836       173.1946        -334966.8379     21816.7507         0.0000         0.0000     44416.4635        -222532.1397       161.5749   -266948.6032   -222068.9825       161.5749          -2385.1782     -2499.0796    921491.4634     -2385.1782     -2499.0796

TIMING: 240  CPU: 114.327, 0.470278/step  Wall: 114.327, 0.470278/step, 0.0339645 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     240     22861.0421     20119.9136      5760.6909       171.4213        -335766.3625     21854.4251         0.0000         0.0000     42641.4776        -222357.3919       155.1180   -264998.8695   -222074.0952       155.1180          -3844.9086     -2568.3896    921491.4634     -3844.9086     -2568.3896

ENERGY:     241     23920.0054     20195.4873      5762.7124       169.9828        -336129.3251     21865.1030         0.0000         0.0000     41957.8936        -222258.1406       152.6313   -264216.0342   -222063.9158       152.6313          -4724.4492     -2616.3453    921491.4634     -4724.4492     -2616.3453

ENERGY:     242     22110.7716     20111.8209      5758.5348       169.0441        -335904.8194     21831.0566         0.0000         0.0000     43526.8720        -222396.7195       158.3388   -265923.5915   -222063.5735       158.3388          -4623.1689     -2633.0913    921491.4634     -4623.1689     -2633.0913

ENERGY:     243     19462.3619     19969.6444      5749.3614       168.8705        -335233.7065     21770.4746         0.0000         0.0000     45537.0691        -222575.9245       165.6513   -268112.9936   -222061.6673       165.6513          -3760.4505     -2614.6992    921491.4634     -3760.4505     -2614.6992

ENERGY:     244     18822.2463     19849.3933      5737.4544       169.6534        -334482.6005     21720.5674         0.0000         0.0000     45629.1664        -222554.1192       165.9864   -268183.2856   -222078.7769       165.9864          -2667.7298     -2573.2150    921491.4634     -2667.7298     -2573.2150

ENERGY:     245     20148.2368     19811.7597      5725.7785       171.4559        -334087.5941     21701.2468         0.0000         0.0000     44168.5249        -222360.5915       160.6730   -266529.1164   -222068.6363       160.6730          -1771.6901     -2533.5455    921491.4634     -1771.6901     -2533.5455

ENERGY:     246     20878.5482     19853.7022      5716.8932       174.1558        -334213.1201     21705.0849         0.0000         0.0000     43600.4182        -222284.3176       158.6063   -265884.7358   -222067.4293       158.6063          -1173.7930     -2523.3912    921491.4634     -1173.7930     -2523.3912

ENERGY:     247     19868.5288     19979.6438      5712.7400       177.5412        -334802.1838     21719.8452         0.0000         0.0000     44912.1912        -222431.6935       163.3782   -267343.8847   -222068.1392       163.3782           -983.0001     -2552.5931    921491.4634      -983.0001     -2552.5931

ENERGY:     248     19035.4925     20164.4294      5713.8450       181.3144        -335623.1351     21746.4309         0.0000         0.0000     46185.9363        -222595.6866       168.0117   -268781.6229   -222090.3128       168.0117          -1359.1248     -2608.3066    921491.4634     -1359.1248     -2608.3066

ENERGY:     249     20484.3306     20353.6192      5719.1623       185.0800        -336433.0065     21788.9032         0.0000         0.0000     45370.8153        -222531.0960       165.0466   -267901.9113   -222082.9712       165.0466          -2308.0288     -2671.2386    921491.4634     -2308.0288     -2671.2386

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     250     23155.2057     20422.5255      5726.1009       188.5682        -336907.4408     21832.9287         0.0000         0.0000     43252.1659        -222329.9458       157.3395   -265582.1117   -222084.2879       157.3395          -3365.2097     -2722.3880    921491.4634     -3365.2097     -2722.3880

ENERGY:     251     24002.1399     20302.5995      5731.6573       191.5295        -336816.8446     21849.8671         0.0000         0.0000     42475.2392        -222263.8122       154.5132   -264739.0513   -222084.8991       154.5132          -3958.0340     -2753.0724    921491.4634     -3958.0340     -2753.0724

ENERGY:     252     21994.9041     20013.1598      5733.2541       193.8023        -336093.2673     21826.9293         0.0000         0.0000     43905.3720        -222425.8456       159.7157   -266331.2176   -222091.3305       159.7157          -3843.4682     -2758.0339    921491.4634     -3843.4682     -2758.0339

ENERGY:     253     19499.8636     19667.1122      5729.5496       195.2411        -334977.1804     21784.0535         0.0000         0.0000     45520.0193        -222581.3411       165.5893   -268101.3604   -222082.7205       165.5893          -3300.1273     -2735.8132    921491.4634     -3300.1273     -2735.8132

ENERGY:     254     19073.0880     19348.2296      5720.5008       195.9622        -333839.8795     21752.6522         0.0000         0.0000     45220.9196        -222528.5271       164.5013   -267749.4467   -222080.4686       164.5013          -2707.1336     -2696.1701    921491.4634     -2707.1336     -2696.1701

ENERGY:     255     20324.2311     19109.4103      5707.6062       196.0620        -333099.9231     21746.1513         0.0000         0.0000     43667.4212        -222349.0410       158.8501   -266016.4622   -222078.3975       158.8501          -2282.5425     -2662.7815    921491.4634     -2282.5425     -2662.7815

ENERGY:     256     20899.4410     18950.9579      5693.4518       195.6570        -332975.5972     21757.6846         0.0000         0.0000     43181.1611        -222297.2438       157.0812   -265478.4049   -222071.2739       157.0812          -2042.2409     -2664.5199    921491.4634     -2042.2409     -2664.5199

ENERGY:     257     20029.5654     18878.1874      5681.1759       194.7976        -333481.0039     21780.2417         0.0000         0.0000     44488.5468        -222428.4891       161.8371   -266917.0359   -222060.1684       161.8371          -2035.5363     -2692.1442    921491.4634     -2035.5363     -2692.1442

ENERGY:     258     19453.5867     18882.0667      5673.2911       193.6684        -334373.1545     21817.5076         0.0000         0.0000     45796.2579        -222556.7762       166.5942   -268353.0341   -222062.0608       166.5942          -2331.2329     -2737.1920    921491.4634     -2331.2329     -2737.1920

ENERGY:     259     20717.7708     18984.1029      5671.3007       192.3773        -335369.5277     21871.0064         0.0000         0.0000     45431.1556        -222501.8139       165.2661   -267932.9695   -222063.7307       165.2661          -2890.3671     -2780.4961    921491.4634     -2890.3671     -2780.4961

TIMING: 260  CPU: 123.723, 0.469805/step  Wall: 123.723, 0.469805/step, 0.0313203 hours remaining, 3223.835938 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     260     22744.9543     19188.2462      5675.1875       191.0393        -336169.7725     21924.7892         0.0000         0.0000     44083.4306        -222362.1254       160.3634   -266445.5560   -222069.6810       160.3634          -3407.4794     -2810.9878    921491.4634     -3407.4794     -2810.9878

ENERGY:     261     23215.5573     19485.4654      5683.6413       189.7700        -336523.9795     21953.3901         0.0000         0.0000     43676.0234        -222320.1320       158.8814   -265996.1554   -222052.8233       158.8814          -3555.3694     -2822.8648    921491.4634     -3555.3694     -2822.8648

ENERGY:     262     21606.2723     19814.6776      5694.0656       188.7122        -336291.7854     21947.6072         0.0000         0.0000     44601.6347        -222438.8157       162.2485   -267040.4504   -222052.4320       162.2485          -3214.7560     -2810.4637    921491.4634     -3214.7560     -2810.4637

ENERGY:     263     19781.1227     20140.5620      5703.8103       187.9445        -335614.9707     21924.4739         0.0000         0.0000     45349.7773        -222527.2801       164.9700   -267877.0574   -222051.1544       164.9700          -2647.8114     -2773.3903    921491.4634     -2647.8114     -2773.3903

ENERGY:     264     19385.2259     20436.4303      5710.6950       187.5052        -334855.9509     21907.7771         0.0000         0.0000     44751.4785        -222476.8388       162.7936   -267228.3173   -222069.1983       162.7936          -2191.1926     -2723.5294    921491.4634     -2191.1926     -2723.5294

ENERGY:     265     19946.8416     20681.9923      5713.6241       187.4392        -334395.6630     21906.0162         0.0000         0.0000     43607.6375        -222352.1120       158.6326   -265959.7495   -222054.3371       158.6326          -2038.0573     -2683.6034    921491.4634     -2038.0573     -2683.6034

ENERGY:     266     20048.7900     20788.8698      5712.1327       187.6137        -334399.4576     21914.4804         0.0000         0.0000     43399.3797        -222348.1912       157.8750   -265747.5709   -222054.3634       157.8750          -2130.7241     -2664.5956    921491.4634     -2130.7241     -2664.5956

ENERGY:     267     19648.0906     20691.2677      5707.0583       187.8501        -334831.4855     21930.8373         0.0000         0.0000     44220.2169        -222446.1645       160.8610   -266666.3815   -222055.6584       160.8610          -2435.4235     -2662.6783    921491.4634     -2435.4235     -2662.6783

ENERGY:     268     19962.9160     20375.7514      5700.1930       187.9286        -335513.7449     21959.1257         0.0000         0.0000     44823.5378        -222504.2923       163.0557   -267327.8302   -222075.9874       163.0557          -2903.2126     -2658.6181    921491.4634     -2903.2126     -2658.6181

ENERGY:     269     21396.7813     19927.1702      5694.0390       187.7640        -336221.0661     21997.2160         0.0000         0.0000     44586.5100        -222431.5858       162.1935   -267018.0957   -222066.1972       162.1935          -3401.4129     -2647.2949    921491.4634     -3401.4129     -2647.2949

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     270     22620.1933     19450.9167      5690.3173       187.1618        -336650.6774     22028.8070         0.0000         0.0000     44308.0075        -222365.2737       161.1804   -266673.2812   -222067.0434       161.1804          -3583.3634     -2617.7583    921491.4634     -3583.3634     -2617.7583

ENERGY:     271     22345.5823     19078.8066      5690.0209       186.1610        -336571.7891     22035.2501         0.0000         0.0000     44829.4472        -222406.5211       163.0772   -267235.9683   -222066.8385       163.0772          -3261.2174     -2569.2622    921491.4634     -3261.2174     -2569.2622

ENERGY:     272     21021.5583     18896.0662      5692.8269       184.9335        -335921.4612     22015.0580         0.0000         0.0000     45607.7076        -222503.3108       165.9083   -268111.0184   -222081.1570       165.9083          -2551.9682     -2501.8804    921491.4634     -2551.9682     -2501.8804

ENERGY:     273     20123.2134     18932.9081      5697.5118       183.8526        -334925.7010     21985.5296         0.0000         0.0000     45502.7161        -222499.9693       165.5264   -268002.6854   -222069.0456       165.5264          -1837.1974     -2434.6759    921491.4634     -1837.1974     -2434.6759

ENERGY:     274     20074.7415     19121.4863      5701.6806       183.0070        -333931.6256     21965.2977         0.0000         0.0000     44478.5175        -222406.8949       161.8006   -266885.4125   -222066.8026       161.8006          -1366.5212     -2384.6634    921491.4634     -1366.5212     -2384.6634

ENERGY:     275     20005.4317     19374.0682      5703.3424       182.5376        -333318.5602     21960.8300         0.0000         0.0000     43741.9681        -222350.3822       159.1213   -266092.3503   -222065.7690       159.1213          -1269.7930     -2374.8868    921491.4634     -1269.7930     -2374.8868

ENERGY:     276     19401.8503     19594.7509      5701.2547       182.4904        -333292.1281     21971.0410         0.0000         0.0000     44028.5270        -222412.2139       160.1637   -266440.7409   -222072.9394       160.1637          -1580.1300     -2417.6041    921491.4634     -1580.1300     -2417.6041

ENERGY:     277     19149.2972     19724.7161      5695.5210       182.9396        -333864.3454     21997.2388         0.0000         0.0000     44632.8111        -222481.8217       162.3619   -267114.6328   -222061.0987       162.3619          -2311.7545     -2498.0545    921491.4634     -2311.7545     -2498.0545

ENERGY:     278     20199.4577     19713.7760      5686.9122       183.6585        -334821.1003     22041.3360         0.0000         0.0000     44532.2540        -222463.7060       161.9961   -266995.9601   -222063.4130       161.9961          -3254.8157     -2593.7696    921491.4634     -3254.8157     -2593.7696

ENERGY:     279     21984.3649     19593.9431      5677.5176       184.5187        -335888.5800     22096.4200         0.0000         0.0000     43975.0879        -222376.7278       159.9693   -266351.8158   -222065.2022       159.9693          -4044.3213     -2682.8389    921491.4634     -4044.3213     -2682.8389

TIMING: 280  CPU: 133.105, 0.469107/step  Wall: 133.105, 0.469107/step, 0.0286677 hours remaining, 3223.835938 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     280     22859.3231     19458.4366      5670.0026       185.3899        -336752.6631     22145.1355         0.0000         0.0000     44066.7337        -222367.6417       160.3027   -266434.3754   -222073.4245       160.3027          -4286.3893     -2748.0546    921491.4634     -4286.3893     -2748.0546

ENERGY:     281     22172.5959     19445.1182      5667.0588       186.2206        -337154.6800     22172.1193         0.0000         0.0000     45063.2421        -222448.3251       163.9277   -267511.5672   -222064.8517       163.9277          -3881.2950     -2782.5902    921491.4634     -3881.2950     -2782.5902

ENERGY:     282     20943.7897     19615.5377      5669.9796       186.8360        -336942.5030     22176.7655         0.0000         0.0000     45823.3369        -222526.2576       166.6927   -268349.5945   -222063.3314       166.6927          -2992.3270     -2779.3667    921491.4634     -2992.3270     -2779.3667

ENERGY:     283     20432.1059     19966.6613      5678.8137       187.1634        -336251.9196     22171.0649         0.0000         0.0000     45328.8520        -222487.2585       164.8939   -267816.1105   -222060.8458       164.8939          -2008.7734     -2748.2305    921491.4634     -2008.7734     -2748.2305

ENERGY:     284     20506.3998     20401.8820      5692.0830       187.1346        -335412.6295     22166.2910         0.0000         0.0000     44071.4479        -222387.3913       160.3198   -266458.8392   -222061.5538       160.3198          -1267.2789     -2712.3901    921491.4634     -1267.2789     -2712.3901

ENERGY:     285     20203.3288     20789.9627      5707.3565       186.7145        -334827.1962     22167.0166         0.0000         0.0000     43418.2628        -222354.5543       157.9437   -265772.8172   -222053.5965       157.9437          -1010.8437     -2700.0819    921491.4634     -1010.8437     -2700.0819

ENERGY:     286     19396.6310     20966.5620      5721.5031       185.8230        -334658.1145     22176.6864         0.0000         0.0000     43785.6880        -222425.2211       159.2803   -266210.9090   -222054.0581       159.2803          -1306.7502     -2717.2846    921491.4634     -1306.7502     -2717.2846

ENERGY:     287     19176.1190     20856.7821      5731.9346       184.4714        -334918.1477     22200.2911         0.0000         0.0000     44282.9437        -222485.6058       161.0892   -266768.5494   -222055.7251       161.0892          -2148.9613     -2753.3343    921491.4634     -2148.9613     -2753.3343

ENERGY:     288     20263.2088     20475.2851      5736.9557       182.7335        -335468.3147     22237.9038         0.0000         0.0000     44116.9903        -222455.2375       160.4855   -266572.2278   -222066.9053       160.4855          -3310.5880     -2790.1553    921491.4634     -3310.5880     -2790.1553

ENERGY:     289     21886.4835     19928.6979      5736.1905       180.7560        -336126.9121     22279.0690         0.0000         0.0000     43733.4510        -222382.2642       159.0903   -266115.7152   -222062.2724       159.0903          -4368.9815     -2809.8749    921491.4634     -4368.9815     -2809.8749

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     290     22615.9845     19325.5267      5730.3279       178.6973        -336571.4573     22308.2175         0.0000         0.0000     44027.4231        -222385.2803       160.1597   -266412.7034   -222063.4684       160.1597          -4815.3286     -2796.0389    921491.4634     -4815.3286     -2796.0389

ENERGY:     291     22115.7702     18802.2910      5721.4122       176.7646        -336554.3556     22315.5630         0.0000         0.0000     44963.0862        -222459.4683       163.5634   -267422.5545   -222063.1775       163.5634          -4450.6672     -2738.1107    921491.4634     -4450.6672     -2738.1107

ENERGY:     292     21262.5908     18472.4017      5712.2431       175.1751        -335987.2697     22302.8784         0.0000         0.0000     45560.3452        -222501.6354       165.7360   -268061.9805   -222072.5160       165.7360          -3435.4154     -2639.3511    921491.4634     -3435.4154     -2639.3511

ENERGY:     293     20783.4659     18411.7344      5705.7252       174.1484        -335092.9703     22279.1182         0.0000         0.0000     45283.4159        -222455.3624       164.7286   -267738.7782   -222061.5453       164.7286          -2166.7334     -2517.2543    921491.4634     -2166.7334     -2517.2543

ENERGY:     294     20398.6127     18589.6438      5703.5791       173.8101        -334179.1784     22254.0800         0.0000         0.0000     44662.2336        -222397.2191       162.4689   -267059.4527   -222058.8849       162.4689          -1006.6040     -2405.5592    921491.4634     -1006.6040     -2405.5592

ENERGY:     295     19706.6743     18924.3584      5706.2255       174.2141        -333602.5014     22236.6569         0.0000         0.0000     44449.5910        -222404.7813       161.6954   -266854.3722   -222057.5859       161.6954           -311.5565     -2335.1538    921491.4634      -311.5565     -2335.1538

ENERGY:     296     19122.8992     19301.4533      5712.5929       175.3096        -333576.4725     22236.1190         0.0000         0.0000     44573.6027        -222454.4959       162.1465   -267028.0986   -222067.3938       162.1465           -347.2083     -2322.9739    921491.4634      -347.2083     -2322.9739

ENERGY:     297     19439.7489     19641.8018      5720.7182       176.9777        -334148.9753     22258.2525         0.0000         0.0000     44466.2677        -222445.2086       161.7561   -266911.4763   -222050.8186       161.7561          -1189.5387     -2359.0875    921491.4634     -1189.5387     -2359.0875

ENERGY:     298     20578.5046     19886.6665      5727.8935       178.9488        -335137.5239     22299.1411         0.0000         0.0000     44067.5344        -222398.8350       160.3056   -266466.3694   -222053.6275       160.3056          -2519.0814     -2427.9308    921491.4634     -2519.0814     -2427.9308

ENERGY:     299     21598.9656     20050.9660      5731.9440       180.9390        -336266.8203     22346.0658         0.0000         0.0000     43977.6321        -222380.3077       159.9785   -266357.9398   -222056.3728       159.9785          -3820.1265     -2506.2687    921491.4634     -3820.1265     -2506.2687

LDB: ============= START OF LOAD BALANCING ============== 148.698
LDB: Largest compute 230 load 0.521088 is 1.1% of average load 45.794727
LDB: Average compute 0.064146 is 0.1% of average load 45.794727
LDB: TIME 148.7 LOAD: AVG 45.7947 MAX 46.9899  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3224.19 MB
LDB: TIME 148.701 LOAD: AVG 45.7947 MAX 46.9899  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 RefineTorusLB MEM: 3224.19 MB
LDB: TIME 148.715 LOAD: AVG 45.7947 MAX 46.3158  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: ============== END OF LOAD BALANCING =============== 148.716
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 148.718
Info: Initial time: 4 CPUs 0.469715 s/step 5.43652 days/ns 3224.19 MB memory
TIMING: 300  CPU: 142.498, 0.469647/step  Wall: 142.498, 0.469647/step, 0.0260915 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     300     21869.9883     20174.1888      5731.6695       182.6816        -337209.9030     22385.4780         0.0000         0.0000     44423.7995        -222442.0973       161.6016   -266865.8968   -222076.5869       161.6016          -4600.9410     -2563.6019    921491.4634     -4600.9410     -2563.6019

ENERGY:     301     21754.7698     20299.7851      5727.3852       184.0330        -337665.1000     22409.6627         0.0000         0.0000     44817.7467        -222471.7175       163.0346   -267289.4642   -222059.2469       163.0346          -4657.8464     -2584.2293    921491.4634     -4657.8464     -2584.2293

ENERGY:     302     21723.0645     20395.7906      5720.2599       184.8676        -337483.0151     22416.9292         0.0000         0.0000     44599.2672        -222442.8361       162.2399   -267042.1033   -222057.3399       162.2399          -3958.8648     -2554.2736    921491.4634     -3958.8648     -2554.2736

ENERGY:     303     21512.5326     20430.0799      5712.5286       185.2198        -336784.9549     22409.2049         0.0000         0.0000     44154.6912        -222380.6979       160.6226   -266535.3891   -222054.2088       160.6226          -2717.2718     -2487.9822    921491.4634     -2717.2718     -2487.9822

ENERGY:     304     20579.5056     20379.6043      5706.6112       185.2163        -335895.7343     22392.3087         0.0000         0.0000     44259.5533        -222392.9349       161.0041   -266652.4882   -222063.7236       161.0041          -1310.8209     -2411.5371    921491.4634     -1310.8209     -2411.5371

ENERGY:     305     19294.2489     20267.1924      5704.5649       185.0761        -335184.3676     22377.9876         0.0000         0.0000     44903.5551        -222451.7425       163.3468   -267355.2977   -222049.0629       163.3468           -285.4665     -2359.8439    921491.4634      -285.4665     -2359.8439

ENERGY:     306     18813.6234     20091.4461      5706.8791       184.8700        -334861.4715     22380.1170         0.0000         0.0000     45195.6070        -222488.9287       164.4092   -267684.5358   -222048.9453       164.4092            -34.4475     -2342.9901    921491.4634       -34.4475     -2342.9901

ENERGY:     307     19699.8290     19880.2871      5712.8835       184.6555        -334994.2782     22404.6079         0.0000         0.0000     44676.1364        -222435.8788       162.5195   -267112.0152   -222050.4563       162.5195           -686.7126     -2362.0196    921491.4634      -686.7126     -2362.0196

ENERGY:     308     21066.5788     19666.1169      5720.7563       184.4262        -335495.7179     22443.3091         0.0000         0.0000     44039.4395        -222375.0911       160.2034   -266414.5305   -222060.2281       160.2034          -1960.6042     -2406.6006    921491.4634     -1960.6042     -2406.6006

ENERGY:     309     21696.0235     19507.1880      5728.2464       184.2113        -336171.4698     22480.8021         0.0000         0.0000     44190.3408        -222384.6577       160.7523   -266574.9986   -222050.0295       160.7523          -3383.0056     -2467.8899    921491.4634     -3383.0056     -2467.8899

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     310     21508.7275     19421.0240      5732.7586       183.9063        -336693.8611     22505.8457         0.0000         0.0000     44871.0066        -222470.5924       163.2284   -267341.5990   -222052.4938       163.2284          -4424.6315     -2515.2222    921491.4634     -4424.6315     -2515.2222

ENERGY:     311     21459.6722     19421.2608      5732.5580       183.4896        -336798.7866     22515.0560         0.0000         0.0000     44986.9608        -222499.7892       163.6502   -267486.7500   -222053.3068       163.6502          -4795.7694     -2523.0992    921491.4634     -4795.7694     -2523.0992

ENERGY:     312     21894.2735     19475.0868      5727.0397       182.9545        -336390.8678     22507.7149         0.0000         0.0000     44171.5551        -222432.2432       160.6840   -266603.7983   -222064.5094       160.6840          -4390.5734     -2479.7746    921491.4634     -4390.5734     -2479.7746

ENERGY:     313     21935.6982     19529.7471      5717.1322       182.3602        -335633.4776     22483.0130         0.0000         0.0000     43439.9891        -222345.5378       158.0227   -265785.5269   -222050.9855       158.0227          -3324.4413     -2406.1160    921491.4634     -3324.4413     -2406.1160

ENERGY:     314     20774.0372     19507.1856      5704.6248       181.6523        -334801.1007     22445.5164         0.0000         0.0000     43813.5137        -222374.5706       159.3815   -266188.0843   -222048.2692       159.3815          -1862.2381     -2326.9766    921491.4634     -1862.2381     -2326.9766

ENERGY:     315     19161.1204     19408.2595      5692.2116       180.8666        -334233.4704     22410.8358         0.0000         0.0000     44907.4428        -222472.7337       163.3609   -267380.1765   -222046.1398       163.3609           -549.3941     -2270.2360    921491.4634      -549.3941     -2270.2360

ENERGY:     316     18669.4293     19303.6207      5682.5270       180.0732        -334172.3647     22398.3989         0.0000         0.0000     45428.4348        -222509.8807       165.2562   -267938.3155   -222062.0711       165.2562             64.5861     -2251.8059    921491.4634        64.5861     -2251.8059

ENERGY:     317     19739.5966     19309.4452      5677.5265       179.4130        -334705.9341     22416.0669         0.0000         0.0000     44959.2155        -222424.6703       163.5493   -267383.8858   -222046.6271       163.5493           -296.1490     -2282.4174    921491.4634      -296.1490     -2282.4174

ENERGY:     318     21109.3876     19471.3042      5677.4840       178.9392        -335675.6979     22454.1810         0.0000         0.0000     44425.4200        -222358.9819       161.6075   -266784.4019   -222048.7806       161.6075          -1378.4202     -2356.1402    921491.4634     -1378.4202     -2356.1402

ENERGY:     319     21567.4386     19787.0342      5681.4413       178.7485        -336801.6071     22496.5474         0.0000         0.0000     44691.1808        -222399.2164       162.5742   -267090.3971   -222051.9252       162.5742          -2725.8799     -2457.2026    921491.4634     -2725.8799     -2457.2026

TIMING: 320  CPU: 151.722, 0.461184/step  Wall: 151.722, 0.461184/step, 0.0230592 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     320     21393.3837     20196.2689      5687.3971       178.9168        -337738.1160     22532.5475         0.0000         0.0000     45250.4877        -222499.1144       164.6088   -267749.6021   -222076.2071       164.6088          -3895.6022     -2553.5002    921491.4634     -3895.6022     -2553.5002

ENERGY:     321     21615.1672     20628.0216      5693.0806       179.5146        -338181.7103     22557.3346         0.0000         0.0000     45018.7808        -222489.8110       163.7660   -267508.5918   -222064.2788       163.7660          -4609.2359     -2621.5362    921491.4634     -4609.2359     -2621.5362

ENERGY:     322     22179.0067     20957.0454      5696.1855       180.4970        -337965.9629     22565.0703         0.0000         0.0000     43989.5242        -222398.6337       160.0218   -266388.1580   -222063.6576       160.0218          -4596.8828     -2640.5012    921491.4634     -4596.8828     -2640.5012

ENERGY:     323     21976.7004     21085.8078      5695.4506       181.8003        -337194.0744     22550.8103         0.0000         0.0000     43361.4905        -222342.0146       157.7372   -265703.5051   -222061.4465       157.7372          -3808.3603     -2616.6943    921491.4634     -3808.3603     -2616.6943

ENERGY:     324     20558.5069     20952.0212      5690.8582       183.3007        -336170.3974     22520.5741         0.0000         0.0000     43857.2500        -222407.8863       159.5406   -266265.1363   -222068.7482       159.5406          -2506.6898     -2573.6930    921491.4634     -2506.6898     -2573.6930

ENERGY:     325     19096.1753     20584.7377      5683.7433       184.8442        -335297.0513     22494.0544         0.0000         0.0000     44763.3954        -222490.1010       162.8369   -267253.4964   -222060.9512       162.8369          -1264.0244     -2529.6545    921491.4634     -1264.0244     -2529.6545

ENERGY:     326     18959.6361     20052.8005      5675.9627       186.2078        -334820.0105     22490.4169         0.0000         0.0000     44971.8223        -222483.1642       163.5951   -267454.9865   -222059.6108       163.5951           -572.2141     -2503.0557    921491.4634      -572.2141     -2503.0557

ENERGY:     327     20020.7820     19506.2796      5669.7116       187.2139        -334851.2531     22513.0146         0.0000         0.0000     44550.7426        -222403.5089       162.0634   -266954.2515   -222059.8760       162.0634           -657.4991     -2506.5013    921491.4634      -657.4991     -2506.5013

ENERGY:     328     20934.1979     19092.0094      5666.7484       187.7399        -335303.4713     22549.7453         0.0000         0.0000     44493.2355        -222379.7949       161.8542   -266873.0304   -222061.7260       161.8542          -1393.2039     -2547.3518    921491.4634     -1393.2039     -2547.3518

ENERGY:     329     21066.6665     18910.0878      5668.0553       187.7546        -335996.4129     22586.9566         0.0000         0.0000     45124.3164        -222452.5756       164.1499   -267576.8920   -222059.3367       164.1499          -2499.2291     -2610.9951    921491.4634     -2499.2291     -2610.9951

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     330     21142.6834     18933.5044      5673.1988       187.2569        -336566.3119     22617.7580         0.0000         0.0000     45495.0145        -222516.8958       165.4984   -268011.9103   -222062.1151       165.4984          -3602.9589     -2673.3212    921491.4634     -3602.9589     -2673.3212

ENERGY:     331     21864.6853     19091.0592      5680.9136       186.3262        -336735.1752     22637.2716         0.0000         0.0000     44806.2164        -222468.7030       162.9927   -267274.9194   -222063.3973       162.9927          -4373.7647     -2707.8810    921491.4634     -4373.7647     -2707.8810

ENERGY:     332     22513.8604     19292.8540      5689.3391       185.0892        -336383.5020     22636.4045         0.0000         0.0000     43697.6287        -222368.3260       158.9600   -266065.9547   -222061.8459       158.9600          -4514.5068     -2704.7029    921491.4634     -4514.5068     -2704.7029

ENERGY:     333     21854.9974     19482.7896      5696.6505       183.7309        -335681.4580     22608.9731         0.0000         0.0000     43501.2419        -222353.0746       158.2456   -265854.3165   -222052.0750       158.2456          -3943.3084     -2666.2160    921491.4634     -3943.3084     -2666.2160

ENERGY:     334     20023.4850     19603.2613      5701.0454       182.3864        -334880.5299     22564.8643         0.0000         0.0000     44357.3052        -222448.1823       161.3597   -266805.4875   -222049.6958       161.3597          -2855.3036     -2607.1876    921491.4634     -2855.3036     -2607.1876

ENERGY:     335     18726.9584     19647.0447      5701.6423       181.1975        -334325.9453     22528.7346         0.0000         0.0000     45026.6265        -222513.7412       163.7945   -267540.3678   -222047.5430       163.7945          -1753.1268     -2542.6963    921491.4634     -1753.1268     -2542.6963

ENERGY:     336     19127.9134     19639.0993      5698.6022       180.2744        -334271.7857     22519.6999         0.0000         0.0000     44649.6650        -222456.5316       162.4232   -267106.1966   -222055.6201       162.4232          -1093.5005     -2488.8702    921491.4634     -1093.5005     -2488.8702

ENERGY:     337     20420.1634     19649.7061      5693.3319       179.7347        -334824.3560     22536.4224         0.0000         0.0000     43995.6000        -222349.3976       160.0439   -266344.9976   -222040.1025       160.0439          -1064.7184     -2460.5859    921491.4634     -1064.7184     -2460.5859

ENERGY:     338     21007.5747     19722.4641      5687.5590       179.5437        -335808.8623     22564.1945         0.0000         0.0000     44285.9174        -222361.6088       161.1000   -266647.5263   -222041.5958       161.1000          -1500.9500     -2462.8576    921491.4634     -1500.9500     -2462.8576

ENERGY:     339     20742.6012     19892.4862      5683.2969       179.6501        -336924.5163     22593.0219         0.0000         0.0000     45359.3481        -222474.1119       165.0048   -267833.4600   -222043.8630       165.0048          -2199.9377     -2485.1215    921491.4634     -2199.9377     -2485.1215

TIMING: 340  CPU: 160.94, 0.460892/step  Wall: 160.94, 0.460892/step, 0.0204841 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     340     20898.6068     20139.5370      5681.9995       179.9655        -337821.3685     22621.7137         0.0000         0.0000     45758.5733        -222540.9725       166.4571   -268299.5458   -222070.3953       166.4571          -2966.9710     -2503.9485    921491.4634     -2966.9710     -2503.9485

ENERGY:     341     22051.8626     20407.8961      5684.3134       180.4786        -338209.1669     22646.3200         0.0000         0.0000     44797.5825        -222440.7138       162.9613   -267238.2963   -222054.5348       162.9613          -3585.3814     -2498.5443    921491.4634     -3585.3814     -2498.5443

ENERGY:     342     22895.9213     20582.1010      5689.2420       181.0293        -337942.4478     22653.2572         0.0000         0.0000     43612.4994        -222328.3976       158.6503   -265940.8970   -222054.3602       158.6503          -3711.7546     -2460.9856    921491.4634     -3711.7546     -2460.9856

ENERGY:     343     21993.5595     20596.8906      5695.1198       181.5548        -337132.3422     22633.1274         0.0000         0.0000     43686.5578        -222345.5323       158.9197   -266032.0900   -222053.2449       158.9197          -3217.8263     -2399.3476    921491.4634     -3217.8263     -2399.3476

ENERGY:     344     19898.5080     20447.2068      5699.9573       182.0106        -336095.2680     22596.5930         0.0000         0.0000     44790.9366        -222480.0558       162.9371   -267270.9924   -222071.3577       162.9371          -2338.1159     -2329.7492    921491.4634     -2338.1159     -2329.7492

ENERGY:     345     18694.7358     20199.0884      5702.3270       182.4513        -335224.1279     22568.7538         0.0000         0.0000     45351.4662        -222525.3054       164.9762   -267876.7716   -222058.0554       164.9762          -1576.2389     -2261.7960    921491.4634     -1576.2389     -2261.7960

ENERGY:     346     19350.9889     19892.9545      5701.0894       182.7368        -334783.0727     22565.1338         0.0000         0.0000     44652.5021        -222437.6672       162.4335   -267090.1693   -222056.8254       162.4335          -1239.3022     -2211.7781    921491.4634     -1239.3022     -2211.7781

ENERGY:     347     20669.8296     19583.9412      5696.3950       182.8447        -334881.4391     22581.1984         0.0000         0.0000     43831.1329        -222336.0974       159.4456   -266167.2303   -222056.9472       159.4456          -1358.8146     -2194.9212    921491.4634     -1358.8146     -2194.9212

ENERGY:     348     21062.2473     19315.9905      5689.3479       182.7918        -335425.6676     22604.2202         0.0000         0.0000     44195.9876        -222375.0822       160.7729   -266571.0698   -222064.0950       160.7729          -1766.2768     -2218.9158    921491.4634     -1766.2768     -2218.9158

ENERGY:     349     20718.9517     19143.3232      5681.9008       182.6959        -336197.3790     22630.4376         0.0000         0.0000     45349.6295        -222490.4403       164.9695   -267840.0698   -222056.3112       164.9695          -2336.6408     -2270.6250    921491.4634     -2336.6408     -2270.6250

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     350     21009.3451     19066.8676      5675.7227       182.5405        -336836.8361     22661.9756         0.0000         0.0000     45710.0737        -222530.3109       166.2807   -268240.3845   -222058.0879       166.2807          -2896.5510     -2326.8868    921491.4634     -2896.5510     -2326.8868

ENERGY:     351     22235.3179     19085.8715      5672.3994       182.3762        -337072.3451     22693.2958         0.0000         0.0000     44770.4137        -222432.6707       162.8625   -267203.0844   -222058.6358       162.8625          -3254.0186     -2369.0508    921491.4634     -3254.0186     -2369.0508

ENERGY:     352     22912.9248     19180.1282      5672.7329       182.2243        -336794.7855     22708.6921         0.0000         0.0000     43795.3992        -222342.6840       159.3156   -266138.0832   -222059.3896       159.3156          -3190.0134     -2394.0289    921491.4634     -3190.0134     -2394.0289

ENERGY:     353     21825.9775     19344.0936      5676.6445       182.1014        -336147.6547     22699.4234         0.0000         0.0000     44043.1854        -222376.2289       160.2170   -266419.4143   -222047.6761       160.2170          -2709.1539     -2407.4662    921491.4634     -2709.1539     -2407.4662

ENERGY:     354     19814.0381     19544.5091      5682.7361       181.9868        -335375.1820     22676.8667         0.0000         0.0000     44983.0755        -222491.9697       163.6361   -267475.0452   -222046.2241       163.6361          -2040.9896     -2415.4740    921491.4634     -2040.9896     -2415.4740

ENERGY:     355     18879.8417     19773.7507      5689.2466       181.9196        -334823.9953     22664.4421         0.0000         0.0000     45120.2677        -222514.5269       164.1351   -267634.7946   -222044.8381       164.1351          -1600.3167     -2424.6826    921491.4634     -1600.3167     -2424.6826

ENERGY:     356     19622.4370     20015.8107      5694.4280       181.9402        -334758.7689     22674.4079         0.0000         0.0000     44153.0885        -222416.6565       160.6168   -266569.7450   -222053.0962       160.6168          -1622.0262     -2446.8265    921491.4634     -1622.0262     -2446.8265

ENERGY:     357     20687.2712     20255.1053      5697.1708       182.0215        -335288.0644     22700.2949         0.0000         0.0000     43438.0176        -222328.1831       158.0156   -265766.2007   -222042.2330       158.0156          -2061.3607     -2486.6661    921491.4634     -2061.3607     -2486.6661

ENERGY:     358     20785.4068     20424.8427      5696.9833       182.1295        -336225.9477     22730.2418         0.0000         0.0000     44019.5821        -222386.7616       160.1311   -266406.3437   -222043.9945       160.1311          -2636.8581     -2541.3592    921491.4634     -2636.8581     -2541.3592

ENERGY:     359     20493.6442     20484.4982      5694.4425       182.1894        -337270.5927     22762.0667         0.0000         0.0000     45152.8977        -222500.8540       164.2538   -267653.7517   -222046.1002       164.2538          -3161.2177     -2593.4280    921491.4634     -3161.2177     -2593.4280

TIMING: 360  CPU: 170.153, 0.460653/step  Wall: 170.153, 0.460653/step, 0.0179143 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     360     21112.5811     20418.0332      5690.9152       182.1442        -338077.5506     22797.1677         0.0000         0.0000     45362.4568        -222514.2524       165.0162   -267876.7093   -222065.3877       165.0162          -3505.9504     -2622.8572    921491.4634     -3505.9504     -2622.8572

ENERGY:     361     22462.8273     20259.6925      5688.3192       181.9496        -338397.1524     22827.2220         0.0000         0.0000     44580.8521        -222396.2897       162.1729   -266977.1419   -222052.4540       162.1729          -3542.5442     -2618.5019    921491.4634     -3542.5442     -2618.5019

ENERGY:     362     22808.6001     20031.2790      5688.3204       181.6678        -338079.7611     22835.7526         0.0000         0.0000     44200.9552        -222333.1862       160.7909   -266534.1413   -222051.2757       160.7909          -3087.0695     -2583.1906    921491.4634     -3087.0695     -2583.1906

ENERGY:     363     21303.6021     19794.1189      5692.1162       181.3427        -337235.0089     22818.0652         0.0000         0.0000     45033.6625        -222412.1015       163.8201   -267445.7640   -222049.5300       163.8201          -2242.6818     -2529.7065    921491.4634     -2242.6818     -2529.7065

ENERGY:     364     19323.8975     19612.6015      5699.8913       181.0103        -336175.2000     22790.5193         0.0000         0.0000     46034.3488        -222532.9312       167.4603   -268567.2800   -222068.5918       167.4603          -1420.0423     -2476.3756    921491.4634     -1420.0423     -2476.3756

ENERGY:     365     18830.5839     19548.3421      5710.7559       180.6857        -335316.0971     22775.7831         0.0000         0.0000     45760.0888        -222509.8577       166.4626   -268269.9465   -222057.4402       166.4626          -1100.2606     -2433.4822    921491.4634     -1100.2606     -2433.4822

ENERGY:     366     19854.2638     19578.5650      5722.5903       180.3919        -334923.1932     22780.3502         0.0000         0.0000     44422.2473        -222384.7848       161.5959   -266807.0321   -222057.2777       161.5959          -1392.6926     -2417.6863    921491.4634     -1392.6926     -2417.6863

ENERGY:     367     20741.0597     19662.8835      5732.9484       180.1165        -335098.3162     22794.3495         0.0000         0.0000     43662.6186        -222324.3400       158.8326   -265986.9586   -222058.3713       158.8326          -2104.1274     -2437.9268    921491.4634     -2104.1274     -2437.9268

ENERGY:     368     20561.5939     19748.2121      5739.6691       179.8275        -335728.0879     22808.6653         0.0000         0.0000     44272.8407        -222417.2793       161.0524   -266690.1200   -222068.2912       161.0524          -2928.4887     -2487.3070    921491.4634     -2928.4887     -2487.3070

ENERGY:     369     20346.9679     19812.6207      5741.6370       179.5048        -336580.3313     22825.3360         0.0000         0.0000     45155.6309        -222518.6340       164.2638   -267674.2650   -222061.1001       164.2638          -3666.9892     -2542.4574    921491.4634     -3666.9892     -2542.4574

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     370     21302.3705     19815.7284      5738.6028       179.1429        -337296.0559     22846.3051         0.0000         0.0000     44920.4946        -222493.4117       163.4084   -267413.9062   -222062.2626       163.4084          -4081.4436     -2576.8189    921491.4634     -4081.4436     -2576.8189

ENERGY:     371     22799.2770     19758.4808      5731.5881       178.8004        -337606.4374     22861.3512         0.0000         0.0000     43904.8964        -222372.0434       159.7139   -266276.9398   -222061.9339       159.7139          -3956.1479     -2578.2817    921491.4634     -3956.1479     -2578.2817

ENERGY:     372     22964.3597     19665.2850      5722.4283       178.5955        -337391.7874     22854.0838         0.0000         0.0000     43672.6557        -222334.3793       158.8691   -266007.0350   -222060.3197       158.8691          -3189.3380     -2552.6172    921491.4634     -3189.3380     -2552.6172

ENERGY:     373     21253.1598     19603.3416      5713.4759       178.7080        -336784.3116     22822.4882         0.0000         0.0000     44782.9951        -222430.1430       162.9082   -267213.1381   -222050.3116       162.9082          -2037.0647     -2511.6656    921491.4634     -2037.0647     -2511.6656

ENERGY:     374     19285.9366     19613.0719      5706.5680       179.1985        -336019.1237     22785.5049         0.0000         0.0000     45912.3281        -222536.5157       167.0164   -268448.8438   -222048.2692       167.0164           -983.4304     -2469.0310    921491.4634      -983.4304     -2469.0310

ENERGY:     375     18893.7027     19735.2392      5703.0316       180.0533        -335443.7688     22766.6834         0.0000         0.0000     45660.9723        -222504.0862       166.1021   -268165.0586   -222047.0945       166.1021           -539.4859     -2439.8660    921491.4634      -539.4859     -2439.8660

ENERGY:     376     19884.0273     19962.1761      5703.2010       181.1433        -335321.8633     22772.8701         0.0000         0.0000     44434.3278        -222384.1176       161.6399   -266818.4455   -222050.5530       161.6399           -874.6222     -2439.6903    921491.4634      -874.6222     -2439.6903

ENERGY:     377     20646.4610     20251.1590      5706.5521       182.3249        -335763.5803     22794.3774         0.0000         0.0000     43848.2755        -222334.4303       159.5080   -266182.7059   -222041.4014       159.5080          -1819.5858     -2472.4986    921491.4634     -1819.5858     -2472.4986

ENERGY:     378     20473.8102     20495.6592      5711.4639       183.2952        -336584.2280     22821.5837         0.0000         0.0000     44474.7537        -222423.6622       161.7869   -266898.4159   -222044.3968       161.7869          -2972.9874     -2523.3499    921491.4634     -2972.9874     -2523.3499

ENERGY:     379     20419.4577     20623.8789      5716.2160       183.8420        -337495.6097     22854.5153         0.0000         0.0000     45185.6415        -222512.0583       164.3729   -267697.6998   -222047.0130       164.3729          -3997.4173     -2563.3072    921491.4634     -3997.4173     -2563.3072

TIMING: 380  CPU: 179.357, 0.460231/step  Wall: 179.357, 0.460231/step, 0.015341 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     380     21458.1130     20605.4119      5719.3306       183.8284        -338176.3454     22892.6530         0.0000         0.0000     44833.7903        -222483.2183       163.0930   -267317.0086   -222063.6481       163.0930          -4580.2702     -2564.2101    921491.4634     -4580.2702     -2564.2101

ENERGY:     381     22824.3125     20467.0311      5720.1164       183.2929        -338395.2413     22923.6570         0.0000         0.0000     43906.3005        -222370.5310       159.7191   -266276.8315   -222053.0348       159.7191          -4470.7195     -2514.6121    921491.4634     -4470.7195     -2514.6121

ENERGY:     382     22844.1904     20220.4987      5718.3197       182.2157        -338010.6535     22930.5473         0.0000         0.0000     43766.5297        -222348.3520       159.2106   -266114.8818   -222051.0364       159.2106          -3524.7149     -2418.5489    921491.4634     -3524.7149     -2418.5489

ENERGY:     383     21263.6993     19910.9247      5714.6670       180.7420        -337128.0229     22911.2845         0.0000         0.0000     44707.9442        -222438.7612       162.6352   -267146.7054   -222048.1881       162.6352          -2023.0802     -2294.0132    921491.4634     -2023.0802     -2294.0132

ENERGY:     384     19625.4113     19596.0355      5710.5349       179.0647        -336052.0487     22884.2534         0.0000         0.0000     45539.1831        -222517.5658       165.6590   -268056.7489   -222062.0925       165.6590           -569.2378     -2166.9357    921491.4634      -569.2378     -2166.9357

ENERGY:     385     19327.8180     19356.8913      5707.7752       177.4354        -335210.6402     22871.6143         0.0000         0.0000     45299.7171        -222469.3889       164.7879   -267769.1060   -222051.0993       164.7879            215.3515     -2064.3636    921491.4634       215.3515     -2064.3636

ENERGY:     386     19981.2273     19220.9465      5707.6638       175.9384        -334865.1819     22880.7957         0.0000         0.0000     44519.8586        -222378.7516       161.9510   -266898.6102   -222051.0437       161.9510            122.6670     -2011.2428    921491.4634       122.6670     -2011.2428

ENERGY:     387     20367.2861     19202.4844      5710.9354       174.6759        -335109.8727     22905.2743         0.0000         0.0000     44377.1815        -222372.0349       161.4320   -266749.2164   -222053.0050       161.4320           -738.9585     -2019.1689    921491.4634      -738.9585     -2019.1689

ENERGY:     388     20282.3988     19280.0168      5717.2935       173.7038        -335824.1518     22938.2900         0.0000         0.0000     44972.7760        -222459.6730       163.5986   -267432.4490   -222067.4817       163.5986          -2063.8554     -2076.2821    921491.4634     -2063.8554     -2076.2821

ENERGY:     389     20685.9713     19431.2565      5725.6291       173.0778        -336772.2803     22978.5919         0.0000         0.0000     45279.3792        -222498.3745       164.7139   -267777.7537   -222059.2964       164.7139          -3501.7340     -2158.1992    921491.4634     -3501.7340     -2158.1992

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     390     21929.5051     19598.7449      5733.9032       172.7580        -337596.2512     23021.3362         0.0000         0.0000     44698.9836        -222441.0202       162.6026   -267140.0038   -222061.4794       162.6026          -4540.4923     -2229.7774    921491.4634     -4540.4923     -2229.7774

ENERGY:     391     22937.3143     19764.3496      5740.3108       172.7562        -338017.7276     23051.7299         0.0000         0.0000     43987.0070        -222364.2597       160.0126   -266351.2667   -222061.6921       160.0126          -4746.5205     -2270.9348    921491.4634     -4746.5205     -2270.9348

ENERGY:     392     22488.0360     19924.0529      5743.6080       173.0775        -337898.4685     23055.0072         0.0000         0.0000     44125.3365        -222389.3504       160.5158   -266514.6869   -222067.3167       160.5158          -3965.0287     -2276.9602    921491.4634     -3965.0287     -2276.9602

ENERGY:     393     20924.3596     20087.8868      5743.5041       173.6901        -337346.1126     23032.5726         0.0000         0.0000     44913.3816        -222470.7178       163.3825   -267384.0994   -222058.1709       163.3825          -2525.7426     -2257.0110    921491.4634     -2525.7426     -2257.0110

ENERGY:     394     19713.0845     20210.4903      5740.1181       174.4904        -336587.4365     23002.1143         0.0000         0.0000     45247.1172        -222500.0219       164.5966   -267747.1390   -222054.8628       164.5966           -988.4118     -2227.7233    921491.4634      -988.4118     -2227.7233

ENERGY:     395     19644.4018     20265.5068      5734.3764       175.3161        -335972.1481     22982.1019         0.0000         0.0000     44739.8937        -222430.5514       162.7514   -267170.4451   -222052.2372       162.7514             57.9321     -2215.1748    921491.4634        57.9321     -2215.1748

ENERGY:     396     20000.9211     20248.4506      5727.6303       175.9620        -335765.9671     22978.8838         0.0000         0.0000     44270.3050        -222363.8142       161.0432   -266634.1192   -222050.8949       161.0432            285.8964     -2246.0848    921491.4634       285.8964     -2246.0848

ENERGY:     397     19906.7786     20200.7711      5721.4919       176.2273        -336102.8178     22990.0375         0.0000         0.0000     44712.8673        -222394.6441       162.6531   -267107.5114   -222042.6599       162.6531           -376.0863     -2327.2102    921491.4634      -376.0863     -2327.2102

ENERGY:     398     19692.8117     20133.3593      5716.9814       176.0456        -336812.3382     23014.0586         0.0000         0.0000     45592.7321        -222486.3496       165.8538   -268079.0817   -222045.7222       165.8538          -1710.2237     -2443.6965    921491.4634     -1710.2237     -2443.6965

ENERGY:     399     20395.5107     20061.2892      5714.6368       175.4775        -337634.0288     23050.4588         0.0000         0.0000     45731.2027        -222505.4531       166.3575   -268236.6558   -222049.1603       166.3575          -3349.4392     -2564.3619    921491.4634     -3349.4392     -2564.3619

LDB: ============= START OF LOAD BALANCING ============== 194.785
LDB: Largest compute 230 load 0.529387 is 1.2% of average load 45.690282
LDB: Average compute 0.063985 is 0.1% of average load 45.690282
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3224.19 MB
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: ============== END OF LOAD BALANCING =============== 194.788
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 194.789
Info: Benchmark time: 4 CPUs 0.460611 s/step 5.33114 days/ns 3224.19 MB memory
TIMING: 400  CPU: 188.563, 0.460294/step  Wall: 188.563, 0.460294/step, 0.0127859 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     400     21983.9556     19981.4883      5714.2278       174.7230        -338264.6729     23090.3529         0.0000         0.0000     44890.2683        -222429.6570       163.2985   -267319.9253   -222060.6830       163.2985          -4748.6077     -2656.9997    921491.4634     -4748.6077     -2656.9997

ENERGY:     401     23053.7072     19909.1478      5715.0562       174.0724        -338477.1025     23114.9569         0.0000         0.0000     44157.6678        -222352.4941       160.6335   -266510.1620   -222050.1988       160.6335          -5384.8814     -2700.1793    921491.4634     -5384.8814     -2700.1793

ENERGY:     402     22444.0480     19835.9109      5715.8942       173.8391        -338107.6289     23109.6380         0.0000         0.0000     44436.8098        -222391.4888       161.6489   -266828.2986   -222049.2224       161.6489          -4939.3793     -2681.7023    921491.4634     -4939.3793     -2681.7023

ENERGY:     403     20784.9695     19778.4828      5715.7218       174.2695        -337239.9786     23077.8404         0.0000         0.0000     45225.5963        -222483.0982       164.5183   -267708.6946   -222046.6852       164.5183          -3613.5976     -2605.7427    921491.4634     -3613.5976     -2605.7427

ENERGY:     404     19687.5953     19735.4027      5713.8114       175.5084        -336169.1144     23038.2903         0.0000         0.0000     45313.8396        -222504.6668       164.8393   -267818.5064   -222060.2370       164.8393          -1967.0745     -2494.0437    921491.4634     -1967.0745     -2494.0437

ENERGY:     405     19798.8801     19696.7724      5710.0281       177.6161        -335317.9352     23008.3951         0.0000         0.0000     44511.4438        -222414.7997       161.9204   -266926.2435   -222047.5588       161.9204           -627.4747     -2380.7861    921491.4634      -627.4747     -2380.7861

ENERGY:     406     20210.3505     19614.0442      5704.4965       180.4779        -334953.8243     22994.4766         0.0000         0.0000     43902.7666        -222347.2120       159.7062   -266249.9786   -222046.2403       159.7062             66.0354     -2300.4794    921491.4634        66.0354     -2300.4794

ENERGY:     407     20044.4890     19493.9063      5698.1032       183.8794        -335181.5239     22996.8165         0.0000         0.0000     44376.0637        -222388.2658       161.4279   -266764.3295   -222047.0769       161.4279            -41.3219     -2272.9968    921491.4634       -41.3219     -2272.9968

ENERGY:     408     19735.8472     19387.6644      5692.2152       187.5226        -335902.8228     23017.8178         0.0000         0.0000     45394.4123        -222487.3435       165.1324   -267881.7557   -222063.5314       165.1324           -920.8282     -2294.1555    921491.4634      -920.8282     -2294.1555

ENERGY:     409     20350.1188     19376.4607      5688.4775       191.1592        -336896.6857     23057.9927         0.0000         0.0000     45733.6060        -222498.8707       166.3663   -268232.4767   -222051.6708       166.3663          -2367.4920     -2346.9324    921491.4634     -2367.4920     -2346.9324

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     410     21850.5210     19470.1802      5687.6650       194.4179        -337813.1855     23106.2034         0.0000         0.0000     45077.0717        -222427.1263       163.9780   -267504.1980   -222054.6430       163.9780          -3838.6211     -2402.0239    921491.4634     -3838.6211     -2402.0239

ENERGY:     411     22931.8001     19651.0976      5689.8741       197.0388        -338354.2255     23140.9051         0.0000         0.0000     44380.5349        -222362.9749       161.4442   -266743.5098   -222056.2118       161.4442          -4745.1590     -2436.8800    921491.4634     -4745.1590     -2436.8800

ENERGY:     412     22535.8951     19878.8220      5694.3234       198.8205        -338356.4983     23146.2941         0.0000         0.0000     44499.5087        -222402.8345       161.8770   -266902.3431   -222068.4601       161.8770          -4717.2138     -2436.3028    921491.4634     -4717.2138     -2436.3028

ENERGY:     413     21130.1417     20138.5247      5699.9334       199.7191        -337872.5328     23125.1121         0.0000         0.0000     45113.2145        -222465.8871       164.1095   -267579.1017   -222055.3455       164.1095          -3850.6268     -2398.9549    921491.4634     -3850.6268     -2398.9549

ENERGY:     414     19987.3856     20381.5505      5705.1135       199.5118        -337122.7807     23094.4563         0.0000         0.0000     45271.6531        -222483.1099       164.6858   -267754.7631   -222052.1625       164.6858          -2501.3241     -2333.9464    921491.4634     -2501.3241     -2333.9464

ENERGY:     415     19745.2666     20572.1258      5708.7452       198.1487        -336456.1983     23071.1997         0.0000         0.0000     44733.2277        -222427.4847       162.7272   -267160.7124   -222049.0348       162.7272          -1174.6452     -2266.5615    921491.4634     -1174.6452     -2266.5615

ENERGY:     416     19942.3170     20661.9896      5710.0857       195.6954        -336157.5870     23063.1720         0.0000         0.0000     44200.2852        -222384.0421       160.7885   -266584.3273   -222052.9644       160.7885           -282.7613     -2224.6896    921491.4634      -282.7613     -2224.6896

ENERGY:     417     20031.3751     20631.3210      5709.0494       192.4696        -336373.1084     23072.1104         0.0000         0.0000     44338.4619        -222398.3209       161.2911   -266736.7829   -222044.6993       161.2911           -112.4553     -2227.1698    921491.4634      -112.4553     -2227.1698

ENERGY:     418     20154.6649     20457.0911      5705.5847       188.6537        -336970.7876     23098.6731         0.0000         0.0000     44915.1422        -222450.9778       163.3889   -267366.1200   -222046.7093       163.3889           -671.8546     -2269.9920    921491.4634      -671.8546     -2269.9920

ENERGY:     419     20790.7631     20185.5526      5700.4811       184.6055        -337717.8765     23139.8028         0.0000         0.0000     45250.3101        -222466.3613       164.6082   -267716.6714   -222049.5950       164.6082          -1783.9422     -2336.6464    921491.4634     -1783.9422     -2336.6464

TIMING: 420  CPU: 197.743, 0.458977/step  Wall: 197.743, 0.458977/step, 0.0101995 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     420     21812.8759     19887.3913      5695.0415       180.6770        -338321.5519     23183.0579         0.0000         0.0000     45121.9777        -222440.5306       164.1414   -267562.5083   -222061.1149       164.1414          -3051.6029     -2402.9273    921491.4634     -3051.6029     -2402.9273

ENERGY:     421     22491.6105     19639.6137      5690.9238       177.2518        -338550.3541     23210.1389         0.0000         0.0000     44931.8960        -222408.9193       163.4499   -267340.8154   -222052.6020       163.4499          -4041.3724     -2452.8634    921491.4634     -4041.3724     -2452.8634

ENERGY:     422     22275.7614     19449.5350      5688.9976       174.4058        -338225.0320     23208.5480         0.0000         0.0000     45004.7083        -222423.0758       163.7148   -267427.7841   -222052.8451       163.7148          -4363.1150     -2465.6372    921491.4634     -4363.1150     -2465.6372

ENERGY:     423     21418.8985     19324.4273      5689.6736       172.2146        -337416.8962     23180.6045         0.0000         0.0000     45183.9713        -222447.1064       164.3669   -267631.0777   -222051.5233       164.3669          -3955.8304     -2434.9304    921491.4634     -3955.8304     -2434.9304

ENERGY:     424     20531.3308     19270.7816      5692.6543       170.6563        -336406.2771     23140.4651         0.0000         0.0000     45151.0458        -222449.3433       164.2471   -267600.3891   -222060.4129       164.2471          -3030.1607     -2370.2032    921491.4634     -3030.1607     -2370.2032

ENERGY:     425     19942.3360     19314.5609      5697.3263       169.6877        -335607.5214     23103.7925         0.0000         0.0000     44956.0481        -222423.7700       163.5377   -267379.8181   -222050.7966       163.5377          -1980.9652     -2297.0089    921491.4634     -1980.9652     -2297.0089

ENERGY:     426     19603.3347     19432.3070      5702.4947       169.0990        -335270.6885     23080.2897         0.0000         0.0000     44862.7384        -222420.4249       163.1983   -267283.1632   -222049.1092       163.1983          -1125.8050     -2237.7214    921491.4634     -1125.8050     -2237.7214

ENERGY:     427     19598.5317     19595.2900      5707.1504       168.7509        -335498.4328     23074.5011         0.0000         0.0000     44915.2774        -222438.9312       163.3894   -267354.2086   -222048.7340       163.3894           -741.9010     -2207.6354    921491.4634      -741.9010     -2207.6354

ENERGY:     428     20140.4228     19760.4172      5710.4629       168.5259        -336199.9859     23087.7681         0.0000         0.0000     44884.2594        -222448.1297       163.2766   -267332.3891   -222058.0550       163.2766           -935.5732     -2206.9583    921491.4634      -935.5732     -2206.9583

ENERGY:     429     21147.3675     19912.0620      5712.1358       168.3557        -337181.5913     23116.4525         0.0000         0.0000     44706.5244        -222418.6935       162.6300   -267125.2179   -222045.4881       162.6300          -1630.8085     -2233.4560    921491.4634     -1630.8085     -2233.4560

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     430     22013.9871     20024.3738      5712.1700       168.1897        -338096.9210     23149.4497         0.0000         0.0000     44626.3100        -222402.4407       162.3383   -267028.7507   -222047.3915       162.3383          -2472.2455     -2268.0464    921491.4634     -2472.2455     -2268.0464

ENERGY:     431     22204.1021     20111.4153      5711.2600       168.0704        -338644.7649     23172.3808         0.0000         0.0000     44858.4630        -222419.0732       163.1828   -267277.5363   -222048.7170       163.1828          -3116.2804     -2293.5590    921491.4634     -3116.2804     -2293.5590

ENERGY:     432     21768.3704     20188.6724      5710.3547       168.1086        -338651.2108     23176.0849         0.0000         0.0000     45177.9910        -222461.6288       164.3451   -267639.6198   -222065.9061       164.3451          -3350.2741     -2296.1497    921491.4634     -3350.2741     -2296.1497

ENERGY:     433     21200.9072     20275.9663      5710.3763       168.4633        -338164.0644     23162.2914         0.0000         0.0000     45192.9285        -222453.1314       164.3995   -267646.0600   -222052.5985       164.3995          -3187.3732     -2272.1276    921491.4634     -3187.3732     -2272.1276

ENERGY:     434     20730.3411     20338.1499      5711.6061       169.3247        -337394.2711     23140.7738         0.0000         0.0000     44883.1000        -222420.9755       163.2724   -267304.0755   -222051.1465       163.2724          -2694.3107     -2227.7885    921491.4634     -2694.3107     -2227.7885

ENERGY:     435     20235.2201     20362.4015      5714.0003       170.8455        -336680.6562     23123.4100         0.0000         0.0000     44675.9841        -222398.7947       162.5190   -267074.7788   -222049.5892       162.5190          -2061.3582     -2179.8951    921491.4634     -2061.3582     -2179.8951

ENERGY:     436     19670.9244     20349.9982      5717.2346       173.0864        -336303.8816     23119.9081         0.0000         0.0000     44847.0983        -222425.6317       163.1414   -267272.7300   -222059.6959       163.1414          -1520.6597     -2145.1615    921491.4634     -1520.6597     -2145.1615

ENERGY:     437     19434.5518     20329.5093      5720.9894       175.9827        -336411.9789     23136.3871         0.0000         0.0000     45159.2687        -222455.2900       164.2770   -267614.5587   -222050.7502       164.2770          -1319.1168     -2134.4847    921491.4634     -1319.1168     -2134.4847

ENERGY:     438     19935.1532     20278.6097      5724.6884       179.3848        -336899.4580     23173.5522         0.0000         0.0000     45148.1324        -222459.9373       164.2365   -267608.0698   -222051.5668       164.2365          -1493.0940     -2145.0879    921491.4634     -1493.0940     -2145.0879

ENERGY:     439     21052.7405     20184.4297      5727.7929       183.0561        -337561.7722     23224.7484         0.0000         0.0000     44760.8213        -222428.1832       162.8276   -267189.0045   -222052.7965       162.8276          -1936.1987     -2169.8745    921491.4634     -1936.1987     -2169.8745

TIMING: 440  CPU: 206.918, 0.458777/step  Wall: 206.918, 0.458777/step, 0.00764629 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     440     22071.5683     20036.2372      5729.7527       186.7201        -338123.1812     23276.2488         0.0000         0.0000     44417.5460        -222405.1081       161.5788   -266822.6541   -222059.4775       161.5788          -2408.4611     -2197.9671    921491.4634     -2408.4611     -2197.9671

ENERGY:     441     22355.5487     19860.0409      5730.3488       190.1145        -338361.1721     23313.2047         0.0000         0.0000     44502.6965        -222409.2180       161.8886   -266911.9145   -222050.0861       161.8886          -2716.1026     -2221.5313    921491.4634     -2716.1026     -2221.5313

ENERGY:     442     21853.6119     19664.5349      5729.4855       192.9411        -338090.1539     23327.1570         0.0000         0.0000     44880.6321        -222441.7915       163.2634   -267322.4236   -222049.7757       163.2634          -2710.5575     -2229.0695    921491.4634     -2710.5575     -2229.0695

ENERGY:     443     21064.3316     19487.0722      5727.6165       194.9329        -337369.3157     23320.0160         0.0000         0.0000     45118.1109        -222457.2356       164.1273   -267575.3465   -222048.5997       164.1273          -2448.1647     -2220.3530    921491.4634     -2448.1647     -2220.3530

ENERGY:     444     20449.3363     19357.2689      5725.4095       195.8735        -336464.1929     23301.5278         0.0000         0.0000     44987.7179        -222447.0589       163.6530   -267434.7769   -222057.9799       163.6530          -2090.2098     -2206.4398    921491.4634     -2090.2098     -2206.4398

ENERGY:     445     20125.5609     19307.2517      5723.6513       195.6942        -335759.3922     23283.8141         0.0000         0.0000     44708.7156        -222414.7043       162.6380   -267123.4199   -222046.5430       162.6380          -1846.9626     -2201.6924    921491.4634     -1846.9626     -2201.6924

ENERGY:     446     19947.6807     19324.9005      5722.5430       194.3235        -335494.5716     23276.0453         0.0000         0.0000     44620.2945        -222408.7840       162.3164   -267029.0785   -222046.1622       162.3164          -1800.7518     -2216.7292    921491.4634     -1800.7518     -2216.7292

ENERGY:     447     19914.2851     19416.0209      5722.2107       191.8641        -335769.4408     23282.7460         0.0000         0.0000     44816.5088        -222425.8051       163.0301   -267242.3139   -222046.8344       163.0301          -1993.3112     -2253.0601    921491.4634     -1993.3112     -2253.0601

ENERGY:     448     20187.5922     19583.6799      5722.5765       188.5554        -336503.1808     23303.8907         0.0000         0.0000     45065.6676        -222451.2186       163.9365   -267516.8862   -222059.3481       163.9365          -2372.1878     -2303.7897    921491.4634     -2372.1878     -2303.7897

ENERGY:     449     20877.4059     19832.6984      5723.5713       184.8596        -337500.9078     23334.5926         0.0000         0.0000     45101.1681        -222446.6120       164.0657   -267547.7801   -222047.7100       164.0657          -2827.1079     -2356.1406    921491.4634     -2827.1079     -2356.1406

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     450     21754.4853     20108.1298      5724.4776       181.0898        -338419.3256     23364.6246         0.0000         0.0000     44854.3099        -222432.2087       163.1677   -267286.5186   -222048.7861       163.1677          -3116.6754     -2394.3895    921491.4634     -3116.6754     -2394.3895

ENERGY:     451     22355.5902     20357.7253      5724.7144       177.6517        -338952.0915     23381.8011         0.0000         0.0000     44542.6988        -222411.9101       162.0341   -266954.6089   -222048.8246       162.0341          -3074.2530     -2405.7796    921491.4634     -3074.2530     -2405.7796

ENERGY:     452     22246.2015     20536.0132      5723.8953       174.8859        -338927.1543     23378.0948         0.0000         0.0000     44452.9198        -222415.1439       161.7075   -266868.0636   -222059.6369       161.7075          -2659.9602     -2384.7566    921491.4634     -2659.9602     -2384.7566

ENERGY:     453     21399.8726     20641.1309      5722.2878       173.1350        -338392.7941     23354.5912         0.0000         0.0000     44683.7035        -222418.0729       162.5470   -267101.7765   -222043.5371       162.5470          -2048.3336     -2342.4666    921491.4634     -2048.3336     -2342.4666

ENERGY:     454     20248.3381     20654.1373      5720.2217       172.3637        -337567.1423     23320.6906         0.0000         0.0000     45008.1467        -222443.2441       163.7273   -267451.3907   -222041.8390       163.7273          -1453.4577     -2293.1448    921491.4634     -1453.4577     -2293.1448

ENERGY:     455     19486.7908     20584.7121      5718.4844       172.5169        -336790.6462     23290.4029         0.0000         0.0000     45086.5788        -222451.1602       164.0126   -267537.7390   -222040.8569       164.0126          -1151.8823     -2255.8569    921491.4634     -1151.8823     -2255.8569

ENERGY:     456     19493.3725     20440.6802      5717.7556       173.4248        -336350.1087     23274.9637         0.0000         0.0000     44811.4723        -222438.4396       163.0118   -267249.9120   -222055.3487       163.0118          -1305.5005     -2245.5822    921491.4634     -1305.5005     -2245.5822

ENERGY:     457     20047.4931     20251.9436      5718.5580       174.9241        -336395.8175     23277.8280         0.0000         0.0000     44521.8703        -222403.2004       161.9583   -266925.0706   -222049.4134       161.9583          -1906.4165     -2263.5012    921491.4634     -1906.4165     -2263.5012

ENERGY:     458     20585.8435     20019.2724      5720.7061       176.6081        -336835.0969     23294.7179         0.0000         0.0000     44632.7888        -222405.1601       162.3618   -267037.9489   -222051.2824       162.3618          -2684.6987     -2301.0426    921491.4634     -2684.6987     -2301.0426

ENERGY:     459     20903.4944     19784.9691      5724.0021       178.1985        -337468.1652     23318.6989         0.0000         0.0000     45113.9368        -222444.8654       164.1121   -267558.8022   -222053.1413       164.1121          -3350.5830     -2341.5795    921491.4634     -3350.5830     -2341.5795

TIMING: 460  CPU: 216.08, 0.458071/step  Wall: 216.08, 0.458071/step, 0.00508968 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     460     21262.6138     19597.9064      5728.0971       179.4910        -338014.3775     23341.8008         0.0000         0.0000     45423.8565        -222480.6118       165.2395   -267904.4683   -222064.6838       165.2395          -3669.8200     -2365.2411    921491.4634     -3669.8200     -2365.2411

ENERGY:     461     21862.8763     19507.1076      5732.5752       180.4333        -338251.6222     23355.3941         0.0000         0.0000     45154.6136        -222458.6221       164.2601   -267613.2357   -222058.0509       164.2601          -3556.1664     -2361.1798    921491.4634     -3556.1664     -2361.1798

ENERGY:     462     22264.2255     19487.8109      5736.4822       180.9531        -337988.7176     23351.1092         0.0000         0.0000     44559.9290        -222408.2076       162.0968   -266968.1366   -222056.7216       162.0968          -2954.8198     -2323.4250    921491.4634     -2954.8198     -2323.4250

ENERGY:     463     21821.1790     19513.9015      5738.9361       181.1160        -337284.1034     23326.9483         0.0000         0.0000     44313.4571        -222388.5654       161.2002   -266702.0225   -222054.6244       161.2002          -2012.4422     -2264.0777    921491.4634     -2012.4422     -2264.0777

ENERGY:     464     20535.2459     19559.9272      5739.2518       181.0096        -336389.3845     23291.1948         0.0000         0.0000     44654.0267        -222428.7286       162.4391   -267082.7553   -222058.5730       162.4391          -1050.9226     -2205.5267    921491.4634     -1050.9226     -2205.5267

ENERGY:     465     19322.7828     19631.8854      5737.2898       180.7155        -335701.1540     23259.7397         0.0000         0.0000     45094.5688        -222474.1721       164.0416   -267568.7408   -222052.9389       164.0416           -512.3346     -2174.4007    921491.4634      -512.3346     -2174.4007

ENERGY:     466     19088.4513     19708.3581      5733.2107       180.2808        -335443.7733     23245.0610         0.0000         0.0000     45020.7907        -222467.6207       163.7733   -267488.4114   -222052.9786       163.7733           -630.3314     -2182.6709    921491.4634      -630.3314     -2182.6709

ENERGY:     467     19841.8072     19783.1743      5727.6703       179.7757        -335721.0960     23249.4536         0.0000         0.0000     44523.6665        -222415.5483       161.9649   -266939.2149   -222054.3496       161.9649          -1393.6030     -2232.5923    921491.4634     -1393.6030     -2232.5923

ENERGY:     468     20761.8483     19845.4943      5721.5089       179.2779        -336451.5678     23265.8132         0.0000         0.0000     44291.6588        -222385.9666       161.1209   -266677.6253   -222056.3593       161.1209          -2508.6714     -2314.1339    921491.4634     -2508.6714     -2314.1339

ENERGY:     469     21236.3015     19910.2022      5715.6824       178.8504        -337458.3214     23284.3968         0.0000         0.0000     44720.3207        -222412.5675       162.6802   -267132.8882   -222046.0753       162.6802          -3596.7405     -2405.7971    921491.4634     -3596.7405     -2405.7971

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     470     21411.1731     19972.8935      5710.9491       178.5947        -338383.2520     23297.0678         0.0000         0.0000     45346.4579        -222466.1159       164.9580   -267812.5738   -222047.6091       164.9580          -4259.6993     -2477.6830    921491.4634     -4259.6993     -2477.6830

ENERGY:     471     21732.8679     20054.6836      5707.9626       178.5890        -338913.2465     23297.5091         0.0000         0.0000     45471.3370        -222470.2973       165.4122   -267941.6343   -222047.5362       165.4122          -4290.5681     -2504.3174    921491.4634     -4290.5681     -2504.3174

ENERGY:     472     22081.2362     20161.5553      5707.0091       178.9047        -338870.6778     23279.4497         0.0000         0.0000     45028.5300        -222433.9929       163.8014   -267462.5229   -222059.5058       163.8014          -3659.7358     -2479.9182    921491.4634     -3659.7358     -2479.9182

ENERGY:     473     21866.1362     20289.3428      5707.9843       179.6165        -338307.7202     23240.7369         0.0000         0.0000     44634.5178        -222389.3859       162.3681   -267023.9037   -222043.8539       162.3681          -2556.3614     -2408.1656    921491.4634     -2556.3614     -2408.1656

ENERGY:     474     20842.9704     20372.0988      5710.2160       180.7466        -337438.4564     23189.2353         0.0000         0.0000     44733.2312        -222409.9581       162.7272   -267143.1893   -222041.2619       162.7272          -1295.5523     -2316.2727    921491.4634     -1295.5523     -2316.2727

ENERGY:     475     19674.2081     20371.7675      5712.9876       182.2512        -336604.2324     23142.3822         0.0000         0.0000     45070.2143        -222450.4216       163.9531   -267520.6359   -222039.4529       163.9531           -344.6449     -2232.2125    921491.4634      -344.6449     -2232.2125

ENERGY:     476     19235.7864     20282.0275      5715.7683       184.0125        -336100.0915     23115.8471         0.0000         0.0000     45106.0637        -222460.5860       164.0835   -267566.6498   -222053.6137       164.0835            -92.4050     -2183.0652    921491.4634       -92.4050     -2183.0652

ENERGY:     477     19704.7252     20145.9813      5718.4976       185.9230        -336101.8801     23114.2943         0.0000         0.0000     44812.3214        -222420.1373       163.0149   -267232.4587   -222044.8410       163.0149           -667.4946     -2171.8227    921491.4634      -667.4946     -2171.8227

ENERGY:     478     20493.4777     19974.7637      5721.0254       187.7262        -336537.4047     23131.2464         0.0000         0.0000     44627.0339        -222402.1313       162.3409   -267029.1653   -222047.4106       162.3409          -1807.1604     -2198.7955    921491.4634     -1807.1604     -2198.7955

ENERGY:     479     21125.3058     19793.3955      5723.3295       189.2099        -337215.5848     23156.6775         0.0000         0.0000     44802.1585        -222425.5081       162.9779   -267227.6666   -222050.5459       162.9779          -3089.8515     -2246.7917    921491.4634     -3089.8515     -2246.7917

TIMING: 480  CPU: 225.233, 0.457639/step  Wall: 225.233, 0.457639/step, 0.00254244 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     480     21624.0328     19623.1963      5725.3111       190.1900        -337854.6797     23181.5121         0.0000         0.0000     45051.6821        -222458.7553       163.8856   -267510.4374   -222064.6212       163.8856          -4077.7326     -2291.4893    921491.4634     -4077.7326     -2291.4893

ENERGY:     481     22092.4855     19510.0432      5727.0952       190.6351        -338199.2492     23196.7961         0.0000         0.0000     45041.3375        -222440.8565       163.8480   -267482.1940   -222052.5268       163.8480          -4466.2394     -2305.6734    921491.4634     -4466.2394     -2305.6734

ENERGY:     482     22186.3467     19466.6794      5728.4964       190.3598        -338044.5429     23192.7476         0.0000         0.0000     44865.8527        -222414.0603       163.2096   -267279.9130   -222051.4115       163.2096          -4059.3098     -2278.0616    921491.4634     -4059.3098     -2278.0616

ENERGY:     483     21553.1413     19511.5745      5729.5660       189.3226        -337426.2196     23165.8742         0.0000         0.0000     44861.8977        -222414.8432       163.1953   -267276.7410   -222048.7675       163.1953          -2964.1723     -2216.4117    921491.4634     -2964.1723     -2216.4117

ENERGY:     484     20460.8926     19631.1939      5730.2465       187.5455        -336590.8891     23126.1353         0.0000         0.0000     45003.6040        -222451.2714       163.7107   -267454.8753   -222059.8739       163.7107          -1565.2424     -2143.1849    921491.4634     -1565.2424     -2143.1849

ENERGY:     485     19688.7722     19800.2991      5730.5256       185.2458        -335902.5874     23092.8472         0.0000         0.0000     44955.5732        -222449.3242       163.5360   -267404.8974   -222045.9602       163.5360           -422.1569     -2086.8735    921491.4634      -422.1569     -2086.8735

ENERGY:     486     19602.5429     19954.8176      5729.7198       182.4662        -335612.3576     23080.3809         0.0000         0.0000     44645.9124        -222416.5178       162.4096   -267062.4302   -222044.6757       162.4096             87.3180     -2070.0981    921491.4634        87.3180     -2070.0981

ENERGY:     487     19881.0927     20072.0213      5727.4348       179.4360        -335846.4491     23091.0545         0.0000         0.0000     44503.3502        -222392.0596       161.8910   -266895.4098   -222045.2403       161.8910           -192.2347     -2106.8840    921491.4634      -192.2347     -2106.8840

ENERGY:     488     20125.2099     20156.1362      5723.5441       176.4338        -336552.5465     23118.8618         0.0000         0.0000     44827.0567        -222425.3041       163.0685   -267252.3608   -222057.1938       163.0685          -1145.7535     -2194.6680    921491.4634     -1145.7535     -2194.6680

ENERGY:     489     20526.8872     20236.4610      5718.5749       173.8639        -337540.4668     23156.7311         0.0000         0.0000     45266.1014        -222461.8473       164.6656   -267727.9487   -222045.6086       164.6656          -2511.2405     -2316.7067    921491.4634     -2511.2405     -2316.7067

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     490     21410.7491     20292.9023      5712.8912       171.8438        -338458.1374     23196.4879         0.0000         0.0000     45213.5638        -222459.6993       164.4745   -267673.2631   -222048.2208       164.4745          -3823.4039     -2437.4155    921491.4634     -3823.4039     -2437.4155

ENERGY:     491     22430.4642     20312.1362      5707.3795       170.5404        -338984.5807     23226.0939         0.0000         0.0000     44733.0097        -222404.9568       162.7264   -267137.9666   -222049.4638       162.7264          -4629.6934     -2524.6215    921491.4634     -4629.6934     -2524.6215

ENERGY:     492     22612.9548     20289.6812      5702.9944       170.0208        -338937.5829     23232.7207         0.0000         0.0000     44542.1959        -222387.0151       162.0323   -266929.2110   -222060.3860       162.0323          -4606.8524     -2557.4730    921491.4634     -4606.8524     -2557.4730

ENERGY:     493     21558.2188     20260.7376      5700.7779       170.3200        -338358.0646     23214.0539         0.0000         0.0000     45033.8238        -222420.1326       163.8207   -267453.9564   -222046.5901       163.8207          -3796.3819     -2540.0996    921491.4634     -3796.3819     -2540.0996

ENERGY:     494     20068.3366     20225.0263      5700.9806       171.2193        -337454.3847     23183.0798         0.0000         0.0000     45622.2483        -222483.4939       165.9612   -268105.7422   -222044.0868       165.9612          -2500.8992     -2482.1069    921491.4634     -2500.8992     -2482.1069

ENERGY:     495     19383.2463     20186.8302      5703.5926       172.5416        -336566.9898     23159.4628         0.0000         0.0000     45484.1238        -222477.1925       165.4587   -267961.3163   -222041.5563       165.4587          -1249.6838     -2407.3056    921491.4634     -1249.6838     -2407.3056

ENERGY:     496     19722.4834     20130.6473      5708.0350       174.0933        -335998.7166     23154.2639         0.0000         0.0000     44699.5277        -222409.6659       162.6046   -267109.1936   -222049.0669       162.6046           -478.8997     -2343.4750    921491.4634      -478.8997     -2343.4750

ENERGY:     497     20212.6668     20059.9176      5713.4613       175.7242        -335952.5053     23166.3550         0.0000         0.0000     44261.0295        -222363.3509       161.0095   -266624.3805   -222042.7499       161.0095           -421.0232     -2316.7927    921491.4634      -421.0232     -2316.7927

ENERGY:     498     20182.0165     19957.1215      5718.5597       177.2604        -336366.4945     23189.3590         0.0000         0.0000     44728.2542        -222413.9232       162.7091   -267142.1774   -222044.5219       162.7091           -993.4678     -2331.6472    921491.4634      -993.4678     -2331.6472

ENERGY:     499     20158.0680     19847.7308      5722.4089       178.6361        -337058.4837     23219.2409         0.0000         0.0000     45439.2651        -222493.1338       165.2956   -267932.3989   -222047.2061       165.2956          -2020.8686     -2376.3389    921491.4634     -2020.8686     -2376.3389

Info: Benchmark time: 4 CPUs 0.457517 s/step 5.29534 days/ns 3224.19 MB memory
TIMING: 500  CPU: 234.315, 0.454129/step  Wall: 234.315, 0.454129/step, 0 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     500     20974.8939     19756.6584      5724.4523       179.8271        -337741.4208     23251.1014         0.0000         0.0000     45359.0784        -222495.4093       165.0039   -267854.4876   -222061.0911       165.0039          -3197.5167     -2425.4141    921491.4634     -3197.5167     -2425.4141

WRITING EXTENDED SYSTEM TO OUTPUT FILE AT STEP 500
WRITING COORDINATES TO OUTPUT FILE AT STEP 500
The last position output (seq=-2) takes 0.002 seconds, 3229.840 MB of memory in use
WRITING VELOCITIES TO OUTPUT FILE AT STEP 500
The last velocity output (seq=-2) takes 0.002 seconds, 3229.840 MB of memory in use
====================================================

WallClock: 241.426865  CPUTime: 241.426865  Memory: 3229.839844 MB
[Partition 0][Node 0] End of program
Application 1110657 resources: utime ~949s, stime ~19s, Rss ~127172, inblocks ~66552, outblocks ~71878
Displaying test.log:
['/scratch/system/bwjenkins/tests/namd/2.10']
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/retest : batch submitted (2)
Charm++> Running on Gemini (GNI) with 4 processes
Charm++> static SMSG
Charm++> SMSG memory: 19.8KB
Charm++> memory pool init block size: 8MB, total memory pool limit 0MB (0 means no limit)
Charm++> memory pool registered memory limit: 200000MB, send limit: 100000MB
Charm++> Cray TLB page size: 2048K
Charm++> Running in non-SMP mode: numPes 4
Charm++> Using recursive bisection (scheme 3) for topology aware partitions
Converse/Charm++ Commit ID: v6.6.1-rc1-1-gba7c3c3-namd-charm-6.6.1-build-2014-Dec-08-28969
CharmLB> Load balancer assumes all CPUs are same.
Charm++> Running on 1 unique compute nodes (32-way SMP).
Info: NAMD 2.10 for CRAY-XT-ugni
Info: 
Info: Please visit http://www.ks.uiuc.edu/Research/namd/
Info: for updates, documentation, and support information.
Info: 
Info: Please cite Phillips et al., J. Comp. Chem. 26:1781-1802 (2005)
Info: in all publications reporting results obtained with NAMD.
Info: 
Info: Based on Charm++/Converse 60601 for gni-crayxc
Info: Built Thu Dec 16 18:45:06 CST 2021 by bwjenkins on jyc1
Info: Running on 4 processors, 4 nodes, 1 physical nodes.
Info: CPU topology information available.
Info: Charm++/Converse parallel runtime startup completed at 0.00675978 s
Info: 3103.79 MB of memory in use based on /proc/self/stat
Info: Configuration file is apoa1.namd
Info: Working in the current directory /mnt/abc/scratch/system/bwjenkins/sw_workdir/retest/2021-12-16T18:45:45.875451/namd_2.10_cle5.2_gnu5.1.0
TCL: Suspending until startup complete.
Info: SIMULATION PARAMETERS:
Info: TIMESTEP               1
Info: NUMBER OF STEPS        500
Info: STEPS PER CYCLE        20
Info: PERIODIC CELL BASIS 1  108.861 0 0
Info: PERIODIC CELL BASIS 2  0 108.861 0
Info: PERIODIC CELL BASIS 3  0 0 77.758
Info: PERIODIC CELL CENTER   0 0 0
Info: LOAD BALANCER  Centralized
Info: LOAD BALANCING STRATEGY  New Load Balancers -- DEFAULT
Info: LDB PERIOD             4000 steps
Info: FIRST LDB TIMESTEP     100
Info: LAST LDB TIMESTEP     -1
Info: LDB BACKGROUND SCALING 1
Info: HOM BACKGROUND SCALING 1
Info: PME BACKGROUND SCALING 1
Info: MIN ATOMS PER PATCH    40
Info: INITIAL TEMPERATURE    300
Info: CENTER OF MASS MOVING INITIALLY? NO
Info: DIELECTRIC             1
Info: EXCLUDE                SCALED ONE-FOUR
Info: 1-4 ELECTROSTATICS SCALED BY 1
Info: MODIFIED 1-4 VDW PARAMETERS WILL BE USED
Info: NO DCD TRAJECTORY OUTPUT
Info: NO EXTENDED SYSTEM TRAJECTORY OUTPUT
Info: NO VELOCITY DCD OUTPUT
Info: NO FORCE DCD OUTPUT
Info: OUTPUT FILENAME        /usr/tmp/apoa1-out
Info: BINARY OUTPUT FILES WILL BE USED
Info: NO RESTART FILE
Info: SWITCHING ACTIVE
Info: SWITCHING ON           10
Info: SWITCHING OFF          12
Info: PAIRLIST DISTANCE      13.5
Info: PAIRLIST SHRINK RATE   0.01
Info: PAIRLIST GROW RATE     0.01
Info: PAIRLIST TRIGGER       0.3
Info: PAIRLISTS PER CYCLE    2
Info: PAIRLISTS ENABLED
Info: MARGIN                 0
Info: HYDROGEN GROUP CUTOFF  2.5
Info: PATCH DIMENSION        16
Info: CROSSTERM ENERGY INCLUDED IN DIHEDRAL
Info: TIMING OUTPUT STEPS    20
Info: PARTICLE MESH EWALD (PME) ACTIVE
Info: PME TOLERANCE               1e-06
Info: PME EWALD COEFFICIENT       0.257952
Info: PME INTERPOLATION ORDER     4
Info: PME GRID DIMENSIONS         108 108 80
Info: PME MAXIMUM GRID SPACING    1.5
Info: Attempting to read FFTW data from system
Info: Attempting to read FFTW data from FFTW_NAMD_2.10_CRAY-XT-ugni_FFTW3.txt
Info: Optimizing 6 FFT steps.  1... 2... 3... 4... 5... 6...   Done.
Info: Writing FFTW data to FFTW_NAMD_2.10_CRAY-XT-ugni_FFTW3.txt
Info: FULL ELECTROSTATIC EVALUATION FREQUENCY      4
Info: USING VERLET I (r-RESPA) MTS SCHEME.
Info: C1 SPLITTING OF LONG RANGE ELECTROSTATICS
Info: PLACING ATOMS IN PATCHES BY HYDROGEN GROUPS
Info: RANDOM NUMBER SEED     74269
Info: USE HYDROGEN BONDS?    NO
Info: COORDINATE PDB         apoa1.pdb
Info: STRUCTURE FILE         apoa1.psf
Info: PARAMETER file: XPLOR format! (default) 
Info: PARAMETERS             par_all22_prot_lipid.xplor
Info: PARAMETERS             par_all22_popc.xplor
Info: USING ARITHMETIC MEAN TO COMBINE L-J SIGMA PARAMETERS
Info: SUMMARY OF PARAMETERS:
Info: 177 BONDS
Info: 435 ANGLES
Info: 446 DIHEDRAL
Info: 45 IMPROPER
Info: 0 CROSSTERM
Info: 83 VDW
Info: 6 VDW_PAIRS
Info: 0 NBTHOLE_PAIRS
Info: TIME FOR READING PSF FILE: 4.8472
Info: TIME FOR READING PDB FILE: 0.367399
Info: 
Info: ****************************
Info: STRUCTURE SUMMARY:
Info: 92224 ATOMS
Info: 70660 BONDS
Info: 74136 ANGLES
Info: 74130 DIHEDRALS
Info: 1402 IMPROPERS
Info: 0 CROSSTERMS
Info: 0 EXCLUSIONS
Info: 1568 DIHEDRALS WITH MULTIPLE PERIODICITY (BASED ON PSF FILE)
Info: 276669 DEGREES OF FREEDOM
Info: 32992 HYDROGEN GROUPS
Info: 4 ATOMS IN LARGEST HYDROGEN GROUP
Info: 32992 MIGRATION GROUPS
Info: 4 ATOMS IN LARGEST MIGRATION GROUP
Info: TOTAL MASS = 553785 amu
Info: TOTAL CHARGE = -14 e
Info: MASS DENSITY = 0.997951 g/cm^3
Info: ATOM DENSITY = 0.100081 atoms/A^3
Info: *****************************
Info: 
Info: Entering startup at 6.4267 s, 3129.55 MB of memory in use
Info: Startup phase 0 took 0.000200025 s, 3129.55 MB of memory in use
Info: ADDED 218698 IMPLICIT EXCLUSIONS
Info: Startup phase 1 took 0.198927 s, 3151.57 MB of memory in use
Info: NONBONDED TABLE R-SQUARED SPACING: 0.0625
Info: NONBONDED TABLE SIZE: 769 POINTS
Info: INCONSISTENCY IN FAST TABLE ENERGY VS FORCE: 0.000325096 AT 11.9556
Info: INCONSISTENCY IN SCOR TABLE ENERGY VS FORCE: 0.000324844 AT 11.9556
Info: INCONSISTENCY IN VDWA TABLE ENERGY VS FORCE: 0.0040507 AT 0.251946
Info: INCONSISTENCY IN VDWB TABLE ENERGY VS FORCE: 0.00150189 AT 0.251946
Info: Startup phase 2 took 0.00101651 s, 3151.57 MB of memory in use
Info: Startup phase 3 took 0.000123453 s, 3151.57 MB of memory in use
Info: Startup phase 4 took 0.000395299 s, 3151.57 MB of memory in use
Info: Startup phase 5 took 0.000128825 s, 3151.57 MB of memory in use
Info: PATCH GRID IS 6 (PERIODIC) BY 6 (PERIODIC) BY 4 (PERIODIC)
Info: PATCH GRID IS 1-AWAY BY 1-AWAY BY 1-AWAY
Info: REMOVING COM VELOCITY 0.00117959 0.0289175 0.0202933
Info: LARGEST PATCH (56) HAS 718 ATOMS
Info: TORUS A SIZE 4 USING 0
Info: TORUS B SIZE 1 USING 0
Info: TORUS C SIZE 1 USING 0
Info: TORUS MINIMAL MESH SIZE IS 1 BY 1 BY 1
Info: Placed 100% of base nodes on same physical node as patch
Info: Startup phase 6 took 0.0449828 s, 3170.18 MB of memory in use
Info: PME using 4 and 4 processors for FFT and reciprocal sum.
Info: PME GRID LOCATIONS: 0 1 2 3
Info: PME TRANS LOCATIONS: 0 1 2 3
Info: PME USING 4 GRID NODES AND 4 TRANS NODES
Info: Optimizing 4 FFT steps.  1... 2... 3... 4...   Done.
Info: Startup phase 7 took 0.41489 s, 3170.18 MB of memory in use
Info: Startup phase 8 took 0.00764837 s, 3178.18 MB of memory in use
LDB: Central LB being created...
Info: Startup phase 9 took 0.000506645 s, 3178.18 MB of memory in use
Info: CREATING 2900 COMPUTE OBJECTS
Info: useSync: 1 useProxySync: 0
Info: Startup phase 10 took 0.00571167 s, 3178.18 MB of memory in use
Info: Startup phase 11 took 0.000231876 s, 3178.18 MB of memory in use
Info: Startup phase 12 took 0.000215953 s, 3178.18 MB of memory in use
Info: Finished startup at 7.10168 s, 3178.18 MB of memory in use

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:       0     12352.4560     14603.1480      4549.0710        48.1064        -362073.7644     24229.5343         0.0000         0.0000     82752.2738        -223539.1750       301.0300   -306291.4487   -223524.8476       301.0300          -2568.6725     -3582.2555    921491.4634     -2568.6725     -3582.2555

ENERGY:       1     18844.4109     15785.9133      4571.2456        53.5350        -361670.8137     24319.4022         0.0000         0.0000     75223.8495        -222872.4573       273.6437   -298096.3067   -223478.1937       273.6437          -3192.4049     -3497.3102    921491.4634     -3192.4049     -3497.3102

ENERGY:       2     29488.6214     18758.6024      4637.0922        69.5538        -360338.7682     24512.0178         0.0000         0.0000     61082.0538        -221790.8268       222.1997   -282872.8806   -223476.2576       222.1997          -4269.6708     -3354.1998    921491.4634     -4269.6708     -3354.1998

ENERGY:       3     29918.6891     22271.8870      4734.9573        94.3383        -358090.2897     24689.8970         0.0000         0.0000     54714.9832        -221665.5378       199.0381   -276380.5211   -223477.2859       199.0381          -4381.8243     -3200.6937    921491.4634     -4381.8243     -3200.6937

ENERGY:       4     19827.4664     25006.8856      4848.8883       125.1325        -355303.8938     24849.5776         0.0000         0.0000     58070.8721        -222575.0713       211.2459   -280645.9434   -223447.0520       211.2459          -3364.1640     -3048.1295    921491.4634     -3364.1640     -3048.1295

ENERGY:       5     13036.3493     26178.7950      4962.9626       158.6498        -352372.2976     25088.6262         0.0000         0.0000     59867.7845        -223079.1303       217.7825   -282946.9148   -223360.7366       217.7825          -2383.2338     -2851.6449    921491.4634     -2383.2338     -2851.6449

ENERGY:       6     18385.4957     25630.3462      5063.5878       191.5051        -349783.2218     25459.6294         0.0000         0.0000     52507.9934        -222544.6643       191.0096   -275052.6577   -223356.7147       191.0096          -2314.8218     -2605.9946    921491.4634     -2314.8218     -2605.9946

ENERGY:       7     27980.6008     23734.7915      5141.9525       220.6179        -347598.0125     25887.6534         0.0000         0.0000     42953.1287        -221679.2678       156.2517   -264632.3965   -223352.8549       156.2517          -2593.7691     -2341.6010    921491.4634     -2593.7691     -2341.6010

ENERGY:       8     28660.4004     21173.3706      5194.4399       243.5492        -345793.3013     26266.0174         0.0000         0.0000     42465.0707        -221790.4531       154.4763   -264255.5238   -223296.4333       154.4763          -2188.9236     -2107.2011    921491.4634     -2188.9236     -2107.2011

ENERGY:       9     20060.8537     18806.4012      5223.1938       258.7496        -344109.9405     26591.7245         0.0000         0.0000     50541.8171        -222627.2007       183.8572   -273169.0178   -223230.8088       183.8572          -1151.0633     -1886.9948    921491.4634     -1151.0633     -1886.9948

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      10     14350.7486     17395.0176      5234.2194       265.4605        -342745.2674     26963.6414         0.0000         0.0000     55373.6415        -223162.5383       201.4341   -278536.1798   -223232.0106       201.4341           -586.8334     -1656.6309    921491.4634      -586.8334     -1656.6309

ENERGY:      11     18841.9142     17384.8949      5236.2376       263.7888        -341713.0268     27435.0793         0.0000         0.0000     49899.6949        -222651.4172       181.5214   -272551.1121   -223231.3831       181.5214          -1087.7151     -1401.1296    921491.4634     -1087.7151     -1401.1296

ENERGY:      12     26285.2529     18611.6925      5237.4073       254.5717        -340969.2134     27945.8074         0.0000         0.0000     40727.6954        -221906.7862       148.1562   -262634.4816   -223172.5614       148.1562          -1887.2027     -1155.3187    921491.4634     -1887.2027     -1155.3187

ENERGY:      13     25810.1550     20340.2227      5243.3633       239.3557        -340247.5483     28408.4744         0.0000         0.0000     38364.5171        -221841.4602       139.5596   -260205.9773   -223110.9489       139.5596          -1878.7366      -948.4511    921491.4634     -1878.7366      -948.4511

ENERGY:      14     18229.5293     21618.1813      5255.0116       219.9345        -339811.4722     28840.3575         0.0000         0.0000     43120.5707        -222527.8874       156.8608   -265648.4581   -223112.7586       156.8608          -1024.8387      -790.0064    921491.4634     -1024.8387      -790.0064

ENERGY:      15     14141.3260     21914.0174      5270.4562       198.4604        -339999.9011     29330.1986         0.0000         0.0000     46274.3874        -222871.0551       168.3335   -269145.4425   -223114.1848       168.3335           -276.1129      -654.0185    921491.4634      -276.1129      -654.0185

ENERGY:      16     18533.5985     21379.4766      5286.3853       177.1317        -341073.7437     29909.1296         0.0000         0.0000     43310.7888        -222477.2332       157.5527   -265788.0220   -223107.6652       157.5527           -215.9503      -534.2016    921491.4634      -215.9503      -534.2016

ENERGY:      17     24285.5816     20685.3759      5300.2791       158.0483        -342718.3075     30497.9364         0.0000         0.0000     39857.6662        -221933.4199       144.9912   -261791.0861   -223067.7881       144.9912           -418.5180      -445.9262    921491.4634      -418.5180      -445.9262

ENERGY:      18     23242.4117     20468.5288      5310.2672       142.6286        -344641.7090     31004.0211         0.0000         0.0000     42309.0086        -222164.8429       153.9085   -264473.8515   -223068.8514       153.9085           -264.8021      -408.6302    921491.4634      -264.8021      -408.6302

ENERGY:      19     18143.9400     20989.5296      5316.6991       131.8194        -346529.5495     31434.4322         0.0000         0.0000     47714.3022        -222798.8269       173.5715   -270513.1292   -223071.3655       173.5715             41.9014      -392.2664    921491.4634        41.9014      -392.2664

LDB: ============= START OF LOAD BALANCING ============== 16.6348
LDB: ============== END OF LOAD BALANCING =============== 16.6349
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 16.6353
TIMING: 20  CPU: 10.4619, 0.474702/step  Wall: 10.4619, 0.474702/step, 0.0632936 hours remaining, 3219.738281 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      20     17965.5059     22054.9968      5321.8173       125.9640        -348206.1515     31862.6111         0.0000         0.0000     47960.4282        -222914.8282       174.4669   -270875.2564   -223082.7606       174.4669           -133.8116      -346.5459    921491.4634      -133.8116      -346.5459

ENERGY:      21     24039.1424     23261.1505      5329.8150       124.9653        -349366.5697     32291.6370         0.0000         0.0000     42039.3837        -222280.4758       152.9277   -264319.8595   -223063.1336       152.9277           -740.3955      -247.6204    921491.4634      -740.3955      -247.6204

ENERGY:      22     27739.0451     24128.7772      5344.8281       128.0343        -349763.5536     32625.8383         0.0000         0.0000     37948.0935        -221848.9372       138.0447   -259797.0306   -223062.3007       138.0447           -901.2301      -130.9897    921491.4634      -901.2301      -130.9897

ENERGY:      23     23247.6166     24272.4992      5370.4269       134.1642        -349332.6447     32798.0362         0.0000         0.0000     41280.9383        -222228.9633       150.1687   -263509.9016   -223063.4052       150.1687           -121.6534       -27.8474    921491.4634      -121.6534       -27.8474

ENERGY:      24     16511.8017     23459.5973      5407.7262       142.1780        -348420.3088     32880.6042         0.0000         0.0000     47144.4570        -222873.9444       171.4986   -270018.4014   -223056.8663       171.4986            942.5310        70.4533    921491.4634       942.5310        70.4533

ENERGY:      25     16917.9802     21778.2434      5454.8988       151.0023        -347594.2603     32989.6205         0.0000         0.0000     47486.3028        -222816.2123       172.7421   -270302.5151   -223053.2179       172.7421           1272.0519       195.5279    921491.4634      1272.0519       195.5279

ENERGY:      26     23581.2555     19675.3688      5506.8492       159.5877        -347249.8437     33136.3761         0.0000         0.0000     43029.5317        -222160.8746       156.5296   -265190.4064   -223051.5349       156.5296            769.4264       319.1965    921491.4634       769.4264       319.1965

ENERGY:      27     26456.6583     17946.7066      5557.4986       167.2901        -347403.8186     33225.3823         0.0000         0.0000     42147.2259        -221903.0567       153.3200   -264050.2827   -223051.1656       153.3200            220.6605       393.1594    921491.4634       220.6605       393.1594

ENERGY:      28     21041.4521     17329.1340      5601.2360       173.7564        -347813.2806     33197.2135         0.0000         0.0000     47975.5933        -222494.8953       174.5220   -270470.4886   -223001.5672       174.5220             79.1066       399.7476    921491.4634        79.1066       399.7476

ENERGY:      29     15396.3270     18061.9472      5634.3634       178.8635        -348340.9353     33114.0513         0.0000         0.0000     52817.3032        -223138.0797       192.1348   -275955.3829   -223013.8478       192.1348           -116.7881       392.2540    921491.4634      -116.7881       392.2540

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      30     18751.3177     19659.9906      5655.0732       182.5488        -348790.2987     33060.9284         0.0000         0.0000     48617.0317        -222863.4083       176.8554   -271480.4400   -223014.4702       176.8554           -820.6934       415.3193    921491.4634      -820.6934       415.3193

ENERGY:      31     27694.5952     21259.1820      5664.2790       184.9293        -348929.5884     33008.3021         0.0000         0.0000     39136.7131        -221981.5877       142.3686   -261118.3009   -223012.7194       142.3686          -1451.9808       460.8912    921491.4634     -1451.9808       460.8912

ENERGY:      32     30068.2853     22087.7452      5665.1959       186.2529        -348469.1900     32843.5147         0.0000         0.0000     35956.7802        -221661.4158       130.8009   -257618.1960   -222879.6159       130.8009           -898.8256       477.0667    921491.4634      -898.8256       477.0667

ENERGY:      33     21814.4413     21866.1207      5662.7076       186.8472        -347503.8045     32533.7071         0.0000         0.0000     43073.5125        -222366.4681       156.6896   -265439.9806   -222875.1214       156.6896            944.3631       439.8050    921491.4634       944.3631       439.8050

ENERGY:      34     13147.3107     20822.2763      5661.3994       187.1344        -346393.9750     32190.4000         0.0000         0.0000     51261.5111        -223123.9430       186.4753   -274385.4541   -222873.5745       186.4753           2726.2719       368.4769    921491.4634      2726.2719       368.4769

ENERGY:      35     14939.6595     19533.2380      5664.6046       187.4826        -345707.8423     31926.7433         0.0000         0.0000     50536.7216        -222919.3928       183.8387   -273456.1144   -222870.5853       183.8387           3009.1612       277.1950    921491.4634      3009.1612       277.1950

ENERGY:      36     23992.4071     18619.4976      5673.2513       188.1412        -345737.5533     31727.7259         0.0000         0.0000     43465.0627        -222071.4676       158.1140   -265536.5302   -222792.6596       158.1140           1784.3269       140.1452    921491.4634      1784.3269       140.1452

ENERGY:      37     27662.2270     18555.9996      5686.0165       189.1736        -346400.2313     31489.4429         0.0000         0.0000     41035.8278        -221781.5439       149.2771   -262817.3717   -222776.0504       149.2771            189.9687       -80.8845    921491.4634       189.9687       -80.8845

ENERGY:      38     21417.9356     19485.8050      5699.4394       190.5896        -347297.8747     31169.4569         0.0000         0.0000     46867.8924        -222466.7557       170.4925   -269334.6480   -222782.6196       170.4925          -1003.8463      -364.7808    921491.4634     -1003.8463      -364.7808

ENERGY:      39     14905.2239     21194.3323      5709.6116       192.2159        -348062.9360     30838.9348         0.0000         0.0000     52072.4157        -223150.2018       189.4251   -275222.6175   -222787.6440       189.4251          -2066.3976      -633.0732    921491.4634     -2066.3976      -633.0732

TIMING: 40  CPU: 19.9555, 0.474677/step  Wall: 19.9555, 0.474677/step, 0.0606532 hours remaining, 3220.738281 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      40     18175.3607     23091.9465      5712.9374       193.7351        -348398.4383     30569.2891         0.0000         0.0000     47793.1195        -222862.0501       173.8582   -270655.1696   -222794.4436       173.8582          -3285.9429      -815.4643    921491.4634     -3285.9429      -815.4643

ENERGY:      41     27454.8770     24388.3754      5707.1933       194.7033        -347996.2241     30319.6952         0.0000         0.0000     37998.4752        -221932.9048       138.2280   -259931.3799   -222755.1647       138.2280          -3958.3725      -910.5637    921491.4634     -3958.3725      -910.5637

ENERGY:      42     30245.9366     24360.9625      5691.6440       194.6822        -346664.6374     29990.2515         0.0000         0.0000     34554.7186        -221626.4420       125.7006   -256181.1605   -222751.8055       125.7006          -2976.0494      -957.7116    921491.4634     -2976.0494      -957.7116

ENERGY:      43     22419.9626     22840.1582      5668.3987       193.3183        -344561.3428     29565.6875         0.0000         0.0000     41572.6525        -222301.1650       151.2299   -263873.8175   -222749.5269       151.2299           -409.4030      -982.8641    921491.4634      -409.4030      -982.8641

ENERGY:      44     13688.4096     20366.1990      5642.0670       190.5057        -342301.7068     29147.7409         0.0000         0.0000     50206.1687        -223060.6160       182.6362   -273266.7847   -222789.1128       182.6362           2147.6095      -988.8248    921491.4634      2147.6095      -988.8248

ENERGY:      45     14321.4099     17966.5588      5618.8540       186.4749        -340529.7788     28826.5124         0.0000         0.0000     50723.4105        -222886.5584       184.5178   -273609.9689   -222752.6210       184.5178           3021.8265      -984.7720    921491.4634      3021.8265      -984.7720

ENERGY:      46     21810.6587     16543.1498      5604.0209       181.6747        -339671.2259     28584.9900         0.0000         0.0000     44777.2512        -222169.4806       162.8873   -266946.7318   -222751.4825       162.8873           1989.9578     -1018.5225    921491.4634      1989.9578     -1018.5225

ENERGY:      47     25437.8368     16504.7275      5601.0153       176.7222        -339657.9451     28339.0468         0.0000         0.0000     41682.3533        -221916.2433       151.6289   -263598.5965   -222754.8498       151.6289             54.8289     -1124.4910    921491.4634        54.8289     -1124.4910

ENERGY:      48     21357.5060     17642.4096      5610.4033       172.2811        -340167.0770     28053.2905         0.0000         0.0000     44880.0447        -222451.1418       163.2613   -267331.1865   -222747.8061       163.2613          -1888.5356     -1283.7456    921491.4634     -1888.5356     -1283.7456

ENERGY:      49     16985.3515     19390.5976      5630.3277       169.0122        -340784.2163     27774.0614         0.0000         0.0000     47923.0136        -222911.8524       174.3308   -270834.8660   -222725.3127       174.3308          -3676.9793     -1433.1005    921491.4634     -3676.9793     -1433.1005

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      50     19512.3275     21075.3037      5656.6882       167.3307        -341202.9166     27544.8543         0.0000         0.0000     44585.1128        -222661.2995       162.1884   -267246.4123   -222726.3508       162.1884          -5131.5006     -1515.5730    921491.4634     -5131.5006     -1515.5730

ENERGY:      51     25615.9433     22157.8701      5684.9275       167.4747        -341126.1280     27328.9661         0.0000         0.0000     38129.3339        -222041.6123       138.7040   -260170.9462   -222724.6097       138.7040          -5492.8750     -1521.8809    921491.4634     -5492.8750     -1521.8809

ENERGY:      52     26599.5776     22300.8007      5710.5529       169.4115        -340421.7969     27055.6870         0.0000         0.0000     36644.3526        -221941.4146       133.3021   -258585.7672   -222664.4105       133.3021          -4033.2857     -1479.3806    921491.4634     -4033.2857     -1479.3806

ENERGY:      53     20876.6368     21508.4523      5730.1472       172.8903        -339217.4845     26725.0591         0.0000         0.0000     41780.5338        -222423.7648       151.9861   -264204.2986   -222626.8757       151.9861          -1166.2843     -1403.6007    921491.4634     -1166.2843     -1403.6007

ENERGY:      54     15863.6306     20168.3229      5741.5298       177.3856        -338073.5150     26417.7964         0.0000         0.0000     46874.2685        -222830.5812       170.5157   -269704.8498   -222622.2852       170.5157           1612.1874     -1309.5972    921491.4634      1612.1874     -1309.5972

ENERGY:      55     17325.1625     18996.7298      5745.1677       182.3524        -337579.2204     26194.8264         0.0000         0.0000     46522.3671        -222612.6146       169.2356   -269134.9817   -222618.0515       169.2356           2924.0341     -1225.8965    921491.4634      2924.0341     -1225.8965

ENERGY:      56     21834.7095     18663.5590      5743.6590       187.2691        -338017.4582     26036.1975         0.0000         0.0000     43350.8709        -222201.1932       157.6986   -265552.0641   -222594.3333       157.6986           2523.1283     -1193.8778    921491.4634      2523.1283     -1193.8778

ENERGY:      57     22701.7347     19414.2156      5740.7572       191.7056        -339107.6097     25882.7605         0.0000         0.0000     42990.4500        -222185.9861       156.3874   -265176.4362   -222571.6336       156.3874            977.8011     -1232.6113    921491.4634       977.8011     -1232.6113

ENERGY:      58     19883.4031     20861.6709      5739.1627       195.2453        -340404.3080     25718.1138         0.0000         0.0000     45412.5623        -222594.1500       165.1984   -268006.7122   -222577.8453       165.1984          -1125.6284     -1313.5157    921491.4634     -1125.6284     -1313.5157

ENERGY:      59     19374.3743     22284.0260      5740.2029       197.5683        -341451.8758     25574.1727         0.0000         0.0000     45544.2648        -222737.2667       165.6775   -268281.5316   -222582.7241       165.6775          -3411.1337     -1378.9660    921491.4634     -3411.1337     -1378.9660

TIMING: 60  CPU: 29.4393, 0.47419/step  Wall: 29.4393, 0.47419/step, 0.0579566 hours remaining, 3221.042969 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      60     23449.5631     23017.6821      5743.3644       198.4364        -341915.2510     25462.3565         0.0000         0.0000     41666.5932        -222377.2553       151.5716   -264043.8485   -222570.6178       151.5716          -5200.1105     -1391.6025    921491.4634     -5200.1105     -1391.6025

ENERGY:      61     26674.7928     22795.6788      5746.9986       197.7625        -341507.2981     25336.2700         0.0000         0.0000     38754.3265        -222001.4690       140.9776   -260755.7955   -222554.3354       140.9776          -5512.1721     -1343.6393    921491.4634     -5512.1721     -1343.6393

ENERGY:      62     23713.3997     21736.8998      5748.3994       195.5102        -340178.4243     25148.9604         0.0000         0.0000     41422.2906        -222212.9642       150.6829   -263635.2548   -222552.0909       150.6829          -3887.3629     -1256.6182    921491.4634     -3887.3629     -1256.6182

ENERGY:      63     17514.2895     20290.2286      5745.1998       191.8569        -338254.7872     24925.5375         0.0000         0.0000     46858.5846        -222729.0903       170.4587   -269587.6749   -222547.7678       170.4587          -1126.2163     -1146.3291    921491.4634     -1126.2163     -1146.3291

ENERGY:      64     15617.7658     18981.2686      5735.7991       187.1747        -336395.9952     24738.7760         0.0000         0.0000     48293.1729        -222842.0381       175.6773   -271135.2110   -222561.4987       175.6773           1265.5617     -1044.2089    921491.4634      1265.5617     -1044.2089

ENERGY:      65     19705.6387     18234.5068      5720.3377       182.0597        -335286.5205     24621.7011         0.0000         0.0000     44429.9443        -222392.3322       161.6239   -266822.2766   -222559.5547       161.6239           2327.6923      -981.2891    921491.4634      2327.6923      -981.2891

ENERGY:      66     23379.3198     18178.8888      5700.6416       177.0884        -335167.4132     24541.0361         0.0000         0.0000     41150.1724        -222040.2660       149.6930   -263190.4384   -222559.7129       149.6930           2143.8305     -1012.9654    921491.4634      2143.8305     -1012.9654

ENERGY:      67     21519.5824     18700.7266      5680.7505       172.8625        -335835.2249     24451.2304         0.0000         0.0000     43013.1051        -222296.9672       156.4699   -265310.0723   -222563.8338       156.4699           1146.4322     -1149.3075    921491.4634      1146.4322     -1149.3075

ENERGY:      68     17680.6162     19473.4215      5665.6119       169.8446        -336816.7450     24355.0772         0.0000         0.0000     46695.1031        -222777.0707       169.8640   -269472.1737   -222563.1960       169.8640           -533.1231     -1350.2483    921491.4634      -533.1231     -1350.2483

ENERGY:      69     18842.4750     20094.5655      5659.7335       168.3399        -337777.7071     24286.5633         0.0000         0.0000     45946.9670        -222779.0629       167.1424   -268726.0299   -222564.0335       167.1424          -2779.5016     -1554.6030    921491.4634     -2779.5016     -1554.6030

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      70     24924.5823     20195.1314      5665.1982       168.3680        -338344.4667     24244.1912         0.0000         0.0000     40895.8147        -222251.1809       148.7677   -263146.9955   -222565.8443       148.7677          -4812.4045     -1724.3818    921491.4634     -4812.4045     -1724.3818

ENERGY:      71     28189.8264     19687.0901      5681.7657       169.8512        -338280.6763     24173.9254         0.0000         0.0000     38448.3172        -221929.9004       139.8644   -260378.2175   -222566.4521       139.8644          -5473.5667     -1853.2190    921491.4634     -5473.5667     -1853.2190

ENERGY:      72     23727.6573     18857.6814      5706.8664       172.6037        -337528.2065     24038.3799         0.0000         0.0000     42738.3502        -222286.6677       155.4704   -265025.0179   -222525.8449       155.4704          -4315.3029     -1947.4862    921491.4634     -4315.3029     -1947.4862

ENERGY:      73     16493.2848     18282.5326      5736.5768       176.3701        -336410.7712     23875.1233         0.0000         0.0000     48993.3019        -222853.5816       178.2242   -271846.8835   -222501.3402       178.2242          -2196.1796     -1993.4479    921491.4634     -2196.1796     -1993.4479

ENERGY:      74     14920.3256     18445.5880      5765.7962       180.7323        -335459.2338     23754.9618         0.0000         0.0000     49505.8491        -222885.9808       180.0887   -272391.8299   -222496.3763       180.0887           -495.0839     -2003.1168    921491.4634      -495.0839     -2003.1168

ENERGY:      75     19899.6435     19448.4297      5789.8058       185.2404        -335174.0287     23698.7353         0.0000         0.0000     43811.0535        -222341.1205       159.3726   -266152.1740   -222492.3612       159.3726            105.3885     -2013.1492    921491.4634       105.3885     -2013.1492

ENERGY:      76     24088.0853     20909.5963      5804.9697       189.4305        -335690.6754     23665.5790         0.0000         0.0000     39065.9954        -221967.0191       142.1114   -261033.0145   -222445.7223       142.1114            -89.2494     -2070.9252    921491.4634       -89.2494     -2070.9252

ENERGY:      77     22199.2675     22223.0496      5809.9321       192.8995        -336701.6736     23613.9740         0.0000         0.0000     40464.2915        -222198.2595       147.1980   -262662.5510   -222417.3392       147.1980           -599.8258     -2169.1062    921491.4634      -599.8258     -2169.1062

ENERGY:      78     17886.0018     22851.3491      5805.4285       195.2662        -337741.3157     23553.3821         0.0000         0.0000     44753.0528        -222696.8352       162.7993   -267449.8880   -222421.1607       162.7993          -1412.5335     -2278.9367    921491.4634     -1412.5335     -2278.9367

ENERGY:      79     18108.1443     22595.1005      5794.6681       196.2478        -338412.9960     23516.3125         0.0000         0.0000     45459.4053        -222743.1175       165.3688   -268202.5229   -222423.9075       165.3688          -2660.1325     -2353.4764    921491.4634     -2660.1325     -2353.4764

TIMING: 80  CPU: 38.9104, 0.473553/step  Wall: 38.9104, 0.473553/step, 0.0552479 hours remaining, 3221.199219 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      80     23193.1683     21560.0611      5781.8893       195.6591        -338486.0881     23496.1344         0.0000         0.0000     41930.4060        -222328.7698       152.5313   -264259.1759   -222421.6004       152.5313          -3928.2140     -2382.1056    921491.4634     -3928.2140     -2382.1056

ENERGY:      81     26423.0616     20084.9471      5771.1022       193.5009        -337763.9087     23440.7321         0.0000         0.0000     39839.6518        -222010.9131       144.9257   -261850.5649   -222384.6119       144.9257          -4377.6860     -2356.2322    921491.4634     -4377.6860     -2356.2322

ENERGY:      82     23281.9359     18596.7908      5764.2397       189.9463        -336325.0810     23318.6738         0.0000         0.0000     42895.4652        -222278.0294       156.0419   -265173.4945   -222383.3811       156.0419          -3616.8099     -2297.6228    921491.4634     -3616.8099     -2297.6228

ENERGY:      83     17463.4116     17611.3785      5761.4800       185.4557        -334548.5451     23165.5264         0.0000         0.0000     47631.4997        -222729.7932       173.2703   -270361.2930   -222380.8000       173.2703          -2245.6202     -2209.9239    921491.4634     -2245.6202     -2209.9239

ENERGY:      84     15692.0181     17521.7594      5761.2958       180.7102        -333070.6343     23043.3534         0.0000         0.0000     48072.9174        -222798.5800       174.8761   -270871.4974   -222420.9190       174.8761          -1264.6407     -2119.1645    921491.4634     -1264.6407     -2119.1645

ENERGY:      85     19034.4748     18377.7082      5761.3316       176.5397        -332350.3361     22972.2187         0.0000         0.0000     43641.9416        -222386.1214       158.7574   -266028.0630   -222396.4595       158.7574          -1101.4911     -2031.8233    921491.4634     -1101.4911     -2031.8233

ENERGY:      86     22361.2996     19720.3241      5758.5583       173.6091        -332514.8435     22921.5212         0.0000         0.0000     39480.2342        -222099.2971       143.6182   -261579.5313   -222396.4726       143.6182          -1408.4308     -1992.0455    921491.4634     -1408.4308     -1992.0455

ENERGY:      87     21898.5873     20858.8153      5750.7775       172.4431        -333299.4425     22859.7331         0.0000         0.0000     39513.3019        -222245.7844       143.7385   -261759.0863   -222398.3220       143.7385          -1739.2135     -2002.6067    921491.4634     -1739.2135     -2002.6067

ENERGY:      88     19807.2123     21236.1262      5737.2297       173.3188        -334313.4193     22793.0785         0.0000         0.0000     42007.3339        -222559.1199       152.8111   -264566.4538   -222408.9127       152.8111          -2036.3958     -2043.8955    921491.4634     -2036.3958     -2043.8955

ENERGY:      89     20138.2921     20745.5547      5719.3133       176.3160        -335202.8321     22743.6988         0.0000         0.0000     43113.7497        -222565.9075       156.8360   -265679.6572   -222389.0013       156.8360          -2409.8246     -2071.1686    921491.4634     -2409.8246     -2071.1686

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:      90     22711.6048     19691.0677      5699.8921       181.1111        -335712.1131     22705.2746         0.0000         0.0000     42377.6758        -222345.4870       154.1583   -264723.1627   -222389.2092       154.1583          -2670.9832     -2080.5818    921491.4634     -2670.9832     -2080.5818

ENERGY:      91     23737.5989     18627.1146      5683.0577       187.2277        -335678.4157     22643.5819         0.0000         0.0000     42539.3829        -222260.4521       154.7466   -264799.8350   -222388.3580       154.7466          -2499.0954     -2078.8098    921491.4634     -2499.0954     -2078.8098

ENERGY:      92     21523.8222     18060.4537      5672.6738       194.0387        -335129.0786     22543.7115         0.0000         0.0000     44665.3078        -222469.0709       162.4801   -267134.3787   -222389.6059       162.4801          -1910.9684     -2078.9076    921491.4634     -1910.9684     -2078.9076

ENERGY:      93     18788.3598     18281.5995      5671.3717       200.9119        -334319.2925     22433.7892         0.0000         0.0000     46311.8833        -222631.3771       168.4699   -268943.2604   -222367.8861       168.4699          -1385.1719     -2068.2566    921491.4634     -1385.1719     -2068.2566

ENERGY:      94     18530.9328     19242.9914      5679.4418       207.1113        -333693.3061     22351.2077         0.0000         0.0000     45144.9171        -222536.7040       164.2248   -267681.6211   -222367.0865       164.2248          -1347.2601     -2063.4576    921491.4634     -1347.2601     -2063.4576

ENERGY:      95     20040.4586     20654.3435      5695.3527       212.0382        -333603.6976     22302.2586         0.0000         0.0000     42387.6997        -222311.5463       154.1948   -264699.2460   -222367.4634       154.1948          -1793.7082     -2083.6408    921491.4634     -1793.7082     -2083.6408

ENERGY:      96     20584.1064     22050.3787      5716.0483       215.1945        -334091.8989     22265.7317         0.0000         0.0000     40970.7077        -222289.7316       149.0402   -263260.4392   -222356.3660       149.0402          -2389.6989     -2142.8255    921491.4634     -2389.6989     -2142.8255

ENERGY:      97     19809.1308     22949.2010      5737.7476       216.2279        -334886.9637     22225.8322         0.0000         0.0000     41505.2398        -222443.5844       150.9847   -263948.8243   -222346.5815       150.9847          -2891.9373     -2214.1665    921491.4634     -2891.9373     -2214.1665

ENERGY:      98     19979.7555     22958.8352      5756.3117       214.8681        -335616.8429     22188.2114         0.0000         0.0000     41993.4227        -222525.4381       152.7605   -264518.8608   -222347.6397       152.7605          -3206.5489     -2272.3420    921491.4634     -3206.5489     -2272.3420

ENERGY:      99     22029.8951     22024.0795      5768.5777       211.0972        -336009.8227     22159.4701         0.0000         0.0000     41425.1769        -222391.5263       150.6934   -263816.7031   -222348.0704       150.6934          -3235.8097     -2296.7687    921491.4634     -3235.8097     -2296.7687

LDB: ============= START OF LOAD BALANCING ============== 54.5531
LDB: Largest compute 200 load 0.432232 is 1.2% of average load 36.825638
LDB: Average compute 0.051591 is 0.1% of average load 36.825638
LDB: Partitioning computes with target load 3.682564
LDB: Increased migratable compute count from 2736 to 2736
LDB: Largest unpartitionable compute is 0.056096
LDB: ============== END OF LOAD BALANCING =============== 54.5553
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 54.5562
Info: Initial time: 4 CPUs 0.473994 s/step 5.48604 days/ns 3221.56 MB memory
TIMING: 100  CPU: 48.3712, 0.473042/step  Wall: 48.3712, 0.473042/step, 0.0525603 hours remaining, 3221.558594 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     100     23587.3021     20475.3729      5773.0376       205.1509        -335896.4622     22125.7987         0.0000         0.0000     41455.8050        -222273.9950       150.8048   -263729.8000   -222326.1725       150.8048          -2788.3920     -2294.3880    921491.4634     -2788.3920     -2294.3880

ENERGY:     101     22287.3000     18933.8501      5770.3900       197.5201        -335238.2412     22065.3980         0.0000         0.0000     43590.2955        -222393.4874       158.5695   -265983.7830   -222319.4707       158.5695          -1880.2674     -2262.6846    921491.4634     -1880.2674     -2262.6846

ENERGY:     102     19420.3336     17951.6561      5762.8059       188.8891        -334088.2234     21980.7895         0.0000         0.0000     46153.7218        -222630.0274       167.8946   -268783.7492   -222317.3982       167.8946           -924.5796     -2215.2271    921491.4634      -924.5796     -2215.2271

ENERGY:     103     18429.6589     17794.2510      5753.5002       180.0834        -332765.4446     21898.9792         0.0000         0.0000     46061.5884        -222647.3834       167.5594   -268708.9718   -222315.0115       167.5594           -521.9324     -2162.1475    921491.4634      -521.9324     -2162.1475

ENERGY:     104     20135.5162     18313.1191      5745.4365       171.9705        -331716.6193     21838.6802         0.0000         0.0000     43114.8219        -222397.0748       156.8399   -265511.8967   -222300.0343       156.8399           -904.7452     -2132.5694    921491.4634      -904.7452     -2132.5694

ENERGY:     105     21674.8147     19112.5118      5740.5773       165.3638        -331353.5905     21791.8563         0.0000         0.0000     40663.3131        -222205.1533       147.9220   -262868.4665   -222297.2862       147.9220          -1781.0302     -2140.0925    921491.4634     -1781.0302     -2140.0925

ENERGY:     106     20688.3525     19760.1603      5739.0355       160.9482        -331684.6911     21743.4748         0.0000         0.0000     41270.8909        -222321.8289       150.1322   -263592.7198   -222299.8103       150.1322          -2687.8654     -2192.8737    921491.4634     -2687.8654     -2192.8737

ENERGY:     107     18828.1850     20041.3660      5739.7936       159.1631        -332486.5660     21693.8616         0.0000         0.0000     43452.4231        -222571.7735       158.0680   -266024.1967   -222302.3924       158.0680          -3435.4054     -2264.9714    921491.4634     -3435.4054     -2264.9714

ENERGY:     108     19374.7526     19955.6335      5740.9974       160.1493        -333435.9261     21654.4582         0.0000         0.0000     43952.1728        -222597.7623       159.8859   -266549.9351   -222305.0562       159.8859          -3989.5483     -2325.7046    921491.4634     -3989.5483     -2325.7046

ENERGY:     109     22394.0521     19651.8556      5740.7059       163.7566        -334323.6676     21623.9120         0.0000         0.0000     42380.9037        -222368.4818       154.1701   -264749.3855   -222289.2481       154.1701          -4162.2877     -2354.5142    921491.4634     -4162.2877     -2354.5142

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     110     24310.7313     19315.3192      5736.8740       169.5643        -334907.1598     21583.6716         0.0000         0.0000     41568.0397        -222222.9597       151.2131   -263790.9994   -222288.3776       151.2131          -3608.1963     -2356.1915    921491.4634     -3608.1963     -2356.1915

ENERGY:     111     22660.5937     19186.3868      5728.6091       176.9885        -335028.8259     21518.8536         0.0000         0.0000     43385.4033        -222371.9908       157.8242   -265757.3942   -222286.8994       157.8242          -2331.3778     -2338.2312    921491.4634     -2331.3778     -2338.2312

ENERGY:     112     19381.8200     19463.5169      5716.4074       185.3624        -334677.6373     21440.9489         0.0000         0.0000     45860.8185        -222628.7632       166.8291   -268489.5817   -222302.4566       166.8291           -894.2294     -2309.1963    921491.4634      -894.2294     -2309.1963

ENERGY:     113     18216.1582     20180.8083      5702.4491       194.0323        -334046.4824     21376.2231         0.0000         0.0000     45761.5816        -222615.2297       166.4681   -268376.8114   -222273.7398       166.4681            -55.6425     -2273.8625    921491.4634       -55.6425     -2273.8625

ENERGY:     114     19843.9972     21062.4094      5689.3793       202.2945        -333472.4286     21337.7637         0.0000         0.0000     42964.6871        -222371.8975       156.2937   -265336.5846   -222272.2450       156.2937           -128.5963     -2261.6571    921491.4634      -128.5963     -2261.6571

ENERGY:     115     21448.4485     21679.6561      5680.2429       209.5308        -333239.9677     21316.4507         0.0000         0.0000     40710.1057        -222195.5329       148.0922   -262905.6386   -222272.7004       148.0922           -905.3247     -2296.5621    921491.4634      -905.3247     -2296.5621

ENERGY:     116     20838.2582     21694.4195      5677.2615       215.2237        -333429.0366     21301.4963         0.0000         0.0000     41385.0932        -222317.2842       150.5476   -263702.3774   -222276.5256       150.5476          -2000.5238     -2380.1423    921491.4634     -2000.5238     -2380.1423

ENERGY:     117     19309.7302     21105.1711      5681.4214       219.0426        -333858.2252     21295.0741         0.0000         0.0000     43733.0003        -222514.7854       159.0886   -266247.7857   -222254.7025       159.0886          -3196.9892     -2479.5443    921491.4634     -3196.9892     -2479.5443

ENERGY:     118     19488.7484     20180.1711      5691.5867       220.7069        -334305.8416     21303.6951         0.0000         0.0000     44852.5145        -222568.4190       163.1611   -267420.9335   -222257.5957       163.1611          -4287.8517     -2560.8627    921491.4634     -4287.8517     -2560.8627

ENERGY:     119     21608.8170     19327.4368      5705.7183       220.1523        -334582.5766     21318.6506         0.0000         0.0000     43971.5397        -222430.2617       159.9564   -266401.8014   -222258.7219       159.9564          -4948.0951     -2603.4635    921491.4634     -4948.0951     -2603.4635

LDB: ============= START OF LOAD BALANCING ============== 63.9989
LDB: ============== END OF LOAD BALANCING =============== 63.9989
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 63.9995
TIMING: 120  CPU: 57.8142, 0.472152/step  Wall: 57.8142, 0.472152/step, 0.0498382 hours remaining, 3221.753906 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     120     23278.7483     18843.5008      5721.1112       217.5091        -334559.3220     21317.8986         0.0000         0.0000     42838.0029        -222342.5511       155.8329   -265180.5540   -222260.9694       155.8329          -4802.3839     -2609.8233    921491.4634     -4802.3839     -2609.8233

ENERGY:     121     22753.8287     18833.9839      5735.1155       213.1885        -334109.3888     21287.1663         0.0000         0.0000     42902.9082        -222383.1977       156.0690   -265286.1059   -222238.8457       156.0690          -3789.7330     -2573.0323    921491.4634     -3789.7330     -2573.0323

ENERGY:     122     20911.3204     19183.7910      5744.9150       207.6394        -333246.0911     21235.0875         0.0000         0.0000     43471.2679        -222492.0699       158.1365   -265963.3378   -222236.2049       158.1365          -2259.2351     -2503.9466    921491.4634     -2259.2351     -2503.9466

ENERGY:     123     19716.6566     19702.2260      5748.9495       201.5075        -332195.6666     21181.3172         0.0000         0.0000     43159.1487        -222485.8611       157.0011   -265645.0098   -222233.3017       157.0011           -827.7758     -2423.1752    921491.4634      -827.7758     -2423.1752

ENERGY:     124     19701.7331     20151.8501      5747.1965       195.4812        -331340.9823     21138.0467         0.0000         0.0000     42008.6529        -222398.0217       152.8159   -264406.6746   -222234.8508       152.8159              8.3516     -2371.2952    921491.4634         8.3516     -2371.2952

ENERGY:     125     19961.8490     20319.7042      5741.5018       190.2907        -331002.3874     21106.9630         0.0000         0.0000     41347.6160        -222334.4627       150.4113   -263682.0787   -222218.5351       150.4113             16.1240     -2370.5229    921491.4634        16.1240     -2370.5229

ENERGY:     126     19913.8781     20060.3740      5734.4100       186.3237        -331257.3386     21089.4917         0.0000         0.0000     41888.6056        -222384.2555       152.3792   -264272.8611   -222220.0404       152.3792           -757.3345     -2430.8872    921491.4634      -757.3345     -2430.8872

ENERGY:     127     20034.1247     19457.5519      5728.8730       183.8512        -331985.2679     21088.4979         0.0000         0.0000     43047.2720        -222445.0972       156.5941   -265492.3692   -222223.2517       156.5941          -2122.5054     -2533.3235    921491.4634     -2122.5054     -2533.3235

ENERGY:     128     20681.9268     18818.3079      5727.0308       182.9174        -332977.2826     21101.0436         0.0000         0.0000     44006.3124        -222459.7437       160.0829   -266466.0562   -222232.5707       160.0829          -3698.9565     -2655.1908    921491.4634     -3698.9565     -2655.1908

ENERGY:     129     21368.2886     18554.7977      5729.8505       183.4688        -333997.8249     21115.0501         0.0000         0.0000     44607.0893        -222439.2801       162.2683   -267046.3694   -222215.2565       162.2683          -4993.9821     -2763.9222    921491.4634     -4993.9821     -2763.9222

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     130     21553.6088     18898.7762      5736.4508       185.0194        -334776.0136     21118.0422         0.0000         0.0000     44811.1496        -222472.9666       163.0106   -267284.1163   -222216.5364       163.0106          -5536.0555     -2842.3154    921491.4634     -5536.0555     -2842.3154

ENERGY:     131     21530.9957     19804.6628      5745.0872       187.0957        -335083.2644     21105.7069         0.0000         0.0000     44221.5103        -222488.2059       160.8657   -266709.7161   -222215.1804       160.8657          -5164.7864     -2872.9597    921491.4634     -5164.7864     -2872.9597

ENERGY:     132     21696.5184     20951.9797      5753.4447       189.2233        -334841.7369     21081.3851         0.0000         0.0000     42732.1267        -222437.0590       155.4477   -265169.1858   -222222.8146       155.4477          -4015.6411     -2856.5554    921491.4634     -4015.6411     -2856.5554

ENERGY:     133     21569.7011     21939.4304      5759.4053       191.1377        -334187.7139     21049.8505         0.0000         0.0000     41346.5716        -222331.6172       150.4075   -263678.1888   -222209.0243       150.4075          -2436.6194     -2806.2333    921491.4634     -2436.6194     -2806.2333

ENERGY:     134     20380.1720     22407.7420      5761.0449       192.4922        -333420.8525     21018.0949         0.0000         0.0000     41320.1610        -222341.1455       150.3114   -263661.3065   -222206.0448       150.3114           -846.9781     -2759.4268    921491.4634      -846.9781     -2759.4268

ENERGY:     135     18735.1493     22221.9399      5757.7067       193.2251        -332860.3440     20999.0422         0.0000         0.0000     42497.1277        -222456.1531       154.5929   -264953.2808   -222204.4870       154.5929            191.9083     -2745.1432    921491.4634       191.9083     -2745.1432

ENERGY:     136     18381.4539     21453.0791      5750.0867       193.4037        -332655.7487     21006.3294         0.0000         0.0000     43348.3541        -222523.0418       157.6894   -265871.3959   -222211.0693       157.6894            198.1851     -2776.3543    921491.4634       198.1851     -2776.3543

ENERGY:     137     19975.5715     20347.8312      5740.3098       193.2572        -332832.5917     21040.1066         0.0000         0.0000     43092.4470        -222443.0683       156.7585   -265535.5153   -222209.8937       156.7585           -927.2502     -2841.0685    921491.4634      -927.2502     -2841.0685

ENERGY:     138     21874.8524     19195.4801      5730.8549       192.8766        -333203.4342     21083.5324         0.0000         0.0000     42784.9640        -222340.8739       155.6399   -265125.8378   -222213.1815       155.6399          -2704.7055     -2927.3525    921491.4634     -2704.7055     -2927.3525

ENERGY:     139     22116.0296     18330.1124      5724.2505       192.4679        -333575.3362     21115.6332         0.0000         0.0000     43705.6789        -222391.1635       158.9892   -266096.8424   -222217.3488       158.9892          -4443.4107     -3015.1529    921491.4634     -4443.4107     -3015.1529

TIMING: 140  CPU: 67.2506, 0.471819/step  Wall: 67.2506, 0.471819/step, 0.0471819 hours remaining, 3221.882812 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     140     20992.5978     17997.1577      5722.1741       192.2140        -333726.9442     21127.4061         0.0000         0.0000     45144.2514        -222551.1432       164.2224   -267695.3946   -222224.0361       164.2224          -5617.7627     -3080.3638    921491.4634     -5617.7627     -3080.3638

ENERGY:     141     20605.2148     18251.9195      5725.3083       192.2642        -333525.1325     21120.3060         0.0000         0.0000     45039.8866        -222590.2331       163.8427   -267630.1197   -222215.3920       163.8427          -6017.5038     -3087.0005    921491.4634     -6017.5038     -3087.0005

ENERGY:     142     21702.7400     18860.4297      5732.9228       192.6003        -332879.0281     21093.2714         0.0000         0.0000     42868.0676        -222428.9963       155.9422   -265297.0638   -222213.3920       155.9422          -5532.0376     -3029.5546    921491.4634     -5532.0376     -3029.5546

ENERGY:     143     22457.6180     19468.7635      5743.5741       193.1827        -331957.5933     21040.0377         0.0000         0.0000     40797.9949        -222256.4223       148.4119   -263054.4172   -222209.6223       148.4119          -4179.8278     -2928.5087    921491.4634     -4179.8278     -2928.5087

ENERGY:     144     21007.3341     19787.0057      5755.2165       193.9151        -331097.8395     20965.2215         0.0000         0.0000     41087.3103        -222301.8363       149.4643   -263389.1466   -222194.0939       149.4643          -2265.2409     -2825.3504    921491.4634     -2265.2409     -2825.3504

ENERGY:     145     18390.7600     19760.7602      5765.7577       194.6436        -330692.1920     20892.9233         0.0000         0.0000     43191.0818        -222496.2653       157.1173   -265687.3472   -222180.9590       157.1173           -495.5029     -2742.5238    921491.4634      -495.5029     -2742.5238

ENERGY:     146     17494.3905     19517.0964      5773.0763       195.1974        -330883.4472     20850.7304         0.0000         0.0000     44468.0627        -222584.8934       161.7626   -267052.9561   -222180.0850       161.7626            380.5832     -2698.3695    921491.4634       380.5832     -2698.3695

ENERGY:     147     19349.0815     19284.4052      5776.1299       195.3841        -331633.2788     20843.7952         0.0000         0.0000     43729.9298        -222454.5532       159.0775   -266184.4829   -222180.7853       159.0775             12.4496     -2697.6200    921491.4634        12.4496     -2697.6200

ENERGY:     148     21731.1609     19240.1451      5775.1361       195.0156        -332748.3459     20852.0477         0.0000         0.0000     42647.1433        -222307.6971       155.1386   -264954.8404   -222173.9041       155.1386          -1313.5161     -2742.2255    921491.4634     -1313.5161     -2742.2255

ENERGY:     149     22154.0982     19476.6232      5771.6403       193.9272        -333952.9655     20853.5363         0.0000         0.0000     43165.2619        -222337.8784       157.0234   -265503.1403   -222149.8011       157.0234          -2998.4811     -2814.2281    921491.4634     -2998.4811     -2814.2281

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     150     21015.8993     19956.3834      5767.3089       192.0924        -334899.3754     20845.5771         0.0000         0.0000     44606.5897        -222515.5245       162.2665   -267122.1142   -222153.2666       162.2665          -4472.9374     -2881.9211    921491.4634     -4472.9374     -2881.9211

ENERGY:     151     20656.1101     20586.9275      5763.7530       189.5631        -335303.4338     20835.7247         0.0000         0.0000     44710.6379        -222560.7176       162.6450   -267271.3555   -222155.1380       162.6450          -5407.8407     -2907.6330    921491.4634     -5407.8407     -2907.6330

ENERGY:     152     21757.0224     21203.4201      5761.8055       186.4838        -335072.1086     20820.7501         0.0000         0.0000     42914.6706        -222427.9561       156.1118   -265342.6267   -222175.0513       156.1118          -5552.0272     -2878.0875    921491.4634     -5552.0272     -2878.0875

ENERGY:     153     22396.4538     21618.6021      5761.5688       183.0547        -334307.6858     20787.1624         0.0000         0.0000     41296.2811        -222264.5629       150.2245   -263560.8440   -222152.0201       150.2245          -4765.4777     -2800.4121    921491.4634     -4765.4777     -2800.4121

ENERGY:     154     20952.1345     21640.3345      5761.9239       179.5647        -333344.9133     20735.3659         0.0000         0.0000     41746.1292        -222329.4606       151.8609   -264075.5898   -222148.7913       151.8609          -3178.1875     -2707.3605    921491.4634     -3178.1875     -2707.3605

ENERGY:     155     18734.5492     21249.5939      5761.4993       176.3183        -332564.0953     20691.4723         0.0000         0.0000     43448.4575        -222502.2049       158.0535   -265950.6623   -222145.9852       158.0535          -1408.3064     -2623.9032    921491.4634     -1408.3064     -2623.9032

ENERGY:     156     18312.4483     20599.9072      5758.8570       173.6449        -332218.9144     20684.3829         0.0000         0.0000     44137.5523        -222552.1216       160.5603   -266689.6739   -222166.8045       160.5603           -219.5095     -2571.5313    921491.4634      -219.5095     -2571.5313

ENERGY:     157     20043.0837     19943.2665      5753.0946       171.8900        -332363.0655     20715.7864         0.0000         0.0000     43325.6934        -222410.2508       157.6070   -265735.9443   -222155.5007       157.6070            -38.8543     -2554.7665    921491.4634       -38.8543     -2554.7665

ENERGY:     158     21695.0846     19425.3239      5743.5667       171.3409        -332829.8099     20761.5805         0.0000         0.0000     42713.6820        -222319.2313       155.3806   -265032.9133   -222157.3218       155.3806           -715.5935     -2586.7969    921491.4634      -715.5935     -2586.7969

ENERGY:     159     21695.6536     19084.6409      5730.9315       172.1899        -333376.4004     20800.7929         0.0000         0.0000     43483.6005        -222408.5911       158.1814   -265892.1915   -222160.0967       158.1814          -1882.1012     -2660.7875    921491.4634     -1882.1012     -2660.7875

TIMING: 160  CPU: 76.6747, 0.471203/step  Wall: 76.6747, 0.471203/step, 0.0445025 hours remaining, 3222.175781 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     160     21093.2844     18859.3046      5717.0749       174.4915        -333735.9153     20833.5471         0.0000         0.0000     44515.8597        -222542.3531       161.9365   -267058.2128   -222175.6785       161.9365          -3202.8705     -2752.7604    921491.4634     -3202.8705     -2752.7604

ENERGY:     161     21561.6002     18685.5960      5704.9781       178.2042        -333710.7596     20865.7132         0.0000         0.0000     44220.7114        -222493.9565       160.8628   -266714.6679   -222160.9737       160.8628          -4385.1102     -2823.4851    921491.4634     -4385.1102     -2823.4851

ENERGY:     162     22512.8125     18508.1493      5697.2826       183.0024        -333202.6496     20887.8856         0.0000         0.0000     43070.6068        -222342.9103       156.6790   -265413.5171   -222161.4905       156.6790          -5004.1555     -2859.8871    921491.4634     -5004.1555     -2859.8871

ENERGY:     163     21937.9852     18346.8657      5696.1509       188.4544        -332368.8223     20884.6195         0.0000         0.0000     43005.6962        -222309.0503       156.4429   -265314.7465   -222160.7799       156.4429          -4776.8220     -2868.7270    921491.4634     -4776.8220     -2868.7270

ENERGY:     164     19652.8066     18261.0401      5702.5306       194.0206        -331567.4469     20861.9109         0.0000         0.0000     44426.5344        -222468.6037       161.6115   -266895.1381   -222170.9033       161.6115          -3836.1733     -2870.4449    921491.4634     -3836.1733     -2870.4449

ENERGY:     165     18074.0952     18343.8151      5716.1638       199.2019        -331183.0465     20849.6742         0.0000         0.0000     45425.8564        -222574.2399       165.2468   -268000.0963   -222153.1697       165.2468          -2737.5186     -2867.1447    921491.4634     -2737.5186     -2867.1447

ENERGY:     166     18979.7069     18650.1654      5734.9735       203.3281        -331407.1001     20870.8939         0.0000         0.0000     44483.6889        -222484.3434       161.8194   -266968.0323   -222151.2326       161.8194          -1964.3635     -2870.3839    921491.4634     -1964.3635     -2870.3839

ENERGY:     167     21026.8306     19216.2867      5755.9248       205.8794        -332212.1859     20917.6388         0.0000         0.0000     42775.8063        -222313.8194       155.6066   -265089.6257   -222150.5297       155.6066          -1671.2498     -2889.5868    921491.4634     -1671.2498     -2889.5868

ENERGY:     168     21619.4181     19999.6888      5775.3367       206.4584        -333382.4925     20963.4338         0.0000         0.0000     42492.3351        -222325.8217       154.5754   -264818.1568   -222149.7708       154.5754          -1735.9904     -2933.5977    921491.4634     -1735.9904     -2933.5977

ENERGY:     169     20648.4665     20870.4068      5789.9166       204.9287        -334596.5070     20994.5723         0.0000         0.0000     43600.1910        -222488.0252       158.6055   -266088.2162   -222133.5316       158.6055          -2095.8776     -2988.7948    921491.4634     -2095.8776     -2988.7948

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     170     20485.0014     21574.3799      5797.0542       201.1981        -335480.2501     21017.8094         0.0000         0.0000     43834.2689        -222570.5383       159.4570   -266404.8072   -222135.2421       159.4570          -2696.1967     -3030.4961    921491.4634     -2696.1967     -3030.4961

ENERGY:     171     22225.3641     21884.1724      5796.1347       195.5169        -335757.0014     21036.7488         0.0000         0.0000     42205.8540        -222413.2105       153.5333   -264619.0645   -222135.5893       153.5333          -3373.1626     -3035.3578    921491.4634     -3373.1626     -3035.3578

ENERGY:     172     23612.5241     21689.2903      5788.4217       188.3823        -335345.7506     21036.2039         0.0000         0.0000     40787.7257        -222243.2026       148.3745   -263030.9283   -222132.3042       148.3745          -3754.4380     -3004.4813    921491.4634     -3754.4380     -3004.4813

ENERGY:     173     22089.5492     21081.4670      5776.7002       180.5475        -334414.6775     21003.0505         0.0000         0.0000     41986.3986        -222296.9647       152.7350   -264283.3632   -222121.1461       152.7350          -3608.5986     -2944.3814    921491.4634     -3608.5986     -2944.3814

ENERGY:     174     18699.8473     20250.6915      5763.7521       172.7179        -333314.9340     20954.5022         0.0000         0.0000     44924.4952        -222548.9278       163.4230   -267473.4230   -222120.6679       163.4230          -3086.0087     -2871.4631    921491.4634     -3086.0087     -2871.4631

ENERGY:     175     17219.9375     19455.5735      5752.1494       165.6559        -332464.6994     20928.3117         0.0000         0.0000     46291.0144        -222652.0570       168.3940   -268943.0714   -222120.1886       168.3940          -2676.4054     -2794.4451    921491.4634     -2676.4054     -2794.4451

ENERGY:     176     19195.1038     18891.7629      5743.5896       160.0071        -332124.2126     20943.2095         0.0000         0.0000     44722.5120        -222468.0277       162.6882   -267190.5398   -222127.3369       162.6882          -2658.3220     -2727.5044    921491.4634     -2658.3220     -2727.5044

ENERGY:     177     21863.3195     18664.1735      5738.9484       156.2659        -332371.2411     20981.6518         0.0000         0.0000     42714.2625        -222252.6195       155.3827   -264966.8820   -222125.5136       155.3827          -2870.6845     -2681.8089    921491.4634     -2870.6845     -2681.8089

ENERGY:     178     21917.7900     18733.9559      5737.6245       154.5770        -332975.2975     21015.2132         0.0000         0.0000     43101.1545        -222314.9824       156.7902   -265416.1369   -222126.1321       156.7902          -2936.2255     -2665.7683    921491.4634     -2936.2255     -2665.7683

ENERGY:     179     20058.5720     19018.0840      5738.2698       154.9022        -333648.1818     21038.3003         0.0000         0.0000     45070.9164        -222569.1372       163.9556   -267640.0536   -222127.1793       163.9556          -2805.2707     -2668.3444    921491.4634     -2805.2707     -2668.3444

TIMING: 180  CPU: 86.0893, 0.470732/step  Wall: 86.0893, 0.470732/step, 0.0418428 hours remaining, 3222.175781 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     180     19770.2944     19384.7964      5738.8341       156.9935        -334084.3525     21065.2916         0.0000         0.0000     45324.2214        -222643.9211       164.8771   -267968.1426   -222142.6344       164.8771          -2684.8629     -2671.3561    921491.4634     -2684.8629     -2671.3561

ENERGY:     181     22122.8095     19693.8083      5737.3498       160.4696        -334134.1968     21097.1422         0.0000         0.0000     42906.0430        -222416.5746       156.0804   -265322.6175   -222134.4682       156.0804          -2655.0379     -2656.7563    921491.4634     -2655.0379     -2656.7563

ENERGY:     182     23922.3457     19800.0773      5732.0748       164.8150        -333691.2984     21109.5293         0.0000         0.0000     40770.0179        -222192.4384       148.3101   -262962.4563   -222132.7634       148.3101          -2461.5987     -2635.7203    921491.4634     -2461.5987     -2635.7203

ENERGY:     183     22149.3487     19677.1534      5722.7616       169.5349        -332921.8737     21084.4911         0.0000         0.0000     41834.8234        -222283.7607       152.1836   -264118.5840   -222131.2590       152.1836          -1990.8046     -2626.5158    921491.4634     -1990.8046     -2626.5158

ENERGY:     184     18376.8756     19424.9916      5710.5468       174.1844        -332181.9079     21042.4479         0.0000         0.0000     44880.5527        -222572.3089       163.2631   -267452.8616   -222144.6141       163.2631          -1576.6176     -2645.2274    921491.4634     -1576.6176     -2645.2274

ENERGY:     185     16957.7744     19234.6873      5697.7241       178.4155        -331895.6960     21023.9443         0.0000         0.0000     46149.4987        -222653.6517       167.8792   -268803.1504   -222128.1655       167.8792          -1752.9883     -2679.2077    921491.4634     -1752.9883     -2679.2077

ENERGY:     186     19266.0405     19234.9570      5686.4352       181.9571        -332240.0936     21043.7459         0.0000         0.0000     44391.5887        -222435.3690       161.4844   -266826.9578   -222129.2886       161.4844          -2596.4732     -2731.4263    921491.4634     -2596.4732     -2731.4263

ENERGY:     187     22073.2967     19471.4302      5678.7398       184.6336        -333156.1125     21076.9264         0.0000         0.0000     42449.0057        -222222.0800       154.4178   -264671.0857   -222130.9078       154.4178          -3641.8536     -2802.0867    921491.4634     -3641.8536     -2802.0867

ENERGY:     188     22101.1830     19886.6772      5676.0120       186.3502        -334382.7609     21093.9044         0.0000         0.0000     43113.1616        -222325.4725       156.8338   -265438.6341   -222135.3907       156.8338          -4316.2655     -2887.0591    921491.4634     -4316.2655     -2887.0591

ENERGY:     189     20394.2463     20391.8600      5678.8863       187.1154        -335558.5038     21096.5840         0.0000         0.0000     45245.6388        -222564.1731       164.5912   -267809.8119   -222116.4323       164.5912          -4451.6370     -2950.0786    921491.4634     -4451.6370     -2950.0786

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     190     20342.0726     20848.4446      5686.3597       187.0164        -336318.7430     21106.5487         0.0000         0.0000     45533.2635        -222615.0374       165.6375   -268148.3009   -222116.1590       165.6375          -4141.9210     -2962.8209    921491.4634     -4141.9210     -2962.8209

ENERGY:     191     22534.8506     21157.2825      5696.5257       186.2614        -336419.5248     21124.8644         0.0000         0.0000     43330.7337        -222389.0066       157.6253   -265719.7403   -222114.1140       157.6253          -3471.5977     -2915.5481    921491.4634     -3471.5977     -2915.5481

ENERGY:     192     23768.4831     21244.3746      5706.8010       185.1520        -335814.4789     21125.1403         0.0000         0.0000     41560.2538        -222224.2740       151.1848   -263784.5278   -222108.6417       151.1848          -2412.4655     -2830.7902    921491.4634     -2412.4655     -2830.7902

ENERGY:     193     21710.8595     21097.1072      5714.9848       184.0569        -334711.3256     21092.9042         0.0000         0.0000     42578.8349        -222332.5781       154.8901   -264911.4130   -222093.8902       154.8901          -1181.4694     -2735.1546    921491.4634     -1181.4694     -2735.1546

ENERGY:     194     18383.3650     20711.5281      5719.3482       183.2863        -333492.4629     21054.1040         0.0000         0.0000     44867.8136        -222573.0178       163.2168   -267440.8315   -222092.1687       163.2168           -314.8315     -2651.4482    921491.4634      -314.8315     -2651.4482

ENERGY:     195     17581.7012     20169.9815      5719.7968       183.0839        -332603.8307     21048.2209         0.0000         0.0000     45307.7485        -222593.2979       164.8171   -267901.0464   -222091.6060       164.8171           -398.0877     -2592.7756    921491.4634      -398.0877     -2592.7756

ENERGY:     196     19755.8662     19594.9320      5717.4229       183.5644        -332319.6949     21082.8578         0.0000         0.0000     43603.6156        -222381.4360       158.6180   -265985.0516   -222096.3126       158.6180          -1480.5939     -2574.8092    921491.4634     -1480.5939     -2574.8092

ENERGY:     197     21700.3670     19122.7580      5714.1451       184.7200        -332668.2730     21129.4587         0.0000         0.0000     42574.3655        -222242.4586       154.8738   -264816.8241   -222086.7179       154.8738          -3040.7436     -2596.5494    921491.4634     -3040.7436     -2596.5494

ENERGY:     198     21224.0061     18800.3006      5711.3574       186.3640        -333385.4996     21161.1533         0.0000         0.0000     43911.2864        -222391.0319       159.7372   -266302.3183   -222090.4391       159.7372          -4381.6808     -2646.7679    921491.4634     -4381.6808     -2646.7679

ENERGY:     199     20113.4048     18634.4040      5710.3429       188.2374        -334151.8586     21182.1776         0.0000         0.0000     45722.9588        -222600.3329       166.3276   -268323.2917   -222093.2750       166.3276          -5152.2285     -2691.5412    921491.4634     -5152.2285     -2691.5412

LDB: ============= START OF LOAD BALANCING ============== 101.689
LDB: Largest compute 200 load 0.426682 is 1.2% of average load 36.650221
LDB: Average compute 0.051331 is 0.1% of average load 36.650221
LDB: TIME 101.691 LOAD: AVG 36.6502 MAX 37.6897  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3222.53 MB
LDB: TIME 101.693 LOAD: AVG 36.6502 MAX 37.5415  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 TorusLB MEM: 3222.53 MB
LDB: ============== END OF LOAD BALANCING =============== 101.695
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 101.698
Info: Initial time: 4 CPUs 0.471259 s/step 5.45438 days/ns 3223.53 MB memory
TIMING: 200  CPU: 95.507, 0.470884/step  Wall: 95.507, 0.470884/step, 0.0392404 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     200     21073.6837     18595.6350      5711.8747       190.0258        -334670.2810     21209.9247         0.0000         0.0000     45319.1600        -222569.9771       164.8586   -267889.1371   -222114.5244       164.8586          -5241.8526     -2703.6813    921491.4634     -5241.8526     -2703.6813

ENERGY:     201     23380.1030     18674.3334      5716.2802       191.4188        -334751.7130     21239.1340         0.0000         0.0000     43222.4694        -222327.9741       157.2315   -265550.4435   -222100.1077       157.2315          -4546.2005     -2661.1901    921491.4634     -4546.2005     -2661.1901

ENERGY:     202     23622.8117     18850.8451      5722.5980       192.1474        -334305.3005     21243.2751         0.0000         0.0000     42432.5587        -222241.0646       154.3580   -264673.6232   -222096.8289       154.3580          -3005.0519     -2588.0014    921491.4634     -3005.0519     -2588.0014

ENERGY:     203     20743.8946     19130.0391      5729.2400       192.0764        -333501.9371     21215.8253         0.0000         0.0000     44059.6985        -222431.1633       160.2771   -266490.8618   -222093.6425       160.2771          -1046.8258     -2512.4435    921491.4634     -1046.8258     -2512.4435

ENERGY:     204     17862.6124     19486.9556      5734.1463       191.2124        -332722.2197     21188.8402         0.0000         0.0000     45629.4719        -222628.9809       165.9875   -268258.4527   -222116.7001       165.9875            452.9932     -2462.2930    921491.4634       452.9932     -2462.2930

ENERGY:     205     18189.0791     19868.9413      5735.7153       189.6741        -332398.2548     21197.9185         0.0000         0.0000     44690.7149        -222526.2116       162.5725   -267216.9265   -222099.8059       162.5725            731.8535     -2447.6354    921491.4634       731.8535     -2447.6354

ENERGY:     206     20668.8902     20170.9985      5732.9811       187.6404        -332716.3431     21241.8390         0.0000         0.0000     42439.0584        -222274.9355       154.3816   -264713.9940   -222100.3396       154.3816           -230.6568     -2488.2938    921491.4634      -230.6568     -2488.2938

ENERGY:     207     21693.8032     20338.2889      5726.5434       185.3060        -333603.9788     21289.9000         0.0000         0.0000     42143.6914        -222226.4458       153.3072   -264370.1372   -222103.0931       153.3072          -1896.3478     -2585.9683    921491.4634     -1896.3478     -2585.9683

ENERGY:     208     20293.2703     20371.8902      5718.1572       182.8654        -334789.2377     21322.2409         0.0000         0.0000     44428.6270        -222472.1867       161.6191   -266900.8137   -222122.6316       161.6191          -3669.0643     -2719.7953    921491.4634     -3669.0643     -2719.7953

ENERGY:     209     19428.8171     20325.0057      5710.3389       180.5135        -335910.2413     21349.5043         0.0000         0.0000     46273.6801        -222642.3817       168.3309   -268916.0618   -222106.7903       168.3309          -5197.7275     -2836.6307    921491.4634     -5197.7275     -2836.6307

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     210     21385.1735     20194.2568      5705.3139       178.4614        -336615.7769     21385.1095         0.0000         0.0000     45251.4334        -222516.0284       164.6123   -267767.4618   -222108.2018       164.6123          -6091.3664     -2896.2628    921491.4634     -6091.3664     -2896.2628

ENERGY:     211     24099.1929     19985.8631      5704.9373       176.9105        -336667.8928     21415.1476         0.0000         0.0000     43031.7285        -222254.1130       156.5376   -265285.8415   -222106.8543       156.5376          -5900.2979     -2885.1011    921491.4634     -5900.2979     -2885.1011

ENERGY:     212     23739.2710     19730.8222      5710.0295       176.0352        -336013.6224     21412.5982         0.0000         0.0000     42995.1638        -222249.7024       156.4046   -265244.8662   -222104.2317       156.4046          -4424.1003     -2820.3211    921491.4634     -4424.1003     -2820.3211

ENERGY:     213     20150.2160     19524.5248      5720.1722       175.9508        -334874.6440     21380.5551         0.0000         0.0000     45418.7806        -222504.4445       165.2210   -267923.2251   -222097.3833       165.2210          -2174.3118     -2725.0841    921491.4634     -2174.3118     -2725.0841

ENERGY:     214     17315.5529     19421.7448      5733.3059       176.6827        -333645.3934     21358.4485         0.0000         0.0000     46958.4703        -222681.1883       170.8220   -269639.6587   -222093.7405       170.8220           -143.6685     -2626.0578    921491.4634      -143.6685     -2626.0578

ENERGY:     215     18210.5055     19441.9743      5746.5772       178.1492        -332787.3320     21379.5595         0.0000         0.0000     45302.6747        -222527.8915       164.7987   -267830.5662   -222091.0445       164.7987            784.0015     -2554.0368    921491.4634       784.0015     -2554.0368

ENERGY:     216     20973.4717     19522.5061      5756.9571       180.1770        -332560.1061     21436.4835         0.0000         0.0000     42442.1789        -222248.3317       154.3930   -264690.5106   -222073.6155       154.3930            420.9902     -2541.5428    921491.4634       420.9902     -2541.5428

ENERGY:     217     21778.3868     19581.4820      5762.2416       182.5517        -333010.6758     21497.2705         0.0000         0.0000     41983.6752        -222225.0682       152.7251   -264208.7433   -222064.4464       152.7251           -882.1699     -2598.7244    921491.4634      -882.1699     -2598.7244

ENERGY:     218     20165.9157     19540.0891      5761.2415       184.9927        -333856.1148     21546.6560         0.0000         0.0000     44178.6837        -222478.5360       160.7099   -266657.2197   -222068.8154       160.7099          -2628.0653     -2703.9747    921491.4634     -2628.0653     -2703.9747

ENERGY:     219     19429.8641     19413.3933      5754.3577       187.2447        -334778.0710     21596.8808         0.0000         0.0000     45751.9298        -222644.4006       166.4329   -268396.3305   -222073.1719       166.4329          -4457.7333     -2810.5237    921491.4634     -4457.7333     -2810.5237

TIMING: 220  CPU: 104.921, 0.470719/step  Wall: 104.921, 0.470719/step, 0.0366115 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     220     21580.9145     19260.1138      5743.1672       189.1021        -335473.8432     21655.3184         0.0000         0.0000     44539.5739        -222505.6534       162.0227   -267045.2273   -222092.6288       162.0227          -5898.3512     -2876.6577    921491.4634     -5898.3512     -2876.6577

ENERGY:     221     24234.7392     19146.8280      5730.1601       190.4777        -335718.7274     21699.4244         0.0000         0.0000     42467.0189        -222250.0792       154.4833   -264717.0981   -222077.7834       154.4833          -6342.7098     -2884.3552    921491.4634     -6342.7098     -2884.3552

ENERGY:     222     23735.1224     19085.7309      5717.7679       191.2893        -335388.9912     21700.3076         0.0000         0.0000     42702.0390        -222256.7342       155.3383   -264958.7732   -222075.6637       155.3383          -5368.7278     -2838.7016    921491.4634     -5368.7278     -2838.7016

ENERGY:     223     20286.4335     19110.8426      5708.3528       191.5579        -334633.3911     21665.5241         0.0000         0.0000     45168.7533        -222501.9268       164.3115   -267670.6801   -222072.2456       164.3115          -3322.8075     -2753.9474    921491.4634     -3322.8075     -2753.9474

ENERGY:     224     17721.9817     19276.3016      5703.4615       191.3517        -333831.1555     21637.4892         0.0000         0.0000     46650.8782        -222649.6915       169.7031   -269300.5697   -222098.2845       169.7031          -1151.0968     -2650.6854    921491.4634     -1151.0968     -2650.6854

ENERGY:     225     18451.5609     19639.7347      5703.5482       190.8347        -333424.4644     21647.4587         0.0000         0.0000     45301.5806        -222489.7467       164.7947   -267791.3273   -222079.9377       164.7947            226.2574     -2563.9720    921491.4634       226.2574     -2563.9720

ENERGY:     226     20569.7733     20147.6373      5707.2430       190.0457        -333606.5691     21686.9380         0.0000         0.0000     43034.1678        -222270.7641       156.5465   -265304.9319   -222078.6802       156.5465            530.9033     -2526.3323    921491.4634       530.9033     -2526.3323

ENERGY:     227     21011.1677     20670.4530      5712.3895       189.0769        -334317.7217     21728.2283         0.0000         0.0000     42721.7945        -222284.6117       155.4101   -265006.4062   -222080.2096       155.4101           -104.6489     -2553.6074    921491.4634      -104.6489     -2553.6074

ENERGY:     228     19866.2929     21035.8342      5716.6482       188.0080        -335312.4263     21761.2922         0.0000         0.0000     44242.5385        -222501.8121       160.9422   -266744.3506   -222102.7890       160.9422          -1440.0182     -2625.9673    921491.4634     -1440.0182     -2625.9673

ENERGY:     229     19874.0814     21137.5586      5718.5477       187.0043        -336264.4463     21796.8119         0.0000         0.0000     44976.5836        -222573.8589       163.6124   -267550.4424   -222086.0487       163.6124          -3234.4608     -2710.7215    921491.4634     -3234.4608     -2710.7215

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     230     21999.2456     20926.2537      5717.1889       185.9786        -336838.6560     21834.6449         0.0000         0.0000     43751.0551        -222424.2892       159.1543   -266175.3442   -222088.6907       159.1543          -4902.3780     -2766.0557    921491.4634     -4902.3780     -2766.0557

ENERGY:     231     23806.6618     20470.3272      5713.0793       184.9073        -336794.0747     21849.7232         0.0000         0.0000     42506.4013        -222262.9745       154.6266   -264769.3758   -222089.4820       154.6266          -5730.6842     -2773.7615    921491.4634     -5730.6842     -2773.7615

ENERGY:     232     22812.6531     19886.6601      5707.7133       183.7520        -336072.1012     21820.0134         0.0000         0.0000     43315.5693        -222345.7400       157.5701   -265661.3093   -222098.2753       157.5701          -5301.5936     -2731.4986    921491.4634     -5301.5936     -2731.4986

ENERGY:     233     20035.6403     19318.2043      5703.4910       182.6157        -334889.2828     21760.7375         0.0000         0.0000     45350.0988        -222538.4951       164.9712   -267888.5939   -222089.6820       164.9712          -3899.2116     -2646.7386    921491.4634     -3899.2116     -2646.7386

ENERGY:     234     18553.6065     18856.0076      5702.3325       181.3395        -333642.4870     21712.9297         0.0000         0.0000     46049.0874        -222587.1837       167.5139   -268636.2712   -222086.3328       167.5139          -2187.7191     -2534.9736    921491.4634     -2187.7191     -2534.9736

ENERGY:     235     19419.0964     18603.4161      5705.8180       179.9133        -332789.1747     21702.6094         0.0000         0.0000     44750.4959        -222427.8255       162.7900   -267178.3214   -222083.1202       162.7900           -820.1735     -2429.4349    921491.4634      -820.1735     -2429.4349

ENERGY:     236     20566.0778     18629.1001      5714.2865       178.3391        -332585.8847     21721.5010         0.0000         0.0000     43477.4014        -222299.1787       158.1588   -265776.5801   -222073.0119       158.1588           -108.6482     -2371.7044    921491.4634      -108.6482     -2371.7044

ENERGY:     237     20196.0059     18940.2032      5726.8243       176.7459        -333068.3186     21749.0155         0.0000         0.0000     43898.3780        -222381.1459       159.6902   -266279.5240   -222063.3605       159.6902           -172.1588     -2373.2012    921491.4634      -172.1588     -2373.2012

ENERGY:     238     19419.4414     19404.0885      5740.6977       175.0128        -333964.3153     21778.9042         0.0000         0.0000     44901.2438        -222544.9270       163.3384   -267446.1708   -222065.9778       163.3384           -987.6014     -2425.5310    921491.4634      -987.6014     -2425.5310

ENERGY:     239     20428.8617     19846.5441      5752.8836       173.1946        -334966.8379     21816.7507         0.0000         0.0000     44416.4635        -222532.1397       161.5749   -266948.6032   -222068.9825       161.5749          -2385.1782     -2499.0796    921491.4634     -2385.1782     -2499.0796

TIMING: 240  CPU: 114.327, 0.470278/step  Wall: 114.327, 0.470278/step, 0.0339645 hours remaining, 3223.527344 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     240     22861.0421     20119.9136      5760.6909       171.4213        -335766.3625     21854.4251         0.0000         0.0000     42641.4776        -222357.3919       155.1180   -264998.8695   -222074.0952       155.1180          -3844.9086     -2568.3896    921491.4634     -3844.9086     -2568.3896

ENERGY:     241     23920.0054     20195.4873      5762.7124       169.9828        -336129.3251     21865.1030         0.0000         0.0000     41957.8936        -222258.1406       152.6313   -264216.0342   -222063.9158       152.6313          -4724.4492     -2616.3453    921491.4634     -4724.4492     -2616.3453

ENERGY:     242     22110.7716     20111.8209      5758.5348       169.0441        -335904.8194     21831.0566         0.0000         0.0000     43526.8720        -222396.7195       158.3388   -265923.5915   -222063.5735       158.3388          -4623.1689     -2633.0913    921491.4634     -4623.1689     -2633.0913

ENERGY:     243     19462.3619     19969.6444      5749.3614       168.8705        -335233.7065     21770.4746         0.0000         0.0000     45537.0691        -222575.9245       165.6513   -268112.9936   -222061.6673       165.6513          -3760.4505     -2614.6992    921491.4634     -3760.4505     -2614.6992

ENERGY:     244     18822.2463     19849.3933      5737.4544       169.6534        -334482.6005     21720.5674         0.0000         0.0000     45629.1664        -222554.1192       165.9864   -268183.2856   -222078.7769       165.9864          -2667.7298     -2573.2150    921491.4634     -2667.7298     -2573.2150

ENERGY:     245     20148.2368     19811.7597      5725.7785       171.4559        -334087.5941     21701.2468         0.0000         0.0000     44168.5249        -222360.5915       160.6730   -266529.1164   -222068.6363       160.6730          -1771.6901     -2533.5455    921491.4634     -1771.6901     -2533.5455

ENERGY:     246     20878.5482     19853.7022      5716.8932       174.1558        -334213.1201     21705.0849         0.0000         0.0000     43600.4182        -222284.3176       158.6063   -265884.7358   -222067.4293       158.6063          -1173.7930     -2523.3912    921491.4634     -1173.7930     -2523.3912

ENERGY:     247     19868.5288     19979.6438      5712.7400       177.5412        -334802.1838     21719.8452         0.0000         0.0000     44912.1912        -222431.6935       163.3782   -267343.8847   -222068.1392       163.3782           -983.0001     -2552.5931    921491.4634      -983.0001     -2552.5931

ENERGY:     248     19035.4925     20164.4294      5713.8450       181.3144        -335623.1351     21746.4309         0.0000         0.0000     46185.9363        -222595.6866       168.0117   -268781.6229   -222090.3128       168.0117          -1359.1248     -2608.3066    921491.4634     -1359.1248     -2608.3066

ENERGY:     249     20484.3306     20353.6192      5719.1623       185.0800        -336433.0065     21788.9032         0.0000         0.0000     45370.8153        -222531.0960       165.0466   -267901.9113   -222082.9712       165.0466          -2308.0288     -2671.2386    921491.4634     -2308.0288     -2671.2386

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     250     23155.2057     20422.5255      5726.1009       188.5682        -336907.4408     21832.9287         0.0000         0.0000     43252.1659        -222329.9458       157.3395   -265582.1117   -222084.2879       157.3395          -3365.2097     -2722.3880    921491.4634     -3365.2097     -2722.3880

ENERGY:     251     24002.1399     20302.5995      5731.6573       191.5295        -336816.8446     21849.8671         0.0000         0.0000     42475.2392        -222263.8122       154.5132   -264739.0513   -222084.8991       154.5132          -3958.0340     -2753.0724    921491.4634     -3958.0340     -2753.0724

ENERGY:     252     21994.9041     20013.1598      5733.2541       193.8023        -336093.2673     21826.9293         0.0000         0.0000     43905.3720        -222425.8456       159.7157   -266331.2176   -222091.3305       159.7157          -3843.4682     -2758.0339    921491.4634     -3843.4682     -2758.0339

ENERGY:     253     19499.8636     19667.1122      5729.5496       195.2411        -334977.1804     21784.0535         0.0000         0.0000     45520.0193        -222581.3411       165.5893   -268101.3604   -222082.7205       165.5893          -3300.1273     -2735.8132    921491.4634     -3300.1273     -2735.8132

ENERGY:     254     19073.0880     19348.2296      5720.5008       195.9622        -333839.8795     21752.6522         0.0000         0.0000     45220.9196        -222528.5271       164.5013   -267749.4467   -222080.4686       164.5013          -2707.1336     -2696.1701    921491.4634     -2707.1336     -2696.1701

ENERGY:     255     20324.2311     19109.4103      5707.6062       196.0620        -333099.9231     21746.1513         0.0000         0.0000     43667.4212        -222349.0410       158.8501   -266016.4622   -222078.3975       158.8501          -2282.5425     -2662.7815    921491.4634     -2282.5425     -2662.7815

ENERGY:     256     20899.4410     18950.9579      5693.4518       195.6570        -332975.5972     21757.6846         0.0000         0.0000     43181.1611        -222297.2438       157.0812   -265478.4049   -222071.2739       157.0812          -2042.2409     -2664.5199    921491.4634     -2042.2409     -2664.5199

ENERGY:     257     20029.5654     18878.1874      5681.1759       194.7976        -333481.0039     21780.2417         0.0000         0.0000     44488.5468        -222428.4891       161.8371   -266917.0359   -222060.1684       161.8371          -2035.5363     -2692.1442    921491.4634     -2035.5363     -2692.1442

ENERGY:     258     19453.5867     18882.0667      5673.2911       193.6684        -334373.1545     21817.5076         0.0000         0.0000     45796.2579        -222556.7762       166.5942   -268353.0341   -222062.0608       166.5942          -2331.2329     -2737.1920    921491.4634     -2331.2329     -2737.1920

ENERGY:     259     20717.7708     18984.1029      5671.3007       192.3773        -335369.5277     21871.0064         0.0000         0.0000     45431.1556        -222501.8139       165.2661   -267932.9695   -222063.7307       165.2661          -2890.3671     -2780.4961    921491.4634     -2890.3671     -2780.4961

TIMING: 260  CPU: 123.723, 0.469805/step  Wall: 123.723, 0.469805/step, 0.0313203 hours remaining, 3223.835938 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     260     22744.9543     19188.2462      5675.1875       191.0393        -336169.7725     21924.7892         0.0000         0.0000     44083.4306        -222362.1254       160.3634   -266445.5560   -222069.6810       160.3634          -3407.4794     -2810.9878    921491.4634     -3407.4794     -2810.9878

ENERGY:     261     23215.5573     19485.4654      5683.6413       189.7700        -336523.9795     21953.3901         0.0000         0.0000     43676.0234        -222320.1320       158.8814   -265996.1554   -222052.8233       158.8814          -3555.3694     -2822.8648    921491.4634     -3555.3694     -2822.8648

ENERGY:     262     21606.2723     19814.6776      5694.0656       188.7122        -336291.7854     21947.6072         0.0000         0.0000     44601.6347        -222438.8157       162.2485   -267040.4504   -222052.4320       162.2485          -3214.7560     -2810.4637    921491.4634     -3214.7560     -2810.4637

ENERGY:     263     19781.1227     20140.5620      5703.8103       187.9445        -335614.9707     21924.4739         0.0000         0.0000     45349.7773        -222527.2801       164.9700   -267877.0574   -222051.1544       164.9700          -2647.8114     -2773.3903    921491.4634     -2647.8114     -2773.3903

ENERGY:     264     19385.2259     20436.4303      5710.6950       187.5052        -334855.9509     21907.7771         0.0000         0.0000     44751.4785        -222476.8388       162.7936   -267228.3173   -222069.1983       162.7936          -2191.1926     -2723.5294    921491.4634     -2191.1926     -2723.5294

ENERGY:     265     19946.8416     20681.9923      5713.6241       187.4392        -334395.6630     21906.0162         0.0000         0.0000     43607.6375        -222352.1120       158.6326   -265959.7495   -222054.3371       158.6326          -2038.0573     -2683.6034    921491.4634     -2038.0573     -2683.6034

ENERGY:     266     20048.7900     20788.8698      5712.1327       187.6137        -334399.4576     21914.4804         0.0000         0.0000     43399.3797        -222348.1912       157.8750   -265747.5709   -222054.3634       157.8750          -2130.7241     -2664.5956    921491.4634     -2130.7241     -2664.5956

ENERGY:     267     19648.0906     20691.2677      5707.0583       187.8501        -334831.4855     21930.8373         0.0000         0.0000     44220.2169        -222446.1645       160.8610   -266666.3815   -222055.6584       160.8610          -2435.4235     -2662.6783    921491.4634     -2435.4235     -2662.6783

ENERGY:     268     19962.9160     20375.7514      5700.1930       187.9286        -335513.7449     21959.1257         0.0000         0.0000     44823.5378        -222504.2923       163.0557   -267327.8302   -222075.9874       163.0557          -2903.2126     -2658.6181    921491.4634     -2903.2126     -2658.6181

ENERGY:     269     21396.7813     19927.1702      5694.0390       187.7640        -336221.0661     21997.2160         0.0000         0.0000     44586.5100        -222431.5858       162.1935   -267018.0957   -222066.1972       162.1935          -3401.4129     -2647.2949    921491.4634     -3401.4129     -2647.2949

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     270     22620.1933     19450.9167      5690.3173       187.1618        -336650.6774     22028.8070         0.0000         0.0000     44308.0075        -222365.2737       161.1804   -266673.2812   -222067.0434       161.1804          -3583.3634     -2617.7583    921491.4634     -3583.3634     -2617.7583

ENERGY:     271     22345.5823     19078.8066      5690.0209       186.1610        -336571.7891     22035.2501         0.0000         0.0000     44829.4472        -222406.5211       163.0772   -267235.9683   -222066.8385       163.0772          -3261.2174     -2569.2622    921491.4634     -3261.2174     -2569.2622

ENERGY:     272     21021.5583     18896.0662      5692.8269       184.9335        -335921.4612     22015.0580         0.0000         0.0000     45607.7076        -222503.3108       165.9083   -268111.0184   -222081.1570       165.9083          -2551.9682     -2501.8804    921491.4634     -2551.9682     -2501.8804

ENERGY:     273     20123.2134     18932.9081      5697.5118       183.8526        -334925.7010     21985.5296         0.0000         0.0000     45502.7161        -222499.9693       165.5264   -268002.6854   -222069.0456       165.5264          -1837.1974     -2434.6759    921491.4634     -1837.1974     -2434.6759

ENERGY:     274     20074.7415     19121.4863      5701.6806       183.0070        -333931.6256     21965.2977         0.0000         0.0000     44478.5175        -222406.8949       161.8006   -266885.4125   -222066.8026       161.8006          -1366.5212     -2384.6634    921491.4634     -1366.5212     -2384.6634

ENERGY:     275     20005.4317     19374.0682      5703.3424       182.5376        -333318.5602     21960.8300         0.0000         0.0000     43741.9681        -222350.3822       159.1213   -266092.3503   -222065.7690       159.1213          -1269.7930     -2374.8868    921491.4634     -1269.7930     -2374.8868

ENERGY:     276     19401.8503     19594.7509      5701.2547       182.4904        -333292.1281     21971.0410         0.0000         0.0000     44028.5270        -222412.2139       160.1637   -266440.7409   -222072.9394       160.1637          -1580.1300     -2417.6041    921491.4634     -1580.1300     -2417.6041

ENERGY:     277     19149.2972     19724.7161      5695.5210       182.9396        -333864.3454     21997.2388         0.0000         0.0000     44632.8111        -222481.8217       162.3619   -267114.6328   -222061.0987       162.3619          -2311.7545     -2498.0545    921491.4634     -2311.7545     -2498.0545

ENERGY:     278     20199.4577     19713.7760      5686.9122       183.6585        -334821.1003     22041.3360         0.0000         0.0000     44532.2540        -222463.7060       161.9961   -266995.9601   -222063.4130       161.9961          -3254.8157     -2593.7696    921491.4634     -3254.8157     -2593.7696

ENERGY:     279     21984.3649     19593.9431      5677.5176       184.5187        -335888.5800     22096.4200         0.0000         0.0000     43975.0879        -222376.7278       159.9693   -266351.8158   -222065.2022       159.9693          -4044.3213     -2682.8389    921491.4634     -4044.3213     -2682.8389

TIMING: 280  CPU: 133.105, 0.469107/step  Wall: 133.105, 0.469107/step, 0.0286677 hours remaining, 3223.835938 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     280     22859.3231     19458.4366      5670.0026       185.3899        -336752.6631     22145.1355         0.0000         0.0000     44066.7337        -222367.6417       160.3027   -266434.3754   -222073.4245       160.3027          -4286.3893     -2748.0546    921491.4634     -4286.3893     -2748.0546

ENERGY:     281     22172.5959     19445.1182      5667.0588       186.2206        -337154.6800     22172.1193         0.0000         0.0000     45063.2421        -222448.3251       163.9277   -267511.5672   -222064.8517       163.9277          -3881.2950     -2782.5902    921491.4634     -3881.2950     -2782.5902

ENERGY:     282     20943.7897     19615.5377      5669.9796       186.8360        -336942.5030     22176.7655         0.0000         0.0000     45823.3369        -222526.2576       166.6927   -268349.5945   -222063.3314       166.6927          -2992.3270     -2779.3667    921491.4634     -2992.3270     -2779.3667

ENERGY:     283     20432.1059     19966.6613      5678.8137       187.1634        -336251.9196     22171.0649         0.0000         0.0000     45328.8520        -222487.2585       164.8939   -267816.1105   -222060.8458       164.8939          -2008.7734     -2748.2305    921491.4634     -2008.7734     -2748.2305

ENERGY:     284     20506.3998     20401.8820      5692.0830       187.1346        -335412.6295     22166.2910         0.0000         0.0000     44071.4479        -222387.3913       160.3198   -266458.8392   -222061.5538       160.3198          -1267.2789     -2712.3901    921491.4634     -1267.2789     -2712.3901

ENERGY:     285     20203.3288     20789.9627      5707.3565       186.7145        -334827.1962     22167.0166         0.0000         0.0000     43418.2628        -222354.5543       157.9437   -265772.8172   -222053.5965       157.9437          -1010.8437     -2700.0819    921491.4634     -1010.8437     -2700.0819

ENERGY:     286     19396.6310     20966.5620      5721.5031       185.8230        -334658.1145     22176.6864         0.0000         0.0000     43785.6880        -222425.2211       159.2803   -266210.9090   -222054.0581       159.2803          -1306.7502     -2717.2846    921491.4634     -1306.7502     -2717.2846

ENERGY:     287     19176.1190     20856.7821      5731.9346       184.4714        -334918.1477     22200.2911         0.0000         0.0000     44282.9437        -222485.6058       161.0892   -266768.5494   -222055.7251       161.0892          -2148.9613     -2753.3343    921491.4634     -2148.9613     -2753.3343

ENERGY:     288     20263.2088     20475.2851      5736.9557       182.7335        -335468.3147     22237.9038         0.0000         0.0000     44116.9903        -222455.2375       160.4855   -266572.2278   -222066.9053       160.4855          -3310.5880     -2790.1553    921491.4634     -3310.5880     -2790.1553

ENERGY:     289     21886.4835     19928.6979      5736.1905       180.7560        -336126.9121     22279.0690         0.0000         0.0000     43733.4510        -222382.2642       159.0903   -266115.7152   -222062.2724       159.0903          -4368.9815     -2809.8749    921491.4634     -4368.9815     -2809.8749

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     290     22615.9845     19325.5267      5730.3279       178.6973        -336571.4573     22308.2175         0.0000         0.0000     44027.4231        -222385.2803       160.1597   -266412.7034   -222063.4684       160.1597          -4815.3286     -2796.0389    921491.4634     -4815.3286     -2796.0389

ENERGY:     291     22115.7702     18802.2910      5721.4122       176.7646        -336554.3556     22315.5630         0.0000         0.0000     44963.0862        -222459.4683       163.5634   -267422.5545   -222063.1775       163.5634          -4450.6672     -2738.1107    921491.4634     -4450.6672     -2738.1107

ENERGY:     292     21262.5908     18472.4017      5712.2431       175.1751        -335987.2697     22302.8784         0.0000         0.0000     45560.3452        -222501.6354       165.7360   -268061.9805   -222072.5160       165.7360          -3435.4154     -2639.3511    921491.4634     -3435.4154     -2639.3511

ENERGY:     293     20783.4659     18411.7344      5705.7252       174.1484        -335092.9703     22279.1182         0.0000         0.0000     45283.4159        -222455.3624       164.7286   -267738.7782   -222061.5453       164.7286          -2166.7334     -2517.2543    921491.4634     -2166.7334     -2517.2543

ENERGY:     294     20398.6127     18589.6438      5703.5791       173.8101        -334179.1784     22254.0800         0.0000         0.0000     44662.2336        -222397.2191       162.4689   -267059.4527   -222058.8849       162.4689          -1006.6040     -2405.5592    921491.4634     -1006.6040     -2405.5592

ENERGY:     295     19706.6743     18924.3584      5706.2255       174.2141        -333602.5014     22236.6569         0.0000         0.0000     44449.5910        -222404.7813       161.6954   -266854.3722   -222057.5859       161.6954           -311.5565     -2335.1538    921491.4634      -311.5565     -2335.1538

ENERGY:     296     19122.8992     19301.4533      5712.5929       175.3096        -333576.4725     22236.1190         0.0000         0.0000     44573.6027        -222454.4959       162.1465   -267028.0986   -222067.3938       162.1465           -347.2083     -2322.9739    921491.4634      -347.2083     -2322.9739

ENERGY:     297     19439.7489     19641.8018      5720.7182       176.9777        -334148.9753     22258.2525         0.0000         0.0000     44466.2677        -222445.2086       161.7561   -266911.4763   -222050.8186       161.7561          -1189.5387     -2359.0875    921491.4634     -1189.5387     -2359.0875

ENERGY:     298     20578.5046     19886.6665      5727.8935       178.9488        -335137.5239     22299.1411         0.0000         0.0000     44067.5344        -222398.8350       160.3056   -266466.3694   -222053.6275       160.3056          -2519.0814     -2427.9308    921491.4634     -2519.0814     -2427.9308

ENERGY:     299     21598.9656     20050.9660      5731.9440       180.9390        -336266.8203     22346.0658         0.0000         0.0000     43977.6321        -222380.3077       159.9785   -266357.9398   -222056.3728       159.9785          -3820.1265     -2506.2687    921491.4634     -3820.1265     -2506.2687

LDB: ============= START OF LOAD BALANCING ============== 148.698
LDB: Largest compute 230 load 0.521088 is 1.1% of average load 45.794727
LDB: Average compute 0.064146 is 0.1% of average load 45.794727
LDB: TIME 148.7 LOAD: AVG 45.7947 MAX 46.9899  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3224.19 MB
LDB: TIME 148.701 LOAD: AVG 45.7947 MAX 46.9899  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 RefineTorusLB MEM: 3224.19 MB
LDB: TIME 148.715 LOAD: AVG 45.7947 MAX 46.3158  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: ============== END OF LOAD BALANCING =============== 148.716
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 148.718
Info: Initial time: 4 CPUs 0.469715 s/step 5.43652 days/ns 3224.19 MB memory
TIMING: 300  CPU: 142.498, 0.469647/step  Wall: 142.498, 0.469647/step, 0.0260915 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     300     21869.9883     20174.1888      5731.6695       182.6816        -337209.9030     22385.4780         0.0000         0.0000     44423.7995        -222442.0973       161.6016   -266865.8968   -222076.5869       161.6016          -4600.9410     -2563.6019    921491.4634     -4600.9410     -2563.6019

ENERGY:     301     21754.7698     20299.7851      5727.3852       184.0330        -337665.1000     22409.6627         0.0000         0.0000     44817.7467        -222471.7175       163.0346   -267289.4642   -222059.2469       163.0346          -4657.8464     -2584.2293    921491.4634     -4657.8464     -2584.2293

ENERGY:     302     21723.0645     20395.7906      5720.2599       184.8676        -337483.0151     22416.9292         0.0000         0.0000     44599.2672        -222442.8361       162.2399   -267042.1033   -222057.3399       162.2399          -3958.8648     -2554.2736    921491.4634     -3958.8648     -2554.2736

ENERGY:     303     21512.5326     20430.0799      5712.5286       185.2198        -336784.9549     22409.2049         0.0000         0.0000     44154.6912        -222380.6979       160.6226   -266535.3891   -222054.2088       160.6226          -2717.2718     -2487.9822    921491.4634     -2717.2718     -2487.9822

ENERGY:     304     20579.5056     20379.6043      5706.6112       185.2163        -335895.7343     22392.3087         0.0000         0.0000     44259.5533        -222392.9349       161.0041   -266652.4882   -222063.7236       161.0041          -1310.8209     -2411.5371    921491.4634     -1310.8209     -2411.5371

ENERGY:     305     19294.2489     20267.1924      5704.5649       185.0761        -335184.3676     22377.9876         0.0000         0.0000     44903.5551        -222451.7425       163.3468   -267355.2977   -222049.0629       163.3468           -285.4665     -2359.8439    921491.4634      -285.4665     -2359.8439

ENERGY:     306     18813.6234     20091.4461      5706.8791       184.8700        -334861.4715     22380.1170         0.0000         0.0000     45195.6070        -222488.9287       164.4092   -267684.5358   -222048.9453       164.4092            -34.4475     -2342.9901    921491.4634       -34.4475     -2342.9901

ENERGY:     307     19699.8290     19880.2871      5712.8835       184.6555        -334994.2782     22404.6079         0.0000         0.0000     44676.1364        -222435.8788       162.5195   -267112.0152   -222050.4563       162.5195           -686.7126     -2362.0196    921491.4634      -686.7126     -2362.0196

ENERGY:     308     21066.5788     19666.1169      5720.7563       184.4262        -335495.7179     22443.3091         0.0000         0.0000     44039.4395        -222375.0911       160.2034   -266414.5305   -222060.2281       160.2034          -1960.6042     -2406.6006    921491.4634     -1960.6042     -2406.6006

ENERGY:     309     21696.0235     19507.1880      5728.2464       184.2113        -336171.4698     22480.8021         0.0000         0.0000     44190.3408        -222384.6577       160.7523   -266574.9986   -222050.0295       160.7523          -3383.0056     -2467.8899    921491.4634     -3383.0056     -2467.8899

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     310     21508.7275     19421.0240      5732.7586       183.9063        -336693.8611     22505.8457         0.0000         0.0000     44871.0066        -222470.5924       163.2284   -267341.5990   -222052.4938       163.2284          -4424.6315     -2515.2222    921491.4634     -4424.6315     -2515.2222

ENERGY:     311     21459.6722     19421.2608      5732.5580       183.4896        -336798.7866     22515.0560         0.0000         0.0000     44986.9608        -222499.7892       163.6502   -267486.7500   -222053.3068       163.6502          -4795.7694     -2523.0992    921491.4634     -4795.7694     -2523.0992

ENERGY:     312     21894.2735     19475.0868      5727.0397       182.9545        -336390.8678     22507.7149         0.0000         0.0000     44171.5551        -222432.2432       160.6840   -266603.7983   -222064.5094       160.6840          -4390.5734     -2479.7746    921491.4634     -4390.5734     -2479.7746

ENERGY:     313     21935.6982     19529.7471      5717.1322       182.3602        -335633.4776     22483.0130         0.0000         0.0000     43439.9891        -222345.5378       158.0227   -265785.5269   -222050.9855       158.0227          -3324.4413     -2406.1160    921491.4634     -3324.4413     -2406.1160

ENERGY:     314     20774.0372     19507.1856      5704.6248       181.6523        -334801.1007     22445.5164         0.0000         0.0000     43813.5137        -222374.5706       159.3815   -266188.0843   -222048.2692       159.3815          -1862.2381     -2326.9766    921491.4634     -1862.2381     -2326.9766

ENERGY:     315     19161.1204     19408.2595      5692.2116       180.8666        -334233.4704     22410.8358         0.0000         0.0000     44907.4428        -222472.7337       163.3609   -267380.1765   -222046.1398       163.3609           -549.3941     -2270.2360    921491.4634      -549.3941     -2270.2360

ENERGY:     316     18669.4293     19303.6207      5682.5270       180.0732        -334172.3647     22398.3989         0.0000         0.0000     45428.4348        -222509.8807       165.2562   -267938.3155   -222062.0711       165.2562             64.5861     -2251.8059    921491.4634        64.5861     -2251.8059

ENERGY:     317     19739.5966     19309.4452      5677.5265       179.4130        -334705.9341     22416.0669         0.0000         0.0000     44959.2155        -222424.6703       163.5493   -267383.8858   -222046.6271       163.5493           -296.1490     -2282.4174    921491.4634      -296.1490     -2282.4174

ENERGY:     318     21109.3876     19471.3042      5677.4840       178.9392        -335675.6979     22454.1810         0.0000         0.0000     44425.4200        -222358.9819       161.6075   -266784.4019   -222048.7806       161.6075          -1378.4202     -2356.1402    921491.4634     -1378.4202     -2356.1402

ENERGY:     319     21567.4386     19787.0342      5681.4413       178.7485        -336801.6071     22496.5474         0.0000         0.0000     44691.1808        -222399.2164       162.5742   -267090.3971   -222051.9252       162.5742          -2725.8799     -2457.2026    921491.4634     -2725.8799     -2457.2026

TIMING: 320  CPU: 151.722, 0.461184/step  Wall: 151.722, 0.461184/step, 0.0230592 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     320     21393.3837     20196.2689      5687.3971       178.9168        -337738.1160     22532.5475         0.0000         0.0000     45250.4877        -222499.1144       164.6088   -267749.6021   -222076.2071       164.6088          -3895.6022     -2553.5002    921491.4634     -3895.6022     -2553.5002

ENERGY:     321     21615.1672     20628.0216      5693.0806       179.5146        -338181.7103     22557.3346         0.0000         0.0000     45018.7808        -222489.8110       163.7660   -267508.5918   -222064.2788       163.7660          -4609.2359     -2621.5362    921491.4634     -4609.2359     -2621.5362

ENERGY:     322     22179.0067     20957.0454      5696.1855       180.4970        -337965.9629     22565.0703         0.0000         0.0000     43989.5242        -222398.6337       160.0218   -266388.1580   -222063.6576       160.0218          -4596.8828     -2640.5012    921491.4634     -4596.8828     -2640.5012

ENERGY:     323     21976.7004     21085.8078      5695.4506       181.8003        -337194.0744     22550.8103         0.0000         0.0000     43361.4905        -222342.0146       157.7372   -265703.5051   -222061.4465       157.7372          -3808.3603     -2616.6943    921491.4634     -3808.3603     -2616.6943

ENERGY:     324     20558.5069     20952.0212      5690.8582       183.3007        -336170.3974     22520.5741         0.0000         0.0000     43857.2500        -222407.8863       159.5406   -266265.1363   -222068.7482       159.5406          -2506.6898     -2573.6930    921491.4634     -2506.6898     -2573.6930

ENERGY:     325     19096.1753     20584.7377      5683.7433       184.8442        -335297.0513     22494.0544         0.0000         0.0000     44763.3954        -222490.1010       162.8369   -267253.4964   -222060.9512       162.8369          -1264.0244     -2529.6545    921491.4634     -1264.0244     -2529.6545

ENERGY:     326     18959.6361     20052.8005      5675.9627       186.2078        -334820.0105     22490.4169         0.0000         0.0000     44971.8223        -222483.1642       163.5951   -267454.9865   -222059.6108       163.5951           -572.2141     -2503.0557    921491.4634      -572.2141     -2503.0557

ENERGY:     327     20020.7820     19506.2796      5669.7116       187.2139        -334851.2531     22513.0146         0.0000         0.0000     44550.7426        -222403.5089       162.0634   -266954.2515   -222059.8760       162.0634           -657.4991     -2506.5013    921491.4634      -657.4991     -2506.5013

ENERGY:     328     20934.1979     19092.0094      5666.7484       187.7399        -335303.4713     22549.7453         0.0000         0.0000     44493.2355        -222379.7949       161.8542   -266873.0304   -222061.7260       161.8542          -1393.2039     -2547.3518    921491.4634     -1393.2039     -2547.3518

ENERGY:     329     21066.6665     18910.0878      5668.0553       187.7546        -335996.4129     22586.9566         0.0000         0.0000     45124.3164        -222452.5756       164.1499   -267576.8920   -222059.3367       164.1499          -2499.2291     -2610.9951    921491.4634     -2499.2291     -2610.9951

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     330     21142.6834     18933.5044      5673.1988       187.2569        -336566.3119     22617.7580         0.0000         0.0000     45495.0145        -222516.8958       165.4984   -268011.9103   -222062.1151       165.4984          -3602.9589     -2673.3212    921491.4634     -3602.9589     -2673.3212

ENERGY:     331     21864.6853     19091.0592      5680.9136       186.3262        -336735.1752     22637.2716         0.0000         0.0000     44806.2164        -222468.7030       162.9927   -267274.9194   -222063.3973       162.9927          -4373.7647     -2707.8810    921491.4634     -4373.7647     -2707.8810

ENERGY:     332     22513.8604     19292.8540      5689.3391       185.0892        -336383.5020     22636.4045         0.0000         0.0000     43697.6287        -222368.3260       158.9600   -266065.9547   -222061.8459       158.9600          -4514.5068     -2704.7029    921491.4634     -4514.5068     -2704.7029

ENERGY:     333     21854.9974     19482.7896      5696.6505       183.7309        -335681.4580     22608.9731         0.0000         0.0000     43501.2419        -222353.0746       158.2456   -265854.3165   -222052.0750       158.2456          -3943.3084     -2666.2160    921491.4634     -3943.3084     -2666.2160

ENERGY:     334     20023.4850     19603.2613      5701.0454       182.3864        -334880.5299     22564.8643         0.0000         0.0000     44357.3052        -222448.1823       161.3597   -266805.4875   -222049.6958       161.3597          -2855.3036     -2607.1876    921491.4634     -2855.3036     -2607.1876

ENERGY:     335     18726.9584     19647.0447      5701.6423       181.1975        -334325.9453     22528.7346         0.0000         0.0000     45026.6265        -222513.7412       163.7945   -267540.3678   -222047.5430       163.7945          -1753.1268     -2542.6963    921491.4634     -1753.1268     -2542.6963

ENERGY:     336     19127.9134     19639.0993      5698.6022       180.2744        -334271.7857     22519.6999         0.0000         0.0000     44649.6650        -222456.5316       162.4232   -267106.1966   -222055.6201       162.4232          -1093.5005     -2488.8702    921491.4634     -1093.5005     -2488.8702

ENERGY:     337     20420.1634     19649.7061      5693.3319       179.7347        -334824.3560     22536.4224         0.0000         0.0000     43995.6000        -222349.3976       160.0439   -266344.9976   -222040.1025       160.0439          -1064.7184     -2460.5859    921491.4634     -1064.7184     -2460.5859

ENERGY:     338     21007.5747     19722.4641      5687.5590       179.5437        -335808.8623     22564.1945         0.0000         0.0000     44285.9174        -222361.6088       161.1000   -266647.5263   -222041.5958       161.1000          -1500.9500     -2462.8576    921491.4634     -1500.9500     -2462.8576

ENERGY:     339     20742.6012     19892.4862      5683.2969       179.6501        -336924.5163     22593.0219         0.0000         0.0000     45359.3481        -222474.1119       165.0048   -267833.4600   -222043.8630       165.0048          -2199.9377     -2485.1215    921491.4634     -2199.9377     -2485.1215

TIMING: 340  CPU: 160.94, 0.460892/step  Wall: 160.94, 0.460892/step, 0.0204841 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     340     20898.6068     20139.5370      5681.9995       179.9655        -337821.3685     22621.7137         0.0000         0.0000     45758.5733        -222540.9725       166.4571   -268299.5458   -222070.3953       166.4571          -2966.9710     -2503.9485    921491.4634     -2966.9710     -2503.9485

ENERGY:     341     22051.8626     20407.8961      5684.3134       180.4786        -338209.1669     22646.3200         0.0000         0.0000     44797.5825        -222440.7138       162.9613   -267238.2963   -222054.5348       162.9613          -3585.3814     -2498.5443    921491.4634     -3585.3814     -2498.5443

ENERGY:     342     22895.9213     20582.1010      5689.2420       181.0293        -337942.4478     22653.2572         0.0000         0.0000     43612.4994        -222328.3976       158.6503   -265940.8970   -222054.3602       158.6503          -3711.7546     -2460.9856    921491.4634     -3711.7546     -2460.9856

ENERGY:     343     21993.5595     20596.8906      5695.1198       181.5548        -337132.3422     22633.1274         0.0000         0.0000     43686.5578        -222345.5323       158.9197   -266032.0900   -222053.2449       158.9197          -3217.8263     -2399.3476    921491.4634     -3217.8263     -2399.3476

ENERGY:     344     19898.5080     20447.2068      5699.9573       182.0106        -336095.2680     22596.5930         0.0000         0.0000     44790.9366        -222480.0558       162.9371   -267270.9924   -222071.3577       162.9371          -2338.1159     -2329.7492    921491.4634     -2338.1159     -2329.7492

ENERGY:     345     18694.7358     20199.0884      5702.3270       182.4513        -335224.1279     22568.7538         0.0000         0.0000     45351.4662        -222525.3054       164.9762   -267876.7716   -222058.0554       164.9762          -1576.2389     -2261.7960    921491.4634     -1576.2389     -2261.7960

ENERGY:     346     19350.9889     19892.9545      5701.0894       182.7368        -334783.0727     22565.1338         0.0000         0.0000     44652.5021        -222437.6672       162.4335   -267090.1693   -222056.8254       162.4335          -1239.3022     -2211.7781    921491.4634     -1239.3022     -2211.7781

ENERGY:     347     20669.8296     19583.9412      5696.3950       182.8447        -334881.4391     22581.1984         0.0000         0.0000     43831.1329        -222336.0974       159.4456   -266167.2303   -222056.9472       159.4456          -1358.8146     -2194.9212    921491.4634     -1358.8146     -2194.9212

ENERGY:     348     21062.2473     19315.9905      5689.3479       182.7918        -335425.6676     22604.2202         0.0000         0.0000     44195.9876        -222375.0822       160.7729   -266571.0698   -222064.0950       160.7729          -1766.2768     -2218.9158    921491.4634     -1766.2768     -2218.9158

ENERGY:     349     20718.9517     19143.3232      5681.9008       182.6959        -336197.3790     22630.4376         0.0000         0.0000     45349.6295        -222490.4403       164.9695   -267840.0698   -222056.3112       164.9695          -2336.6408     -2270.6250    921491.4634     -2336.6408     -2270.6250

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     350     21009.3451     19066.8676      5675.7227       182.5405        -336836.8361     22661.9756         0.0000         0.0000     45710.0737        -222530.3109       166.2807   -268240.3845   -222058.0879       166.2807          -2896.5510     -2326.8868    921491.4634     -2896.5510     -2326.8868

ENERGY:     351     22235.3179     19085.8715      5672.3994       182.3762        -337072.3451     22693.2958         0.0000         0.0000     44770.4137        -222432.6707       162.8625   -267203.0844   -222058.6358       162.8625          -3254.0186     -2369.0508    921491.4634     -3254.0186     -2369.0508

ENERGY:     352     22912.9248     19180.1282      5672.7329       182.2243        -336794.7855     22708.6921         0.0000         0.0000     43795.3992        -222342.6840       159.3156   -266138.0832   -222059.3896       159.3156          -3190.0134     -2394.0289    921491.4634     -3190.0134     -2394.0289

ENERGY:     353     21825.9775     19344.0936      5676.6445       182.1014        -336147.6547     22699.4234         0.0000         0.0000     44043.1854        -222376.2289       160.2170   -266419.4143   -222047.6761       160.2170          -2709.1539     -2407.4662    921491.4634     -2709.1539     -2407.4662

ENERGY:     354     19814.0381     19544.5091      5682.7361       181.9868        -335375.1820     22676.8667         0.0000         0.0000     44983.0755        -222491.9697       163.6361   -267475.0452   -222046.2241       163.6361          -2040.9896     -2415.4740    921491.4634     -2040.9896     -2415.4740

ENERGY:     355     18879.8417     19773.7507      5689.2466       181.9196        -334823.9953     22664.4421         0.0000         0.0000     45120.2677        -222514.5269       164.1351   -267634.7946   -222044.8381       164.1351          -1600.3167     -2424.6826    921491.4634     -1600.3167     -2424.6826

ENERGY:     356     19622.4370     20015.8107      5694.4280       181.9402        -334758.7689     22674.4079         0.0000         0.0000     44153.0885        -222416.6565       160.6168   -266569.7450   -222053.0962       160.6168          -1622.0262     -2446.8265    921491.4634     -1622.0262     -2446.8265

ENERGY:     357     20687.2712     20255.1053      5697.1708       182.0215        -335288.0644     22700.2949         0.0000         0.0000     43438.0176        -222328.1831       158.0156   -265766.2007   -222042.2330       158.0156          -2061.3607     -2486.6661    921491.4634     -2061.3607     -2486.6661

ENERGY:     358     20785.4068     20424.8427      5696.9833       182.1295        -336225.9477     22730.2418         0.0000         0.0000     44019.5821        -222386.7616       160.1311   -266406.3437   -222043.9945       160.1311          -2636.8581     -2541.3592    921491.4634     -2636.8581     -2541.3592

ENERGY:     359     20493.6442     20484.4982      5694.4425       182.1894        -337270.5927     22762.0667         0.0000         0.0000     45152.8977        -222500.8540       164.2538   -267653.7517   -222046.1002       164.2538          -3161.2177     -2593.4280    921491.4634     -3161.2177     -2593.4280

TIMING: 360  CPU: 170.153, 0.460653/step  Wall: 170.153, 0.460653/step, 0.0179143 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     360     21112.5811     20418.0332      5690.9152       182.1442        -338077.5506     22797.1677         0.0000         0.0000     45362.4568        -222514.2524       165.0162   -267876.7093   -222065.3877       165.0162          -3505.9504     -2622.8572    921491.4634     -3505.9504     -2622.8572

ENERGY:     361     22462.8273     20259.6925      5688.3192       181.9496        -338397.1524     22827.2220         0.0000         0.0000     44580.8521        -222396.2897       162.1729   -266977.1419   -222052.4540       162.1729          -3542.5442     -2618.5019    921491.4634     -3542.5442     -2618.5019

ENERGY:     362     22808.6001     20031.2790      5688.3204       181.6678        -338079.7611     22835.7526         0.0000         0.0000     44200.9552        -222333.1862       160.7909   -266534.1413   -222051.2757       160.7909          -3087.0695     -2583.1906    921491.4634     -3087.0695     -2583.1906

ENERGY:     363     21303.6021     19794.1189      5692.1162       181.3427        -337235.0089     22818.0652         0.0000         0.0000     45033.6625        -222412.1015       163.8201   -267445.7640   -222049.5300       163.8201          -2242.6818     -2529.7065    921491.4634     -2242.6818     -2529.7065

ENERGY:     364     19323.8975     19612.6015      5699.8913       181.0103        -336175.2000     22790.5193         0.0000         0.0000     46034.3488        -222532.9312       167.4603   -268567.2800   -222068.5918       167.4603          -1420.0423     -2476.3756    921491.4634     -1420.0423     -2476.3756

ENERGY:     365     18830.5839     19548.3421      5710.7559       180.6857        -335316.0971     22775.7831         0.0000         0.0000     45760.0888        -222509.8577       166.4626   -268269.9465   -222057.4402       166.4626          -1100.2606     -2433.4822    921491.4634     -1100.2606     -2433.4822

ENERGY:     366     19854.2638     19578.5650      5722.5903       180.3919        -334923.1932     22780.3502         0.0000         0.0000     44422.2473        -222384.7848       161.5959   -266807.0321   -222057.2777       161.5959          -1392.6926     -2417.6863    921491.4634     -1392.6926     -2417.6863

ENERGY:     367     20741.0597     19662.8835      5732.9484       180.1165        -335098.3162     22794.3495         0.0000         0.0000     43662.6186        -222324.3400       158.8326   -265986.9586   -222058.3713       158.8326          -2104.1274     -2437.9268    921491.4634     -2104.1274     -2437.9268

ENERGY:     368     20561.5939     19748.2121      5739.6691       179.8275        -335728.0879     22808.6653         0.0000         0.0000     44272.8407        -222417.2793       161.0524   -266690.1200   -222068.2912       161.0524          -2928.4887     -2487.3070    921491.4634     -2928.4887     -2487.3070

ENERGY:     369     20346.9679     19812.6207      5741.6370       179.5048        -336580.3313     22825.3360         0.0000         0.0000     45155.6309        -222518.6340       164.2638   -267674.2650   -222061.1001       164.2638          -3666.9892     -2542.4574    921491.4634     -3666.9892     -2542.4574

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     370     21302.3705     19815.7284      5738.6028       179.1429        -337296.0559     22846.3051         0.0000         0.0000     44920.4946        -222493.4117       163.4084   -267413.9062   -222062.2626       163.4084          -4081.4436     -2576.8189    921491.4634     -4081.4436     -2576.8189

ENERGY:     371     22799.2770     19758.4808      5731.5881       178.8004        -337606.4374     22861.3512         0.0000         0.0000     43904.8964        -222372.0434       159.7139   -266276.9398   -222061.9339       159.7139          -3956.1479     -2578.2817    921491.4634     -3956.1479     -2578.2817

ENERGY:     372     22964.3597     19665.2850      5722.4283       178.5955        -337391.7874     22854.0838         0.0000         0.0000     43672.6557        -222334.3793       158.8691   -266007.0350   -222060.3197       158.8691          -3189.3380     -2552.6172    921491.4634     -3189.3380     -2552.6172

ENERGY:     373     21253.1598     19603.3416      5713.4759       178.7080        -336784.3116     22822.4882         0.0000         0.0000     44782.9951        -222430.1430       162.9082   -267213.1381   -222050.3116       162.9082          -2037.0647     -2511.6656    921491.4634     -2037.0647     -2511.6656

ENERGY:     374     19285.9366     19613.0719      5706.5680       179.1985        -336019.1237     22785.5049         0.0000         0.0000     45912.3281        -222536.5157       167.0164   -268448.8438   -222048.2692       167.0164           -983.4304     -2469.0310    921491.4634      -983.4304     -2469.0310

ENERGY:     375     18893.7027     19735.2392      5703.0316       180.0533        -335443.7688     22766.6834         0.0000         0.0000     45660.9723        -222504.0862       166.1021   -268165.0586   -222047.0945       166.1021           -539.4859     -2439.8660    921491.4634      -539.4859     -2439.8660

ENERGY:     376     19884.0273     19962.1761      5703.2010       181.1433        -335321.8633     22772.8701         0.0000         0.0000     44434.3278        -222384.1176       161.6399   -266818.4455   -222050.5530       161.6399           -874.6222     -2439.6903    921491.4634      -874.6222     -2439.6903

ENERGY:     377     20646.4610     20251.1590      5706.5521       182.3249        -335763.5803     22794.3774         0.0000         0.0000     43848.2755        -222334.4303       159.5080   -266182.7059   -222041.4014       159.5080          -1819.5858     -2472.4986    921491.4634     -1819.5858     -2472.4986

ENERGY:     378     20473.8102     20495.6592      5711.4639       183.2952        -336584.2280     22821.5837         0.0000         0.0000     44474.7537        -222423.6622       161.7869   -266898.4159   -222044.3968       161.7869          -2972.9874     -2523.3499    921491.4634     -2972.9874     -2523.3499

ENERGY:     379     20419.4577     20623.8789      5716.2160       183.8420        -337495.6097     22854.5153         0.0000         0.0000     45185.6415        -222512.0583       164.3729   -267697.6998   -222047.0130       164.3729          -3997.4173     -2563.3072    921491.4634     -3997.4173     -2563.3072

TIMING: 380  CPU: 179.357, 0.460231/step  Wall: 179.357, 0.460231/step, 0.015341 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     380     21458.1130     20605.4119      5719.3306       183.8284        -338176.3454     22892.6530         0.0000         0.0000     44833.7903        -222483.2183       163.0930   -267317.0086   -222063.6481       163.0930          -4580.2702     -2564.2101    921491.4634     -4580.2702     -2564.2101

ENERGY:     381     22824.3125     20467.0311      5720.1164       183.2929        -338395.2413     22923.6570         0.0000         0.0000     43906.3005        -222370.5310       159.7191   -266276.8315   -222053.0348       159.7191          -4470.7195     -2514.6121    921491.4634     -4470.7195     -2514.6121

ENERGY:     382     22844.1904     20220.4987      5718.3197       182.2157        -338010.6535     22930.5473         0.0000         0.0000     43766.5297        -222348.3520       159.2106   -266114.8818   -222051.0364       159.2106          -3524.7149     -2418.5489    921491.4634     -3524.7149     -2418.5489

ENERGY:     383     21263.6993     19910.9247      5714.6670       180.7420        -337128.0229     22911.2845         0.0000         0.0000     44707.9442        -222438.7612       162.6352   -267146.7054   -222048.1881       162.6352          -2023.0802     -2294.0132    921491.4634     -2023.0802     -2294.0132

ENERGY:     384     19625.4113     19596.0355      5710.5349       179.0647        -336052.0487     22884.2534         0.0000         0.0000     45539.1831        -222517.5658       165.6590   -268056.7489   -222062.0925       165.6590           -569.2378     -2166.9357    921491.4634      -569.2378     -2166.9357

ENERGY:     385     19327.8180     19356.8913      5707.7752       177.4354        -335210.6402     22871.6143         0.0000         0.0000     45299.7171        -222469.3889       164.7879   -267769.1060   -222051.0993       164.7879            215.3515     -2064.3636    921491.4634       215.3515     -2064.3636

ENERGY:     386     19981.2273     19220.9465      5707.6638       175.9384        -334865.1819     22880.7957         0.0000         0.0000     44519.8586        -222378.7516       161.9510   -266898.6102   -222051.0437       161.9510            122.6670     -2011.2428    921491.4634       122.6670     -2011.2428

ENERGY:     387     20367.2861     19202.4844      5710.9354       174.6759        -335109.8727     22905.2743         0.0000         0.0000     44377.1815        -222372.0349       161.4320   -266749.2164   -222053.0050       161.4320           -738.9585     -2019.1689    921491.4634      -738.9585     -2019.1689

ENERGY:     388     20282.3988     19280.0168      5717.2935       173.7038        -335824.1518     22938.2900         0.0000         0.0000     44972.7760        -222459.6730       163.5986   -267432.4490   -222067.4817       163.5986          -2063.8554     -2076.2821    921491.4634     -2063.8554     -2076.2821

ENERGY:     389     20685.9713     19431.2565      5725.6291       173.0778        -336772.2803     22978.5919         0.0000         0.0000     45279.3792        -222498.3745       164.7139   -267777.7537   -222059.2964       164.7139          -3501.7340     -2158.1992    921491.4634     -3501.7340     -2158.1992

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     390     21929.5051     19598.7449      5733.9032       172.7580        -337596.2512     23021.3362         0.0000         0.0000     44698.9836        -222441.0202       162.6026   -267140.0038   -222061.4794       162.6026          -4540.4923     -2229.7774    921491.4634     -4540.4923     -2229.7774

ENERGY:     391     22937.3143     19764.3496      5740.3108       172.7562        -338017.7276     23051.7299         0.0000         0.0000     43987.0070        -222364.2597       160.0126   -266351.2667   -222061.6921       160.0126          -4746.5205     -2270.9348    921491.4634     -4746.5205     -2270.9348

ENERGY:     392     22488.0360     19924.0529      5743.6080       173.0775        -337898.4685     23055.0072         0.0000         0.0000     44125.3365        -222389.3504       160.5158   -266514.6869   -222067.3167       160.5158          -3965.0287     -2276.9602    921491.4634     -3965.0287     -2276.9602

ENERGY:     393     20924.3596     20087.8868      5743.5041       173.6901        -337346.1126     23032.5726         0.0000         0.0000     44913.3816        -222470.7178       163.3825   -267384.0994   -222058.1709       163.3825          -2525.7426     -2257.0110    921491.4634     -2525.7426     -2257.0110

ENERGY:     394     19713.0845     20210.4903      5740.1181       174.4904        -336587.4365     23002.1143         0.0000         0.0000     45247.1172        -222500.0219       164.5966   -267747.1390   -222054.8628       164.5966           -988.4118     -2227.7233    921491.4634      -988.4118     -2227.7233

ENERGY:     395     19644.4018     20265.5068      5734.3764       175.3161        -335972.1481     22982.1019         0.0000         0.0000     44739.8937        -222430.5514       162.7514   -267170.4451   -222052.2372       162.7514             57.9321     -2215.1748    921491.4634        57.9321     -2215.1748

ENERGY:     396     20000.9211     20248.4506      5727.6303       175.9620        -335765.9671     22978.8838         0.0000         0.0000     44270.3050        -222363.8142       161.0432   -266634.1192   -222050.8949       161.0432            285.8964     -2246.0848    921491.4634       285.8964     -2246.0848

ENERGY:     397     19906.7786     20200.7711      5721.4919       176.2273        -336102.8178     22990.0375         0.0000         0.0000     44712.8673        -222394.6441       162.6531   -267107.5114   -222042.6599       162.6531           -376.0863     -2327.2102    921491.4634      -376.0863     -2327.2102

ENERGY:     398     19692.8117     20133.3593      5716.9814       176.0456        -336812.3382     23014.0586         0.0000         0.0000     45592.7321        -222486.3496       165.8538   -268079.0817   -222045.7222       165.8538          -1710.2237     -2443.6965    921491.4634     -1710.2237     -2443.6965

ENERGY:     399     20395.5107     20061.2892      5714.6368       175.4775        -337634.0288     23050.4588         0.0000         0.0000     45731.2027        -222505.4531       166.3575   -268236.6558   -222049.1603       166.3575          -3349.4392     -2564.3619    921491.4634     -3349.4392     -2564.3619

LDB: ============= START OF LOAD BALANCING ============== 194.785
LDB: Largest compute 230 load 0.529387 is 1.2% of average load 45.690282
LDB: Average compute 0.063985 is 0.1% of average load 45.690282
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 112 MAXPE 28 MAXPATCH 1 None MEM: 3224.19 MB
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: TIME 194.787 LOAD: AVG 45.6903 MAX 46.0673  PROXIES: TOTAL 114 MAXPE 30 MAXPATCH 2 RefineTorusLB MEM: 3224.19 MB
LDB: ============== END OF LOAD BALANCING =============== 194.788
Info: useSync: 1 useProxySync: 0
LDB: =============== DONE WITH MIGRATION ================ 194.789
Info: Benchmark time: 4 CPUs 0.460611 s/step 5.33114 days/ns 3224.19 MB memory
TIMING: 400  CPU: 188.563, 0.460294/step  Wall: 188.563, 0.460294/step, 0.0127859 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     400     21983.9556     19981.4883      5714.2278       174.7230        -338264.6729     23090.3529         0.0000         0.0000     44890.2683        -222429.6570       163.2985   -267319.9253   -222060.6830       163.2985          -4748.6077     -2656.9997    921491.4634     -4748.6077     -2656.9997

ENERGY:     401     23053.7072     19909.1478      5715.0562       174.0724        -338477.1025     23114.9569         0.0000         0.0000     44157.6678        -222352.4941       160.6335   -266510.1620   -222050.1988       160.6335          -5384.8814     -2700.1793    921491.4634     -5384.8814     -2700.1793

ENERGY:     402     22444.0480     19835.9109      5715.8942       173.8391        -338107.6289     23109.6380         0.0000         0.0000     44436.8098        -222391.4888       161.6489   -266828.2986   -222049.2224       161.6489          -4939.3793     -2681.7023    921491.4634     -4939.3793     -2681.7023

ENERGY:     403     20784.9695     19778.4828      5715.7218       174.2695        -337239.9786     23077.8404         0.0000         0.0000     45225.5963        -222483.0982       164.5183   -267708.6946   -222046.6852       164.5183          -3613.5976     -2605.7427    921491.4634     -3613.5976     -2605.7427

ENERGY:     404     19687.5953     19735.4027      5713.8114       175.5084        -336169.1144     23038.2903         0.0000         0.0000     45313.8396        -222504.6668       164.8393   -267818.5064   -222060.2370       164.8393          -1967.0745     -2494.0437    921491.4634     -1967.0745     -2494.0437

ENERGY:     405     19798.8801     19696.7724      5710.0281       177.6161        -335317.9352     23008.3951         0.0000         0.0000     44511.4438        -222414.7997       161.9204   -266926.2435   -222047.5588       161.9204           -627.4747     -2380.7861    921491.4634      -627.4747     -2380.7861

ENERGY:     406     20210.3505     19614.0442      5704.4965       180.4779        -334953.8243     22994.4766         0.0000         0.0000     43902.7666        -222347.2120       159.7062   -266249.9786   -222046.2403       159.7062             66.0354     -2300.4794    921491.4634        66.0354     -2300.4794

ENERGY:     407     20044.4890     19493.9063      5698.1032       183.8794        -335181.5239     22996.8165         0.0000         0.0000     44376.0637        -222388.2658       161.4279   -266764.3295   -222047.0769       161.4279            -41.3219     -2272.9968    921491.4634       -41.3219     -2272.9968

ENERGY:     408     19735.8472     19387.6644      5692.2152       187.5226        -335902.8228     23017.8178         0.0000         0.0000     45394.4123        -222487.3435       165.1324   -267881.7557   -222063.5314       165.1324           -920.8282     -2294.1555    921491.4634      -920.8282     -2294.1555

ENERGY:     409     20350.1188     19376.4607      5688.4775       191.1592        -336896.6857     23057.9927         0.0000         0.0000     45733.6060        -222498.8707       166.3663   -268232.4767   -222051.6708       166.3663          -2367.4920     -2346.9324    921491.4634     -2367.4920     -2346.9324

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     410     21850.5210     19470.1802      5687.6650       194.4179        -337813.1855     23106.2034         0.0000         0.0000     45077.0717        -222427.1263       163.9780   -267504.1980   -222054.6430       163.9780          -3838.6211     -2402.0239    921491.4634     -3838.6211     -2402.0239

ENERGY:     411     22931.8001     19651.0976      5689.8741       197.0388        -338354.2255     23140.9051         0.0000         0.0000     44380.5349        -222362.9749       161.4442   -266743.5098   -222056.2118       161.4442          -4745.1590     -2436.8800    921491.4634     -4745.1590     -2436.8800

ENERGY:     412     22535.8951     19878.8220      5694.3234       198.8205        -338356.4983     23146.2941         0.0000         0.0000     44499.5087        -222402.8345       161.8770   -266902.3431   -222068.4601       161.8770          -4717.2138     -2436.3028    921491.4634     -4717.2138     -2436.3028

ENERGY:     413     21130.1417     20138.5247      5699.9334       199.7191        -337872.5328     23125.1121         0.0000         0.0000     45113.2145        -222465.8871       164.1095   -267579.1017   -222055.3455       164.1095          -3850.6268     -2398.9549    921491.4634     -3850.6268     -2398.9549

ENERGY:     414     19987.3856     20381.5505      5705.1135       199.5118        -337122.7807     23094.4563         0.0000         0.0000     45271.6531        -222483.1099       164.6858   -267754.7631   -222052.1625       164.6858          -2501.3241     -2333.9464    921491.4634     -2501.3241     -2333.9464

ENERGY:     415     19745.2666     20572.1258      5708.7452       198.1487        -336456.1983     23071.1997         0.0000         0.0000     44733.2277        -222427.4847       162.7272   -267160.7124   -222049.0348       162.7272          -1174.6452     -2266.5615    921491.4634     -1174.6452     -2266.5615

ENERGY:     416     19942.3170     20661.9896      5710.0857       195.6954        -336157.5870     23063.1720         0.0000         0.0000     44200.2852        -222384.0421       160.7885   -266584.3273   -222052.9644       160.7885           -282.7613     -2224.6896    921491.4634      -282.7613     -2224.6896

ENERGY:     417     20031.3751     20631.3210      5709.0494       192.4696        -336373.1084     23072.1104         0.0000         0.0000     44338.4619        -222398.3209       161.2911   -266736.7829   -222044.6993       161.2911           -112.4553     -2227.1698    921491.4634      -112.4553     -2227.1698

ENERGY:     418     20154.6649     20457.0911      5705.5847       188.6537        -336970.7876     23098.6731         0.0000         0.0000     44915.1422        -222450.9778       163.3889   -267366.1200   -222046.7093       163.3889           -671.8546     -2269.9920    921491.4634      -671.8546     -2269.9920

ENERGY:     419     20790.7631     20185.5526      5700.4811       184.6055        -337717.8765     23139.8028         0.0000         0.0000     45250.3101        -222466.3613       164.6082   -267716.6714   -222049.5950       164.6082          -1783.9422     -2336.6464    921491.4634     -1783.9422     -2336.6464

TIMING: 420  CPU: 197.743, 0.458977/step  Wall: 197.743, 0.458977/step, 0.0101995 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     420     21812.8759     19887.3913      5695.0415       180.6770        -338321.5519     23183.0579         0.0000         0.0000     45121.9777        -222440.5306       164.1414   -267562.5083   -222061.1149       164.1414          -3051.6029     -2402.9273    921491.4634     -3051.6029     -2402.9273

ENERGY:     421     22491.6105     19639.6137      5690.9238       177.2518        -338550.3541     23210.1389         0.0000         0.0000     44931.8960        -222408.9193       163.4499   -267340.8154   -222052.6020       163.4499          -4041.3724     -2452.8634    921491.4634     -4041.3724     -2452.8634

ENERGY:     422     22275.7614     19449.5350      5688.9976       174.4058        -338225.0320     23208.5480         0.0000         0.0000     45004.7083        -222423.0758       163.7148   -267427.7841   -222052.8451       163.7148          -4363.1150     -2465.6372    921491.4634     -4363.1150     -2465.6372

ENERGY:     423     21418.8985     19324.4273      5689.6736       172.2146        -337416.8962     23180.6045         0.0000         0.0000     45183.9713        -222447.1064       164.3669   -267631.0777   -222051.5233       164.3669          -3955.8304     -2434.9304    921491.4634     -3955.8304     -2434.9304

ENERGY:     424     20531.3308     19270.7816      5692.6543       170.6563        -336406.2771     23140.4651         0.0000         0.0000     45151.0458        -222449.3433       164.2471   -267600.3891   -222060.4129       164.2471          -3030.1607     -2370.2032    921491.4634     -3030.1607     -2370.2032

ENERGY:     425     19942.3360     19314.5609      5697.3263       169.6877        -335607.5214     23103.7925         0.0000         0.0000     44956.0481        -222423.7700       163.5377   -267379.8181   -222050.7966       163.5377          -1980.9652     -2297.0089    921491.4634     -1980.9652     -2297.0089

ENERGY:     426     19603.3347     19432.3070      5702.4947       169.0990        -335270.6885     23080.2897         0.0000         0.0000     44862.7384        -222420.4249       163.1983   -267283.1632   -222049.1092       163.1983          -1125.8050     -2237.7214    921491.4634     -1125.8050     -2237.7214

ENERGY:     427     19598.5317     19595.2900      5707.1504       168.7509        -335498.4328     23074.5011         0.0000         0.0000     44915.2774        -222438.9312       163.3894   -267354.2086   -222048.7340       163.3894           -741.9010     -2207.6354    921491.4634      -741.9010     -2207.6354

ENERGY:     428     20140.4228     19760.4172      5710.4629       168.5259        -336199.9859     23087.7681         0.0000         0.0000     44884.2594        -222448.1297       163.2766   -267332.3891   -222058.0550       163.2766           -935.5732     -2206.9583    921491.4634      -935.5732     -2206.9583

ENERGY:     429     21147.3675     19912.0620      5712.1358       168.3557        -337181.5913     23116.4525         0.0000         0.0000     44706.5244        -222418.6935       162.6300   -267125.2179   -222045.4881       162.6300          -1630.8085     -2233.4560    921491.4634     -1630.8085     -2233.4560

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     430     22013.9871     20024.3738      5712.1700       168.1897        -338096.9210     23149.4497         0.0000         0.0000     44626.3100        -222402.4407       162.3383   -267028.7507   -222047.3915       162.3383          -2472.2455     -2268.0464    921491.4634     -2472.2455     -2268.0464

ENERGY:     431     22204.1021     20111.4153      5711.2600       168.0704        -338644.7649     23172.3808         0.0000         0.0000     44858.4630        -222419.0732       163.1828   -267277.5363   -222048.7170       163.1828          -3116.2804     -2293.5590    921491.4634     -3116.2804     -2293.5590

ENERGY:     432     21768.3704     20188.6724      5710.3547       168.1086        -338651.2108     23176.0849         0.0000         0.0000     45177.9910        -222461.6288       164.3451   -267639.6198   -222065.9061       164.3451          -3350.2741     -2296.1497    921491.4634     -3350.2741     -2296.1497

ENERGY:     433     21200.9072     20275.9663      5710.3763       168.4633        -338164.0644     23162.2914         0.0000         0.0000     45192.9285        -222453.1314       164.3995   -267646.0600   -222052.5985       164.3995          -3187.3732     -2272.1276    921491.4634     -3187.3732     -2272.1276

ENERGY:     434     20730.3411     20338.1499      5711.6061       169.3247        -337394.2711     23140.7738         0.0000         0.0000     44883.1000        -222420.9755       163.2724   -267304.0755   -222051.1465       163.2724          -2694.3107     -2227.7885    921491.4634     -2694.3107     -2227.7885

ENERGY:     435     20235.2201     20362.4015      5714.0003       170.8455        -336680.6562     23123.4100         0.0000         0.0000     44675.9841        -222398.7947       162.5190   -267074.7788   -222049.5892       162.5190          -2061.3582     -2179.8951    921491.4634     -2061.3582     -2179.8951

ENERGY:     436     19670.9244     20349.9982      5717.2346       173.0864        -336303.8816     23119.9081         0.0000         0.0000     44847.0983        -222425.6317       163.1414   -267272.7300   -222059.6959       163.1414          -1520.6597     -2145.1615    921491.4634     -1520.6597     -2145.1615

ENERGY:     437     19434.5518     20329.5093      5720.9894       175.9827        -336411.9789     23136.3871         0.0000         0.0000     45159.2687        -222455.2900       164.2770   -267614.5587   -222050.7502       164.2770          -1319.1168     -2134.4847    921491.4634     -1319.1168     -2134.4847

ENERGY:     438     19935.1532     20278.6097      5724.6884       179.3848        -336899.4580     23173.5522         0.0000         0.0000     45148.1324        -222459.9373       164.2365   -267608.0698   -222051.5668       164.2365          -1493.0940     -2145.0879    921491.4634     -1493.0940     -2145.0879

ENERGY:     439     21052.7405     20184.4297      5727.7929       183.0561        -337561.7722     23224.7484         0.0000         0.0000     44760.8213        -222428.1832       162.8276   -267189.0045   -222052.7965       162.8276          -1936.1987     -2169.8745    921491.4634     -1936.1987     -2169.8745

TIMING: 440  CPU: 206.918, 0.458777/step  Wall: 206.918, 0.458777/step, 0.00764629 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     440     22071.5683     20036.2372      5729.7527       186.7201        -338123.1812     23276.2488         0.0000         0.0000     44417.5460        -222405.1081       161.5788   -266822.6541   -222059.4775       161.5788          -2408.4611     -2197.9671    921491.4634     -2408.4611     -2197.9671

ENERGY:     441     22355.5487     19860.0409      5730.3488       190.1145        -338361.1721     23313.2047         0.0000         0.0000     44502.6965        -222409.2180       161.8886   -266911.9145   -222050.0861       161.8886          -2716.1026     -2221.5313    921491.4634     -2716.1026     -2221.5313

ENERGY:     442     21853.6119     19664.5349      5729.4855       192.9411        -338090.1539     23327.1570         0.0000         0.0000     44880.6321        -222441.7915       163.2634   -267322.4236   -222049.7757       163.2634          -2710.5575     -2229.0695    921491.4634     -2710.5575     -2229.0695

ENERGY:     443     21064.3316     19487.0722      5727.6165       194.9329        -337369.3157     23320.0160         0.0000         0.0000     45118.1109        -222457.2356       164.1273   -267575.3465   -222048.5997       164.1273          -2448.1647     -2220.3530    921491.4634     -2448.1647     -2220.3530

ENERGY:     444     20449.3363     19357.2689      5725.4095       195.8735        -336464.1929     23301.5278         0.0000         0.0000     44987.7179        -222447.0589       163.6530   -267434.7769   -222057.9799       163.6530          -2090.2098     -2206.4398    921491.4634     -2090.2098     -2206.4398

ENERGY:     445     20125.5609     19307.2517      5723.6513       195.6942        -335759.3922     23283.8141         0.0000         0.0000     44708.7156        -222414.7043       162.6380   -267123.4199   -222046.5430       162.6380          -1846.9626     -2201.6924    921491.4634     -1846.9626     -2201.6924

ENERGY:     446     19947.6807     19324.9005      5722.5430       194.3235        -335494.5716     23276.0453         0.0000         0.0000     44620.2945        -222408.7840       162.3164   -267029.0785   -222046.1622       162.3164          -1800.7518     -2216.7292    921491.4634     -1800.7518     -2216.7292

ENERGY:     447     19914.2851     19416.0209      5722.2107       191.8641        -335769.4408     23282.7460         0.0000         0.0000     44816.5088        -222425.8051       163.0301   -267242.3139   -222046.8344       163.0301          -1993.3112     -2253.0601    921491.4634     -1993.3112     -2253.0601

ENERGY:     448     20187.5922     19583.6799      5722.5765       188.5554        -336503.1808     23303.8907         0.0000         0.0000     45065.6676        -222451.2186       163.9365   -267516.8862   -222059.3481       163.9365          -2372.1878     -2303.7897    921491.4634     -2372.1878     -2303.7897

ENERGY:     449     20877.4059     19832.6984      5723.5713       184.8596        -337500.9078     23334.5926         0.0000         0.0000     45101.1681        -222446.6120       164.0657   -267547.7801   -222047.7100       164.0657          -2827.1079     -2356.1406    921491.4634     -2827.1079     -2356.1406

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     450     21754.4853     20108.1298      5724.4776       181.0898        -338419.3256     23364.6246         0.0000         0.0000     44854.3099        -222432.2087       163.1677   -267286.5186   -222048.7861       163.1677          -3116.6754     -2394.3895    921491.4634     -3116.6754     -2394.3895

ENERGY:     451     22355.5902     20357.7253      5724.7144       177.6517        -338952.0915     23381.8011         0.0000         0.0000     44542.6988        -222411.9101       162.0341   -266954.6089   -222048.8246       162.0341          -3074.2530     -2405.7796    921491.4634     -3074.2530     -2405.7796

ENERGY:     452     22246.2015     20536.0132      5723.8953       174.8859        -338927.1543     23378.0948         0.0000         0.0000     44452.9198        -222415.1439       161.7075   -266868.0636   -222059.6369       161.7075          -2659.9602     -2384.7566    921491.4634     -2659.9602     -2384.7566

ENERGY:     453     21399.8726     20641.1309      5722.2878       173.1350        -338392.7941     23354.5912         0.0000         0.0000     44683.7035        -222418.0729       162.5470   -267101.7765   -222043.5371       162.5470          -2048.3336     -2342.4666    921491.4634     -2048.3336     -2342.4666

ENERGY:     454     20248.3381     20654.1373      5720.2217       172.3637        -337567.1423     23320.6906         0.0000         0.0000     45008.1467        -222443.2441       163.7273   -267451.3907   -222041.8390       163.7273          -1453.4577     -2293.1448    921491.4634     -1453.4577     -2293.1448

ENERGY:     455     19486.7908     20584.7121      5718.4844       172.5169        -336790.6462     23290.4029         0.0000         0.0000     45086.5788        -222451.1602       164.0126   -267537.7390   -222040.8569       164.0126          -1151.8823     -2255.8569    921491.4634     -1151.8823     -2255.8569

ENERGY:     456     19493.3725     20440.6802      5717.7556       173.4248        -336350.1087     23274.9637         0.0000         0.0000     44811.4723        -222438.4396       163.0118   -267249.9120   -222055.3487       163.0118          -1305.5005     -2245.5822    921491.4634     -1305.5005     -2245.5822

ENERGY:     457     20047.4931     20251.9436      5718.5580       174.9241        -336395.8175     23277.8280         0.0000         0.0000     44521.8703        -222403.2004       161.9583   -266925.0706   -222049.4134       161.9583          -1906.4165     -2263.5012    921491.4634     -1906.4165     -2263.5012

ENERGY:     458     20585.8435     20019.2724      5720.7061       176.6081        -336835.0969     23294.7179         0.0000         0.0000     44632.7888        -222405.1601       162.3618   -267037.9489   -222051.2824       162.3618          -2684.6987     -2301.0426    921491.4634     -2684.6987     -2301.0426

ENERGY:     459     20903.4944     19784.9691      5724.0021       178.1985        -337468.1652     23318.6989         0.0000         0.0000     45113.9368        -222444.8654       164.1121   -267558.8022   -222053.1413       164.1121          -3350.5830     -2341.5795    921491.4634     -3350.5830     -2341.5795

TIMING: 460  CPU: 216.08, 0.458071/step  Wall: 216.08, 0.458071/step, 0.00508968 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     460     21262.6138     19597.9064      5728.0971       179.4910        -338014.3775     23341.8008         0.0000         0.0000     45423.8565        -222480.6118       165.2395   -267904.4683   -222064.6838       165.2395          -3669.8200     -2365.2411    921491.4634     -3669.8200     -2365.2411

ENERGY:     461     21862.8763     19507.1076      5732.5752       180.4333        -338251.6222     23355.3941         0.0000         0.0000     45154.6136        -222458.6221       164.2601   -267613.2357   -222058.0509       164.2601          -3556.1664     -2361.1798    921491.4634     -3556.1664     -2361.1798

ENERGY:     462     22264.2255     19487.8109      5736.4822       180.9531        -337988.7176     23351.1092         0.0000         0.0000     44559.9290        -222408.2076       162.0968   -266968.1366   -222056.7216       162.0968          -2954.8198     -2323.4250    921491.4634     -2954.8198     -2323.4250

ENERGY:     463     21821.1790     19513.9015      5738.9361       181.1160        -337284.1034     23326.9483         0.0000         0.0000     44313.4571        -222388.5654       161.2002   -266702.0225   -222054.6244       161.2002          -2012.4422     -2264.0777    921491.4634     -2012.4422     -2264.0777

ENERGY:     464     20535.2459     19559.9272      5739.2518       181.0096        -336389.3845     23291.1948         0.0000         0.0000     44654.0267        -222428.7286       162.4391   -267082.7553   -222058.5730       162.4391          -1050.9226     -2205.5267    921491.4634     -1050.9226     -2205.5267

ENERGY:     465     19322.7828     19631.8854      5737.2898       180.7155        -335701.1540     23259.7397         0.0000         0.0000     45094.5688        -222474.1721       164.0416   -267568.7408   -222052.9389       164.0416           -512.3346     -2174.4007    921491.4634      -512.3346     -2174.4007

ENERGY:     466     19088.4513     19708.3581      5733.2107       180.2808        -335443.7733     23245.0610         0.0000         0.0000     45020.7907        -222467.6207       163.7733   -267488.4114   -222052.9786       163.7733           -630.3314     -2182.6709    921491.4634      -630.3314     -2182.6709

ENERGY:     467     19841.8072     19783.1743      5727.6703       179.7757        -335721.0960     23249.4536         0.0000         0.0000     44523.6665        -222415.5483       161.9649   -266939.2149   -222054.3496       161.9649          -1393.6030     -2232.5923    921491.4634     -1393.6030     -2232.5923

ENERGY:     468     20761.8483     19845.4943      5721.5089       179.2779        -336451.5678     23265.8132         0.0000         0.0000     44291.6588        -222385.9666       161.1209   -266677.6253   -222056.3593       161.1209          -2508.6714     -2314.1339    921491.4634     -2508.6714     -2314.1339

ENERGY:     469     21236.3015     19910.2022      5715.6824       178.8504        -337458.3214     23284.3968         0.0000         0.0000     44720.3207        -222412.5675       162.6802   -267132.8882   -222046.0753       162.6802          -3596.7405     -2405.7971    921491.4634     -3596.7405     -2405.7971

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     470     21411.1731     19972.8935      5710.9491       178.5947        -338383.2520     23297.0678         0.0000         0.0000     45346.4579        -222466.1159       164.9580   -267812.5738   -222047.6091       164.9580          -4259.6993     -2477.6830    921491.4634     -4259.6993     -2477.6830

ENERGY:     471     21732.8679     20054.6836      5707.9626       178.5890        -338913.2465     23297.5091         0.0000         0.0000     45471.3370        -222470.2973       165.4122   -267941.6343   -222047.5362       165.4122          -4290.5681     -2504.3174    921491.4634     -4290.5681     -2504.3174

ENERGY:     472     22081.2362     20161.5553      5707.0091       178.9047        -338870.6778     23279.4497         0.0000         0.0000     45028.5300        -222433.9929       163.8014   -267462.5229   -222059.5058       163.8014          -3659.7358     -2479.9182    921491.4634     -3659.7358     -2479.9182

ENERGY:     473     21866.1362     20289.3428      5707.9843       179.6165        -338307.7202     23240.7369         0.0000         0.0000     44634.5178        -222389.3859       162.3681   -267023.9037   -222043.8539       162.3681          -2556.3614     -2408.1656    921491.4634     -2556.3614     -2408.1656

ENERGY:     474     20842.9704     20372.0988      5710.2160       180.7466        -337438.4564     23189.2353         0.0000         0.0000     44733.2312        -222409.9581       162.7272   -267143.1893   -222041.2619       162.7272          -1295.5523     -2316.2727    921491.4634     -1295.5523     -2316.2727

ENERGY:     475     19674.2081     20371.7675      5712.9876       182.2512        -336604.2324     23142.3822         0.0000         0.0000     45070.2143        -222450.4216       163.9531   -267520.6359   -222039.4529       163.9531           -344.6449     -2232.2125    921491.4634      -344.6449     -2232.2125

ENERGY:     476     19235.7864     20282.0275      5715.7683       184.0125        -336100.0915     23115.8471         0.0000         0.0000     45106.0637        -222460.5860       164.0835   -267566.6498   -222053.6137       164.0835            -92.4050     -2183.0652    921491.4634       -92.4050     -2183.0652

ENERGY:     477     19704.7252     20145.9813      5718.4976       185.9230        -336101.8801     23114.2943         0.0000         0.0000     44812.3214        -222420.1373       163.0149   -267232.4587   -222044.8410       163.0149           -667.4946     -2171.8227    921491.4634      -667.4946     -2171.8227

ENERGY:     478     20493.4777     19974.7637      5721.0254       187.7262        -336537.4047     23131.2464         0.0000         0.0000     44627.0339        -222402.1313       162.3409   -267029.1653   -222047.4106       162.3409          -1807.1604     -2198.7955    921491.4634     -1807.1604     -2198.7955

ENERGY:     479     21125.3058     19793.3955      5723.3295       189.2099        -337215.5848     23156.6775         0.0000         0.0000     44802.1585        -222425.5081       162.9779   -267227.6666   -222050.5459       162.9779          -3089.8515     -2246.7917    921491.4634     -3089.8515     -2246.7917

TIMING: 480  CPU: 225.233, 0.457639/step  Wall: 225.233, 0.457639/step, 0.00254244 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     480     21624.0328     19623.1963      5725.3111       190.1900        -337854.6797     23181.5121         0.0000         0.0000     45051.6821        -222458.7553       163.8856   -267510.4374   -222064.6212       163.8856          -4077.7326     -2291.4893    921491.4634     -4077.7326     -2291.4893

ENERGY:     481     22092.4855     19510.0432      5727.0952       190.6351        -338199.2492     23196.7961         0.0000         0.0000     45041.3375        -222440.8565       163.8480   -267482.1940   -222052.5268       163.8480          -4466.2394     -2305.6734    921491.4634     -4466.2394     -2305.6734

ENERGY:     482     22186.3467     19466.6794      5728.4964       190.3598        -338044.5429     23192.7476         0.0000         0.0000     44865.8527        -222414.0603       163.2096   -267279.9130   -222051.4115       163.2096          -4059.3098     -2278.0616    921491.4634     -4059.3098     -2278.0616

ENERGY:     483     21553.1413     19511.5745      5729.5660       189.3226        -337426.2196     23165.8742         0.0000         0.0000     44861.8977        -222414.8432       163.1953   -267276.7410   -222048.7675       163.1953          -2964.1723     -2216.4117    921491.4634     -2964.1723     -2216.4117

ENERGY:     484     20460.8926     19631.1939      5730.2465       187.5455        -336590.8891     23126.1353         0.0000         0.0000     45003.6040        -222451.2714       163.7107   -267454.8753   -222059.8739       163.7107          -1565.2424     -2143.1849    921491.4634     -1565.2424     -2143.1849

ENERGY:     485     19688.7722     19800.2991      5730.5256       185.2458        -335902.5874     23092.8472         0.0000         0.0000     44955.5732        -222449.3242       163.5360   -267404.8974   -222045.9602       163.5360           -422.1569     -2086.8735    921491.4634      -422.1569     -2086.8735

ENERGY:     486     19602.5429     19954.8176      5729.7198       182.4662        -335612.3576     23080.3809         0.0000         0.0000     44645.9124        -222416.5178       162.4096   -267062.4302   -222044.6757       162.4096             87.3180     -2070.0981    921491.4634        87.3180     -2070.0981

ENERGY:     487     19881.0927     20072.0213      5727.4348       179.4360        -335846.4491     23091.0545         0.0000         0.0000     44503.3502        -222392.0596       161.8910   -266895.4098   -222045.2403       161.8910           -192.2347     -2106.8840    921491.4634      -192.2347     -2106.8840

ENERGY:     488     20125.2099     20156.1362      5723.5441       176.4338        -336552.5465     23118.8618         0.0000         0.0000     44827.0567        -222425.3041       163.0685   -267252.3608   -222057.1938       163.0685          -1145.7535     -2194.6680    921491.4634     -1145.7535     -2194.6680

ENERGY:     489     20526.8872     20236.4610      5718.5749       173.8639        -337540.4668     23156.7311         0.0000         0.0000     45266.1014        -222461.8473       164.6656   -267727.9487   -222045.6086       164.6656          -2511.2405     -2316.7067    921491.4634     -2511.2405     -2316.7067

ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     490     21410.7491     20292.9023      5712.8912       171.8438        -338458.1374     23196.4879         0.0000         0.0000     45213.5638        -222459.6993       164.4745   -267673.2631   -222048.2208       164.4745          -3823.4039     -2437.4155    921491.4634     -3823.4039     -2437.4155

ENERGY:     491     22430.4642     20312.1362      5707.3795       170.5404        -338984.5807     23226.0939         0.0000         0.0000     44733.0097        -222404.9568       162.7264   -267137.9666   -222049.4638       162.7264          -4629.6934     -2524.6215    921491.4634     -4629.6934     -2524.6215

ENERGY:     492     22612.9548     20289.6812      5702.9944       170.0208        -338937.5829     23232.7207         0.0000         0.0000     44542.1959        -222387.0151       162.0323   -266929.2110   -222060.3860       162.0323          -4606.8524     -2557.4730    921491.4634     -4606.8524     -2557.4730

ENERGY:     493     21558.2188     20260.7376      5700.7779       170.3200        -338358.0646     23214.0539         0.0000         0.0000     45033.8238        -222420.1326       163.8207   -267453.9564   -222046.5901       163.8207          -3796.3819     -2540.0996    921491.4634     -3796.3819     -2540.0996

ENERGY:     494     20068.3366     20225.0263      5700.9806       171.2193        -337454.3847     23183.0798         0.0000         0.0000     45622.2483        -222483.4939       165.9612   -268105.7422   -222044.0868       165.9612          -2500.8992     -2482.1069    921491.4634     -2500.8992     -2482.1069

ENERGY:     495     19383.2463     20186.8302      5703.5926       172.5416        -336566.9898     23159.4628         0.0000         0.0000     45484.1238        -222477.1925       165.4587   -267961.3163   -222041.5563       165.4587          -1249.6838     -2407.3056    921491.4634     -1249.6838     -2407.3056

ENERGY:     496     19722.4834     20130.6473      5708.0350       174.0933        -335998.7166     23154.2639         0.0000         0.0000     44699.5277        -222409.6659       162.6046   -267109.1936   -222049.0669       162.6046           -478.8997     -2343.4750    921491.4634      -478.8997     -2343.4750

ENERGY:     497     20212.6668     20059.9176      5713.4613       175.7242        -335952.5053     23166.3550         0.0000         0.0000     44261.0295        -222363.3509       161.0095   -266624.3805   -222042.7499       161.0095           -421.0232     -2316.7927    921491.4634      -421.0232     -2316.7927

ENERGY:     498     20182.0165     19957.1215      5718.5597       177.2604        -336366.4945     23189.3590         0.0000         0.0000     44728.2542        -222413.9232       162.7091   -267142.1774   -222044.5219       162.7091           -993.4678     -2331.6472    921491.4634      -993.4678     -2331.6472

ENERGY:     499     20158.0680     19847.7308      5722.4089       178.6361        -337058.4837     23219.2409         0.0000         0.0000     45439.2651        -222493.1338       165.2956   -267932.3989   -222047.2061       165.2956          -2020.8686     -2376.3389    921491.4634     -2020.8686     -2376.3389

Info: Benchmark time: 4 CPUs 0.457517 s/step 5.29534 days/ns 3224.19 MB memory
TIMING: 500  CPU: 234.315, 0.454129/step  Wall: 234.315, 0.454129/step, 0 hours remaining, 3224.187500 MB of memory in use.
ETITLE:      TS           BOND          ANGLE          DIHED          IMPRP               ELECT            VDW       BOUNDARY           MISC        KINETIC               TOTAL           TEMP      POTENTIAL         TOTAL3        TEMPAVG            PRESSURE      GPRESSURE         VOLUME       PRESSAVG      GPRESSAVG

ENERGY:     500     20974.8939     19756.6584      5724.4523       179.8271        -337741.4208     23251.1014         0.0000         0.0000     45359.0784        -222495.4093       165.0039   -267854.4876   -222061.0911       165.0039          -3197.5167     -2425.4141    921491.4634     -3197.5167     -2425.4141

WRITING EXTENDED SYSTEM TO OUTPUT FILE AT STEP 500
WRITING COORDINATES TO OUTPUT FILE AT STEP 500
The last position output (seq=-2) takes 0.002 seconds, 3229.840 MB of memory in use
WRITING VELOCITIES TO OUTPUT FILE AT STEP 500
The last velocity output (seq=-2) takes 0.002 seconds, 3229.840 MB of memory in use
====================================================

WallClock: 241.426865  CPUTime: 241.426865  Memory: 3229.839844 MB
[Partition 0][Node 0] End of program
Application 1110657 resources: utime ~949s, stime ~19s, Rss ~127172, inblocks ~66552, outblocks ~71878
Displaying status file:
verified
/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0
WALL=241.426865
CPU=241.426865
MEM=3229.839844
total 744
-rwxr-xr-x  1 bwjenkins BW_System     18 Dec 16 18:51 cputime
-rwxr-xr-x  1 bwjenkins BW_System     19 Dec 16 18:51 memory
-rwxr-xr-x  1 bwjenkins BW_System     18 Dec 16 18:51 wallclock
-rwxr-xr-x  1 bwjenkins BW_System      9 Dec 16 18:50 status
-rwxr-xr-x  1 bwjenkins BW_System 189503 Dec 16 18:50 test.log
-rwxr-xr-x  1 bwjenkins BW_System 505293 Dec 16 18:45 build.log
drwxr-xr-x  2 bwjenkins BW_System   4096 Dec 16 18:45 bin
drwxr-xr-x 11 bwjenkins BW_System   4096 Dec 16 18:35 NAMD_2.10_Source
drwxr-xr-x  5 bwjenkins BW_System   4096 Dec 16 18:23 man
drwxr-xr-x  2 bwjenkins BW_System   4096 Dec 16 18:23 include
drwxr-xr-x  4 bwjenkins BW_System   4096 Dec 16 18:23 lib
-rwxr-xr-x  1 bwjenkins BW_System   1987 Dec 16 18:21 build-notes
-rwxr-xr-x  1 bwjenkins BW_System   4016 Dec 16 18:21 rebuild
lrwxrwxrwx  1 bwjenkins BW_System      7 Dec 16 18:21 relink -> rebuild
-rwxr-xr-x  1 bwjenkins BW_System    761 Dec 16 18:21 remodule
-rwxr-xr-x  1 bwjenkins BW_System   2926 Dec 16 18:21 retest
drwxr-xr-x 12 bwjenkins BW_System   4096 Sep  8  2010 tcl8.5.9

[SSH] completed
[SSH] exit-status: 0

[workspace] $ /bin/sh -xe /tmp/jenkins11020717506131897548.sh
+ rm -rf /var/lib/jenkins/jobs/NAMD/workspace/cputime /var/lib/jenkins/jobs/NAMD/workspace/memory /var/lib/jenkins/jobs/NAMD/workspace/namd /var/lib/jenkins/jobs/NAMD/workspace/wallclock
+ scp JYC_REMOTE:/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/cputime /var/lib/jenkins/jobs/NAMD/workspace
+ scp JYC_REMOTE:/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/memory /var/lib/jenkins/jobs/NAMD/workspace
+ scp JYC_REMOTE:/scratch/system/bwjenkins/tests/namd/2.10/cle5.2_gnu5.1.0/wallclock /var/lib/jenkins/jobs/NAMD/workspace
Recording plot data
Saving plot series data from: /var/lib/jenkins/jobs/NAMD/workspace/wallclock
Saving plot series data from: /var/lib/jenkins/jobs/NAMD/workspace/cputime
Saving plot series data from: /var/lib/jenkins/jobs/NAMD/workspace/memory
Finished: SUCCESS