mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
23 lines
1007 B
Diff
23 lines
1007 B
Diff
--- RSPTmakes/RSPTautomake/RSPTautomake.sh.orig 2019-08-09 13:45:12.038398676 +0200
|
|
+++ RSPTmakes/RSPTautomake/RSPTautomake.sh 2019-08-09 13:48:37.184735110 +0200
|
|
@@ -168,8 +168,8 @@
|
|
echo "#RSPTautomake: " $FCOMPILER $FCPPFLAGS > ../../RSPTmake.inc
|
|
if [ -n "$FCPPFLAGS" ]
|
|
then
|
|
- CCOMPILER="mpicc"
|
|
- FCOMPILER="mpif90"
|
|
+ CCOMPILER="mpiicc"
|
|
+ FCOMPILER="mpiifort"
|
|
fi
|
|
echo "#FORTRAN:">> ../../RSPTmake.inc
|
|
echo "FCOMPILER =" $FCOMPILER >> ../../RSPTmake.inc
|
|
@@ -185,7 +185,7 @@
|
|
echo "LAPACKLIB =" $LAPACKLIB >> ../../RSPTmake.inc
|
|
echo "BLASLIB =" $BLASLIB >> ../../RSPTmake.inc
|
|
echo "FFTWLIB =" $FFTWLIB >> ../../RSPTmake.inc
|
|
- echo "EXTRALIBS =" $EXTRALIBS >> ../../RSPTmake.inc
|
|
+# echo "EXTRALIBS =" $EXTRALIBS >> ../../RSPTmake.inc
|
|
echo "INCLUDEDIRS =" $INCLUDEDIRS >> ../../RSPTmake.inc
|
|
else
|
|
echo "RSPTautomake failed to find a suitable FCOMPILER. Please load the appropriate modules and try again."
|