git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@394 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2002-02-28 18:58:30 +00:00
parent 20444412f5
commit fc7943925d
2 changed files with 2 additions and 2 deletions

View File

@ -1111,7 +1111,7 @@ InteractSIGINT(int ch) {
unsigned long int heap_space_taken = unsigned long int heap_space_taken =
(unsigned long int)(Unsigned(HeapTop)-Unsigned(HeapBase)); (unsigned long int)(Unsigned(HeapTop)-Unsigned(HeapBase));
double frag = (100.0*(heap_space_taken-HeapUsed))/heap_space_taken; double frag = (100.0*(heap_space_taken-HeapUsed))/heap_space_taken;
YP_fprintf(YP_stderr, "Code Space: %ld (%ld bytes used, fragmentation %.3f\%).\n", YP_fprintf(YP_stderr, "Code Space: %ld (%ld bytes used, fragmentation %.3f%%).\n",
(unsigned long int)(Unsigned (AuxTop) - Unsigned (HeapBase)), (unsigned long int)(Unsigned (AuxTop) - Unsigned (HeapBase)),
(unsigned long int)(HeapUsed), (unsigned long int)(HeapUsed),
frag); frag);

View File

@ -293,7 +293,7 @@ then
AC_CHECK_LIB(mpich,MPI_Init, AC_CHECK_LIB(mpich,MPI_Init,
[AC_DEFINE(HAVE_LIBMPICH, 1)], [AC_DEFINE(HAVE_LIBMPICH, 1)],
[AC_DEFINE(HAVE_LIBMPICH, 0)]) [AC_DEFINE(HAVE_LIBMPICH, 0)])
if test "$ac_cv_lib_mpi_MPI_Init" = yes if test "$ac_cv_lib_mpich_MPI_Init" = yes
then then
#YAPMPILIB=YapMPI.a #YAPMPILIB=YapMPI.a
MPI_OBJS=mpi.o MPI_OBJS=mpi.o