@@ -49,7 +49,6 @@ EXENAME="openlowdin"
49
49
PREFIX=" /usr/local"
50
50
SCRATCH=' /scratch'
51
51
CUDAFLAGS=" no"
52
- COMP_ERKALE=" yes"
53
52
DEFAULTS=' F'
54
53
SED=sed
55
54
if [[ $( uname -s) == Darwin ]]; then
124
123
LIBINT_LIBS=` awk ' {if($1 == "LIBINT_LIBS" ) {for(i=3;i<=NF;i++) printf "%s ", $i}}' CONFIG`
125
124
LIBXC_LIBS=` awk ' {if($1 == "LIBXC_LIBS" ) {for(i=3;i<=NF;i++) printf "%s ", $i}}' CONFIG`
126
125
CUDA_LIBS=` awk ' {if($1 == "CUDA_LIBS" ) {for(i=3;i<=NF;i++) printf "%s ", $i}}' CONFIG`
127
- COMP_ERKALE=` awk ' {if($1 == "COMP_ERKALE" ) {for(i=3;i<=NF;i++) printf "%s ", $i}}' CONFIG`
128
-
129
126
# ALL_LIBS=`awk '{if($1 == "ALL_LIBS" ) {for(i=3;i<=NF;i++) printf "%s ", $i}}' CONFIG`
130
127
fi
131
128
fi
@@ -277,14 +274,6 @@ PREFIX=$BINDIR
277
274
# ##############################################################################
278
275
# ADDITIONAL UTILITIES
279
276
# ##############################################################################
280
- if [[ $DEFAULTS == ' F' ]]; then
281
- echo " Compile erkale? (for orbital localization and embedding): yes(default)/no [$COMP_ERKALE ]"
282
- read ERKALE
283
- fi
284
-
285
- if [ " $ERKALE " != " no" ] ; then
286
- COMP_ERKALE=" yes"
287
- fi
288
277
289
278
# ##############################################################################
290
279
# SAVING OPTIONS
@@ -311,29 +300,13 @@ echo "LIBXC_LIBS = $LIBXC_LIBS" >> CONFIG
311
300
echo " CUDA_LIBS = $CUDA_LIBS " >> CONFIG
312
301
echo " ALL_LIBS = $ALL_LIBS " >> CONFIG
313
302
echo " SED = $SED " >> CONFIG
314
- echo " COMP_ERKALE = $COMP_ERKALE " >> CONFIG
315
-
316
-
317
- # ##############################################################################
318
- # Compile Erkale
319
- # ##############################################################################
320
- if [ " $COMP_ERKALE " = " yes" ] ; then
321
- if [ -e utilities/erkale/erkale/bin/erkale_loc ]; then
322
- echo " I found the folliowing erkale binaries, skipping erkale compilation"
323
- ls utilities/erkale/erkale/bin/*
324
- else
325
- cd $TOPDIR /utilities/erkale
326
- ./compileForLowdin.sh $FC
327
- cd $TOPDIR
328
- fi
329
- fi
330
303
331
304
# ##############################################################################
332
305
# Generate makefiles
333
306
# ##############################################################################
334
307
335
308
SRCDIR=" src utilities"
336
- SUBDIRS=" core ints DFT scf integralsTransformation MBPT PT CalcProp aduw gepol cosmo output CI NOCI MM molden2aim jadamilu"
309
+ SUBDIRS=" core ints DFT scf integralsTransformation MBPT PT CalcProp aduw gepol cosmo output CI NOCI MM molden2aim jadamilu erkale "
337
310
338
311
for DIR in $SRCDIR ; do
339
312
cd $DIR
0 commit comments