From 90664ccd4126fb3d7f5e793cd32d15dc46c10e72 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 2 Jul 2015 20:24:38 -0400 Subject: [PATCH] dummy entry for memory info --- src/info.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/info.cpp b/src/info.cpp index 66313ec8de..72865d7715 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -120,6 +120,8 @@ void Info::command(int narg, char **arg) i, regs[i]->id, regs[i]->style, regs[i]->interior ? "in" : "out"); } + } else if (strcmp(arg[idx],"memory") == 0) { + } else if (strcmp(arg[idx],"time") == 0) { double wallclock = MPI_Wtime() - lmp->initclock;