From bdffea2ea7c4425be91c4cb140ed33792e323994 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 30 Oct 2014 16:11:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12667 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/COUPLE/simple/in.lj | 3 --- examples/COUPLE/simple/simple.cpp | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/COUPLE/simple/in.lj b/examples/COUPLE/simple/in.lj index 2d850d9cb0..5f6ebdc4f2 100644 --- a/examples/COUPLE/simple/in.lj +++ b/examples/COUPLE/simple/in.lj @@ -20,7 +20,4 @@ neigh_modify delay 0 every 20 check no fix 1 all nve -fix 2 all external pf/callback 1 1 - run 10 - diff --git a/examples/COUPLE/simple/simple.cpp b/examples/COUPLE/simple/simple.cpp index f65c3ab18f..a440bcb1ae 100644 --- a/examples/COUPLE/simple/simple.cpp +++ b/examples/COUPLE/simple/simple.cpp @@ -13,7 +13,7 @@ // c++_driver = simple example of how an umbrella program // can invoke LAMMPS as a library on some subset of procs -// Syntax: c++_driver P in.lammps +// Syntax: simpleCC P in.lammps // P = # of procs to run LAMMPS on // must be <= # of procs the driver code itself runs on // in.lammps = LAMMPS input script @@ -40,7 +40,7 @@ int main(int narg, char **arg) MPI_Init(&narg,&arg); if (narg != 3) { - printf("Syntax: c++_driver P in.lammps\n"); + printf("Syntax: simpleCC P in.lammps\n"); exit(1); }