Streamlined lbpm_morph_pp, takes input radius, reads initial ID from ID.xxxxx, performs morphological drainage

This commit is contained in:
James E McClure
2017-08-18 14:28:37 -04:00
parent dbf3389b2d
commit 2dd34e336d
2 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#for var in ${LOADEDMODULES//:/ }; do if [ " ${var///*/}" != " modules" ]; then module unload " ${var///*/}" > /dev/null 2>&1; fi; done
source $MODULESHOME/init/bash
module unload PrgEnv-intel
module unload PrgEnv-intel
module load PrgEnv-gnu
module unload gcc
module load gcc/5.3.0