Skip to content
Snippets Groups Projects
Commit 0fb16c17 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Remove multiple blank lines

parent a4b3f90a
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!659Check ws allocation
...@@ -151,7 +151,7 @@ However hereafter we have an example on how that might look like for Gaussian: ...@@ -151,7 +151,7 @@ However hereafter we have an example on how that might look like for Gaussian:
bzip2 --compress --stdout -4 "${GAUSS_SRCDIR}" > $HOME/gaussian_job-$SLURM_JOB_ID.bz2 bzip2 --compress --stdout -4 "${GAUSS_SRCDIR}" > $HOME/gaussian_job-$SLURM_JOB_ID.bz2
RETURN_CODE=$? RETURN_CODE=$?
COMPRESSION_SUCCESS="$(if test $RETURN_CODE -eq 0; then echo 'TRUE'; else echo 'FALSE'; fi)" COMPRESSION_SUCCESS="$(if test $RETURN_CODE -eq 0; then echo 'TRUE'; else echo 'FALSE'; fi)"
if [ "TRUE" = $COMPRESSION_SUCCESS ]; then if [ "TRUE" = $COMPRESSION_SUCCESS ]; then
test -d $GAUSS_SCRDIR && rm -rf $GAUSS_SCRDIR/* test -d $GAUSS_SCRDIR && rm -rf $GAUSS_SCRDIR/*
# Reduces grace period to 1 day! # Reduces grace period to 1 day!
...@@ -163,7 +163,6 @@ However hereafter we have an example on how that might look like for Gaussian: ...@@ -163,7 +163,6 @@ However hereafter we have an example on how that might look like for Gaussian:
fi; fi;
``` ```
## GROMACS ## GROMACS
GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment