From e757238f20441697fbdffd28ae008bb639b06ffc Mon Sep 17 00:00:00 2001
From: ygutier2 <yair.fosado@ed.ac.uk>
Date: Wed, 11 Aug 2021 16:07:12 +0100
Subject: [PATCH] Update bash.run.restart.sh

---
 1.Static/bash.run.restart.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/1.Static/bash.run.restart.sh b/1.Static/bash.run.restart.sh
index b74b7cc..489a4a5 100644
--- a/1.Static/bash.run.restart.sh
+++ b/1.Static/bash.run.restart.sh
@@ -45,7 +45,8 @@ do
   echo "variable seedtopo   equal ${r4}" >> parameters.dat
   echo "variable seedthermo equal ${r5}" >> parameters.dat
 
-  nohup ~/lmp_mpi_29Oct2020 -in run.lam.restart < /dev/null > out &
+  #nohup ~/lmp_mpi_29Oct2020 -in run.lam.restart < /dev/null > out &
+  ~/SoftwareMD/lammps-29Oct20/exec/lmp_mpi_29Oct20 -in run.lam.restart
   
   cd ../
 
-- 
GitLab