Another problem with tempdir directory cleanup.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@10849 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2014-04-07 09:43:29 +00:00
parent 5b86e1b6b2
commit e08fbec27d
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ check_failure $?
$ECHO " done"
$ECHO " cleaning $TMP_DIR...\c"
rm -rf $TMP_DIR/pwscf*
rm -rf $TMP_DIR/ch4*
rm -rf $TMP_DIR/_ph0/ch4*
$ECHO " done"
$ECHO " running the scf calculation for CH4...\c"