/program/code-saturne-7.0.0/venv/bin/python ../build-aux/cs_version.py --replace ../src/base/cs_version.h.in cs_version.h rm -f bin/cs_package.py bin/cs_package.py.tmp rm -f lib/code_saturne_build.cfg lib/code_saturne_build.cfg.tmp /bin/mkdir -p bin /bin/mkdir -p lib srcdir=''; \ test -f ./bin/cs_package.py.in || srcdir=../; \ sed -e 's|@prefix[@]|/program/code-saturne-7.0.0|g' -e 's|@exec_prefix[@]|/program/code-saturne-7.0.0|g' -e 's|@bindir[@]|/program/code-saturne-7.0.0/bin|g' -e 's|@includedir[@]|/program/code-saturne-7.0.0/include|g' -e 's|@pkgincludedir[@]|/program/code-saturne-7.0.0/include/code_saturne|g' -e 's|@libdir[@]|/program/code-saturne-7.0.0/lib|g' -e 's|@libexecdir[@]|/program/code-saturne-7.0.0/libexec|g' -e 's|@pkglibexecdir[@]|/program/code-saturne-7.0.0/libexec/code_saturne|g' -e 's|@pythondir[@]|/program/code-saturne-7.0.0/lib/python3.7/site-packages|g' -e 's|@pkgpythondir[@]|/program/code-saturne-7.0.0/lib/python3.7/site-packages/code_saturne|g' -e 's|@localedir[@]|/program/code-saturne-7.0.0/share/locale|g' -e 's|@datarootdir[@]|/program/code-saturne-7.0.0/share|g' -e 's|@datadir[@]|/program/code-saturne-7.0.0/share|g' -e 's|@pkgdatadir[@]|/program/code-saturne-7.0.0/share/code_saturne|g' -e 's|@docdir[@]|/program/code-saturne-7.0.0/share/doc/code_saturne|g' -e 's|@pdfdir[@]|/program/code-saturne-7.0.0/share/doc/code_saturne|g' -e 's|@sysconfdir[@]|/program/code-saturne-7.0.0/etc|g' -e 's|@PACKAGE_NAME[@]|code_saturne|g' -e 's|@PACKAGE_TARNAME[@]|code_saturne|g' -e 's|@PACKAGE_VERSION[@]|7.0.0|g' -e 's|@PACKAGE_STRING[@]|code_saturne 7.0.0|g' -e 's|@PACKAGE_BUGREPORT[@]|saturne-support@edf.fr|g' -e 's|@PACKAGE_URL[@]|https://code-saturne.org|g' ${srcdir}bin/cs_package.py.in >bin/cs_package.py.tmp srcdir=''; \ sed -e 's|@cfg_prefix[@]|/program/code-saturne-7.0.0|g' -e 's|@cfg_exec_prefix[@]|/program/code-saturne-7.0.0|g' -e 's|@cfg_bindir[@]|/program/code-saturne-7.0.0/bin|g' -e 's|@cfg_includedir[@]|/program/code-saturne-7.0.0/include|g' -e 's|@cfg_pkgincludedir[@]|/program/code-saturne-7.0.0/include/code_saturne|g' -e 's|@cfg_libdir[@]|/program/code-saturne-7.0.0/lib|g' -e 's|@cfg_libexecdir[@]|/program/code-saturne-7.0.0/libexec|g' -e 's|@cfg_pkglibexecdir[@]|/program/code-saturne-7.0.0/libexec/code_saturne|g' -e 's|@cfg_pythondir[@]|/program/code-saturne-7.0.0/lib/python3.7/site-packages|g' -e 's|@cfg_pkgpythondir[@]|/program/code-saturne-7.0.0/lib/python3.7/site-packages/code_saturne|g' -e 's|@cfg_localedir[@]|/program/code-saturne-7.0.0/share/locale|g' -e 's|@cfg_datarootdir[@]|/program/code-saturne-7.0.0/share|g' -e 's|@cfg_datadir[@]|/program/code-saturne-7.0.0/share|g' -e 's|@cfg_pkgdatadir[@]|/program/code-saturne-7.0.0/share/code_saturne|g' -e 's|@cfg_docdir[@]|/program/code-saturne-7.0.0/share/doc/code_saturne|g' -e 's|@cfg_pdfdir[@]|/program/code-saturne-7.0.0/share/doc/code_saturne|g' -e 's|@cfg_sysconfdir[@]|/program/code-saturne-7.0.0/etc|g' -e 's|@PACKAGE_NAME[@]|code_saturne|g' -e 's|@PACKAGE_TARNAME[@]|code_saturne|g' -e 's|@PACKAGE_VERSION[@]|7.0.0|g' -e 's|@PACKAGE_STRING[@]|code_saturne 7.0.0|g' -e 's|@PACKAGE_BUGREPORT[@]|saturne-support@edf.fr|g' -e 's|@PACKAGE_URL[@]|https://code-saturne.org|g' config/code_saturne_build.cfg.in >lib/code_saturne_build.cfg.tmp mv lib/code_saturne_build.cfg.tmp lib/code_saturne_build.cfg mv bin/cs_package.py.tmp bin/cs_package.py /program/code-saturne-7.0.0/venv/bin/python ../build-aux/cs_version.py --replace lib/code_saturne_build.cfg lib/code_saturne_build.cfg /program/code-saturne-7.0.0/venv/bin/python ../build-aux/cs_version.py --replace bin/cs_package.py bin/cs_package.py make all-recursive make[1]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build' Making all in . make[2]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build' rm -f bin/code_saturne bin/code_saturne.tmp /bin/mkdir -p bin srcdir=''; \ test -f ./bin/code_saturne.py.in || srcdir=../; \ sed -e 's|@PYTHON[@]|/program/code-saturne-7.0.0/venv/bin/python|g' -e 's|@pkgpythondir[@]|/program/code-saturne-7.0.0/lib/python3.7/site-packages/code_saturne|g' -e 's|@relocatable[@]|no|g' ${srcdir}bin/code_saturne.py.in >bin/code_saturne.tmp mv bin/code_saturne.tmp bin/code_saturne /program/code-saturne-7.0.0/venv/bin/python ../build-aux/cs_version.py --replace bin/code_saturne bin/code_saturne make[2]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build' Making all in libple make[2]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' make all-recursive make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' Making all in src make[4]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/src' /bin/sh ../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_defs.lo -MD -MP -MF .deps/ple_defs.Tpo -c -o ple_defs.lo ../../../libple/src/ple_defs.c /bin/sh ../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_locator.lo -MD -MP -MF .deps/ple_locator.Tpo -c -o ple_locator.lo ../../../libple/src/ple_locator.c /bin/sh ../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_coupling.lo -MD -MP -MF .deps/ple_coupling.Tpo -c -o ple_coupling.lo ../../../libple/src/ple_coupling.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_locator.lo -MD -MP -MF .deps/ple_locator.Tpo -c ../../../libple/src/ple_locator.c -fPIC -DPIC -o .libs/ple_locator.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_defs.lo -MD -MP -MF .deps/ple_defs.Tpo -c ../../../libple/src/ple_defs.c -fPIC -DPIC -o .libs/ple_defs.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../libple/src -I.. -DNDEBUG -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -MT ple_coupling.lo -MD -MP -MF .deps/ple_coupling.Tpo -c ../../../libple/src/ple_coupling.c -fPIC -DPIC -o .libs/ple_coupling.o mv -f .deps/ple_defs.Tpo .deps/ple_defs.Plo mv -f .deps/ple_coupling.Tpo .deps/ple_coupling.Plo mv -f .deps/ple_locator.Tpo .deps/ple_locator.Plo /bin/sh ../libtool --tag=CC --mode=link mpiicc -O2 -std=c99 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -no-undefined -version-info 2:0:0 -O -o libple.la -rpath /program/code-saturne-7.0.0/lib ple_defs.lo ple_locator.lo ple_coupling.lo -lm -lm libtool: link: mpiicc -shared -fPIC -DPIC .libs/ple_defs.o .libs/ple_locator.o .libs/ple_coupling.o -lm -O2 -O -Wl,-soname -Wl,libple.so.2 -o .libs/libple.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libple.so.2" && ln -s "libple.so.2.0.0" "libple.so.2") libtool: link: (cd ".libs" && rm -f "libple.so" && ln -s "libple.so.2.0.0" "libple.so") libtool: link: ( cd ".libs" && rm -f "libple.la" && ln -s "../libple.la" "libple.la" ) make[4]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/src' Making all in pyple make[4]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/pyple' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/pyple' Making all in tests make[4]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/tests' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/tests' Making all in doc make[4]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc' Making all in doxygen make[5]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc/doxygen' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc/doxygen' make[5]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc' make[4]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple/doc' make[4]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' make[4]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' make[2]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/libple' Making all in preprocessor make[2]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor' Making all in base make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/base' depbase=`echo ecs_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table.lo -MD -MP -MF $depbase.Tpo -c -o ecs_table.lo ../../../preprocessor/base/ecs_table.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_table_att.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table_att.lo -MD -MP -MF $depbase.Tpo -c -o ecs_table_att.lo ../../../preprocessor/base/ecs_table_att.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_table_def.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table_def.lo -MD -MP -MF $depbase.Tpo -c -o ecs_table_def.lo ../../../preprocessor/base/ecs_table_def.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_descr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_descr.lo -MD -MP -MF $depbase.Tpo -c -o ecs_descr.lo ../../../preprocessor/base/ecs_descr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table.lo -MD -MP -MF .deps/ecs_table.Tpo -c ../../../preprocessor/base/ecs_table.c -fPIC -DPIC -o .libs/ecs_table.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_descr.lo -MD -MP -MF .deps/ecs_descr.Tpo -c ../../../preprocessor/base/ecs_descr.c -fPIC -DPIC -o .libs/ecs_descr.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table_att.lo -MD -MP -MF .deps/ecs_table_att.Tpo -c ../../../preprocessor/base/ecs_table_att.c -fPIC -DPIC -o .libs/ecs_table_att.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_table_def.lo -MD -MP -MF .deps/ecs_table_def.Tpo -c ../../../preprocessor/base/ecs_table_def.c -fPIC -DPIC -o .libs/ecs_table_def.o depbase=`echo ecs_descr_chaine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_descr_chaine.lo -MD -MP -MF $depbase.Tpo -c -o ecs_descr_chaine.lo ../../../preprocessor/base/ecs_descr_chaine.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_descr_chaine.lo -MD -MP -MF .deps/ecs_descr_chaine.Tpo -c ../../../preprocessor/base/ecs_descr_chaine.c -fPIC -DPIC -o .libs/ecs_descr_chaine.o depbase=`echo ecs_famille.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_famille.lo -MD -MP -MF $depbase.Tpo -c -o ecs_famille.lo ../../../preprocessor/base/ecs_famille.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_famille_chaine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_famille_chaine.lo -MD -MP -MF $depbase.Tpo -c -o ecs_famille_chaine.lo ../../../preprocessor/base/ecs_famille_chaine.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_famille.lo -MD -MP -MF .deps/ecs_famille.Tpo -c ../../../preprocessor/base/ecs_famille.c -fPIC -DPIC -o .libs/ecs_famille.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_famille_chaine.lo -MD -MP -MF .deps/ecs_famille_chaine.Tpo -c ../../../preprocessor/base/ecs_famille_chaine.c -fPIC -DPIC -o .libs/ecs_famille_chaine.o depbase=`echo ecs_maillage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_maillage.lo -MD -MP -MF $depbase.Tpo -c -o ecs_maillage.lo ../../../preprocessor/base/ecs_maillage.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/base -I../.. -I../../../preprocessor/pre-post -I../../../preprocessor/util -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_maillage.lo -MD -MP -MF .deps/ecs_maillage.Tpo -c ../../../preprocessor/base/ecs_maillage.c -fPIC -DPIC -o .libs/ecs_maillage.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libbaseecs.la ecs_table.lo ecs_table_att.lo ecs_table_def.lo ecs_descr.lo ecs_descr_chaine.lo ecs_famille.lo ecs_famille_chaine.lo ecs_maillage.lo -lz -ldl libtool: link: ar cru .libs/libbaseecs.a .libs/ecs_table.o .libs/ecs_table_att.o .libs/ecs_table_def.o .libs/ecs_descr.o .libs/ecs_descr_chaine.o .libs/ecs_famille.o .libs/ecs_famille_chaine.o .libs/ecs_maillage.o libtool: link: ranlib .libs/libbaseecs.a libtool: link: ( cd ".libs" && rm -f "libbaseecs.la" && ln -s "../libbaseecs.la" "libbaseecs.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/base' Making all in pre-post make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/pre-post' /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_comm.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_comm.Tpo -c -o libprepostecs_la-ecs_table_comm.lo `test -f 'ecs_table_comm.c' || echo '../../../preprocessor/pre-post/'`ecs_table_comm.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post.Tpo -c -o libprepostecs_la-ecs_table_post.lo `test -f 'ecs_table_post.c' || echo '../../../preprocessor/pre-post/'`ecs_table_post.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_cgns.Tpo -c -o libprepostecs_la-ecs_table_post_cgns.lo `test -f 'ecs_table_post_cgns.c' || echo '../../../preprocessor/pre-post/'`ecs_table_post_cgns.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_ens.Tpo -c -o libprepostecs_la-ecs_table_post_ens.lo `test -f 'ecs_table_post_ens.c' || echo '../../../preprocessor/pre-post/'`ecs_table_post_ens.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post.Tpo -c ../../../preprocessor/pre-post/ecs_table_post.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_ens.Tpo -c ../../../preprocessor/pre-post/ecs_table_post_ens.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_ens.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_cgns.Tpo -c ../../../preprocessor/pre-post/ecs_table_post_cgns.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_cgns.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_comm.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_comm.Tpo -c ../../../preprocessor/pre-post/ecs_table_comm.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_comm.o ../../../preprocessor/pre-post/ecs_table_post_ens.c(116): warning #2259: non-pointer conversion from "ecs_coord_t={double}" to "float" may lose significant bits cnv_val[cpt_som] = coo_som[isom*3 + icoo]; ^ ../../../preprocessor/pre-post/ecs_table_post.c(255): warning #869: parameter "elt_fam" was never referenced const int elt_fam[], ^ ../../../preprocessor/pre-post/ecs_table_post.c(256): warning #869: parameter "table_def_inf" was never referenced ecs_table_t *table_def_inf, ^ ../../../preprocessor/pre-post/ecs_table_post.c(257): warning #869: parameter "elt_fam_inf" was never referenced const int elt_fam_inf[], ^ ../../../preprocessor/pre-post/ecs_table_post.c(258): warning #869: parameter "famille_elt" was never referenced const ecs_famille_t *famille_elt, ^ ../../../preprocessor/pre-post/ecs_table_post.c(259): warning #869: parameter "famille_inf" was never referenced const ecs_famille_t *famille_inf, ^ ../../../preprocessor/pre-post/ecs_table_post.c(264): warning #177: variable "tab_elt_typ_geo_inf" was declared but never referenced ecs_tab_int_t tab_elt_typ_geo_inf; ^ mv -f .deps/libprepostecs_la-ecs_table_comm.Tpo .deps/libprepostecs_la-ecs_table_comm.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_med.Tpo -c -o libprepostecs_la-ecs_table_post_med.lo `test -f 'ecs_table_post_med.c' || echo '../../../preprocessor/pre-post/'`ecs_table_post_med.c mv -f .deps/libprepostecs_la-ecs_table_post.Tpo .deps/libprepostecs_la-ecs_table_post.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_ncs.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_ncs.Tpo -c -o libprepostecs_la-ecs_maillage_ncs.lo `test -f 'ecs_maillage_ncs.c' || echo '../../../preprocessor/pre-post/'`ecs_maillage_ncs.c mv -f .deps/libprepostecs_la-ecs_table_post_cgns.Tpo .deps/libprepostecs_la-ecs_table_post_cgns.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_post.Tpo -c -o libprepostecs_la-ecs_maillage_post.lo `test -f 'ecs_maillage_post.c' || echo '../../../preprocessor/pre-post/'`ecs_maillage_post.c mv -f .deps/libprepostecs_la-ecs_table_post_ens.Tpo .deps/libprepostecs_la-ecs_table_post_ens.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_pre.Tpo -c -o libprepostecs_la-ecs_maillage_pre.lo `test -f 'ecs_maillage_pre.c' || echo '../../../preprocessor/pre-post/'`ecs_maillage_pre.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_table_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_med.Tpo -c ../../../preprocessor/pre-post/ecs_table_post_med.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_med.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_ncs.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_ncs.Tpo -c ../../../preprocessor/pre-post/ecs_maillage_ncs.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_ncs.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_post.Tpo -c ../../../preprocessor/pre-post/ecs_maillage_post.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_post.o mv -f .deps/libprepostecs_la-ecs_table_post_med.Tpo .deps/libprepostecs_la-ecs_table_post_med.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_med.Tpo -c -o libprepostecs_la-ecs_med.lo `test -f 'ecs_med.c' || echo '../../../preprocessor/pre-post/'`ecs_med.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_maillage_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_pre.Tpo -c ../../../preprocessor/pre-post/ecs_maillage_pre.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_pre.o mv -f .deps/libprepostecs_la-ecs_maillage_post.Tpo .deps/libprepostecs_la-ecs_maillage_post.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post.Tpo -c -o libprepostecs_la-ecs_post.lo `test -f 'ecs_post.c' || echo '../../../preprocessor/pre-post/'`ecs_post.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_med.Tpo -c ../../../preprocessor/pre-post/ecs_med.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_med.o mv -f .deps/libprepostecs_la-ecs_maillage_ncs.Tpo .deps/libprepostecs_la-ecs_maillage_ncs.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_cgns.Tpo -c -o libprepostecs_la-ecs_post_cgns.lo `test -f 'ecs_post_cgns.c' || echo '../../../preprocessor/pre-post/'`ecs_post_cgns.c mv -f .deps/libprepostecs_la-ecs_maillage_pre.Tpo .deps/libprepostecs_la-ecs_maillage_pre.Plo mv -f .deps/libprepostecs_la-ecs_med.Tpo .deps/libprepostecs_la-ecs_med.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_ens.Tpo -c -o libprepostecs_la-ecs_post_ens.lo `test -f 'ecs_post_ens.c' || echo '../../../preprocessor/pre-post/'`ecs_post_ens.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_med.Tpo -c -o libprepostecs_la-ecs_post_med.lo `test -f 'ecs_post_med.c' || echo '../../../preprocessor/pre-post/'`ecs_post_med.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post.Tpo -c ../../../preprocessor/pre-post/ecs_post.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post.o mv -f .deps/libprepostecs_la-ecs_post.Tpo .deps/libprepostecs_la-ecs_post.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre.Tpo -c -o libprepostecs_la-ecs_pre.lo `test -f 'ecs_pre.c' || echo '../../../preprocessor/pre-post/'`ecs_pre.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_cgns.Tpo -c ../../../preprocessor/pre-post/ecs_post_cgns.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_cgns.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_med.Tpo -c ../../../preprocessor/pre-post/ecs_post_med.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_med.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_ens.Tpo -c ../../../preprocessor/pre-post/ecs_post_ens.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_ens.o mv -f .deps/libprepostecs_la-ecs_post_med.Tpo .deps/libprepostecs_la-ecs_post_med.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_cgns.Tpo -c -o libprepostecs_la-ecs_pre_cgns.lo `test -f 'ecs_pre_cgns.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_cgns.c ../../../preprocessor/pre-post/ecs_post_cgns.c(279): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits base_cgns->nom_fic[ind] = tolower(base_cgns->nom_fic[ind]); ^ ../../../preprocessor/pre-post/ecs_post_ens.c(98): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits nom_base[ind] = tolower(nom_base[ind]); ^ ../../../preprocessor/pre-post/ecs_post_ens.c(133): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits cas_ens->nom_fic_case[ind] = toupper(cas_ens->nom_fic_case[ind]); ^ ../../../preprocessor/pre-post/ecs_post_ens.c(162): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits nom_base[ind] = toupper(nom_base[ind]); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre.Tpo -c ../../../preprocessor/pre-post/ecs_pre.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre.o mv -f .deps/libprepostecs_la-ecs_post_cgns.Tpo .deps/libprepostecs_la-ecs_post_cgns.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ens.Tpo -c -o libprepostecs_la-ecs_pre_ens.lo `test -f 'ecs_pre_ens.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_ens.c mv -f .deps/libprepostecs_la-ecs_post_ens.Tpo .deps/libprepostecs_la-ecs_post_ens.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_gambit.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gambit.Tpo -c -o libprepostecs_la-ecs_pre_gambit.lo `test -f 'ecs_pre_gambit.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_gambit.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_cgns.Tpo -c ../../../preprocessor/pre-post/ecs_pre_cgns.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_cgns.o mv -f .deps/libprepostecs_la-ecs_pre.Tpo .deps/libprepostecs_la-ecs_pre.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_gmsh.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gmsh.Tpo -c -o libprepostecs_la-ecs_pre_gmsh.lo `test -f 'ecs_pre_gmsh.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_gmsh.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ens.Tpo -c ../../../preprocessor/pre-post/ecs_pre_ens.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_ens.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_gambit.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gambit.Tpo -c ../../../preprocessor/pre-post/ecs_pre_gambit.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_gambit.o ../../../preprocessor/pre-post/ecs_pre_ens.c(417): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits val_lue = atof(sub); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_gmsh.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gmsh.Tpo -c ../../../preprocessor/pre-post/ecs_pre_gmsh.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_gmsh.o mv -f .deps/libprepostecs_la-ecs_pre_gambit.Tpo .deps/libprepostecs_la-ecs_pre_gambit.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_ideas.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ideas.Tpo -c -o libprepostecs_la-ecs_pre_ideas.lo `test -f 'ecs_pre_ideas.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_ideas.c mv -f .deps/libprepostecs_la-ecs_pre_gmsh.Tpo .deps/libprepostecs_la-ecs_pre_gmsh.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_med.Tpo -c -o libprepostecs_la-ecs_pre_med.lo `test -f 'ecs_pre_med.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_med.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_ideas.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ideas.Tpo -c ../../../preprocessor/pre-post/ecs_pre_ideas.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_ideas.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_med.Tpo -c ../../../preprocessor/pre-post/ecs_pre_med.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_med.o ../../../preprocessor/pre-post/ecs_pre_ideas.c(1204): warning #3656: variable "elt_val_label_ent" may be used before its value is set ECS_REALLOC(elt_val_label_ent[ent_num], max_elt_ent[ent_num], ^ ../../../preprocessor/pre-post/ecs_pre_ideas.c(1207): warning #3656: variable "elt_val_color_ent" may be used before its value is set ECS_REALLOC(elt_val_color_ent[ent_num], max_elt_ent[ent_num], ^ ../../../preprocessor/pre-post/ecs_pre_ideas.c(1210): warning #3656: variable "elt_pos_som_ent" may be used before its value is set ECS_REALLOC(elt_pos_som_ent[ent_num], max_elt_ent[ent_num] + 1, ^ mv -f .deps/libprepostecs_la-ecs_pre_med.Tpo .deps/libprepostecs_la-ecs_pre_med.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_nopo.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_nopo.Tpo -c -o libprepostecs_la-ecs_pre_nopo.lo `test -f 'ecs_pre_nopo.c' || echo '../../../preprocessor/pre-post/'`ecs_pre_nopo.c mv -f .deps/libprepostecs_la-ecs_pre_ens.Tpo .deps/libprepostecs_la-ecs_pre_ens.Plo mv -f .deps/libprepostecs_la-ecs_pre_cgns.Tpo .deps/libprepostecs_la-ecs_pre_cgns.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../preprocessor/base -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libprepostecs_la-ecs_pre_nopo.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_nopo.Tpo -c ../../../preprocessor/pre-post/ecs_pre_nopo.c -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_nopo.o mv -f .deps/libprepostecs_la-ecs_pre_ideas.Tpo .deps/libprepostecs_la-ecs_pre_ideas.Plo mv -f .deps/libprepostecs_la-ecs_pre_nopo.Tpo .deps/libprepostecs_la-ecs_pre_nopo.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libprepostecs.la libprepostecs_la-ecs_table_comm.lo libprepostecs_la-ecs_table_post.lo libprepostecs_la-ecs_table_post_cgns.lo libprepostecs_la-ecs_table_post_ens.lo libprepostecs_la-ecs_table_post_med.lo libprepostecs_la-ecs_maillage_ncs.lo libprepostecs_la-ecs_maillage_post.lo libprepostecs_la-ecs_maillage_pre.lo libprepostecs_la-ecs_med.lo libprepostecs_la-ecs_post.lo libprepostecs_la-ecs_post_cgns.lo libprepostecs_la-ecs_post_ens.lo libprepostecs_la-ecs_post_med.lo libprepostecs_la-ecs_pre.lo libprepostecs_la-ecs_pre_cgns.lo libprepostecs_la-ecs_pre_ens.lo libprepostecs_la-ecs_pre_gambit.lo libprepostecs_la-ecs_pre_gmsh.lo libprepostecs_la-ecs_pre_ideas.lo libprepostecs_la-ecs_pre_med.lo libprepostecs_la-ecs_pre_nopo.lo -lz -ldl libtool: link: ar cru .libs/libprepostecs.a .libs/libprepostecs_la-ecs_table_comm.o .libs/libprepostecs_la-ecs_table_post.o .libs/libprepostecs_la-ecs_table_post_cgns.o .libs/libprepostecs_la-ecs_table_post_ens.o .libs/libprepostecs_la-ecs_table_post_med.o .libs/libprepostecs_la-ecs_maillage_ncs.o .libs/libprepostecs_la-ecs_maillage_post.o .libs/libprepostecs_la-ecs_maillage_pre.o .libs/libprepostecs_la-ecs_med.o .libs/libprepostecs_la-ecs_post.o .libs/libprepostecs_la-ecs_post_cgns.o .libs/libprepostecs_la-ecs_post_ens.o .libs/libprepostecs_la-ecs_post_med.o .libs/libprepostecs_la-ecs_pre.o .libs/libprepostecs_la-ecs_pre_cgns.o .libs/libprepostecs_la-ecs_pre_ens.o .libs/libprepostecs_la-ecs_pre_gambit.o .libs/libprepostecs_la-ecs_pre_gmsh.o .libs/libprepostecs_la-ecs_pre_ideas.o .libs/libprepostecs_la-ecs_pre_med.o .libs/libprepostecs_la-ecs_pre_nopo.o libtool: link: ranlib .libs/libprepostecs.a libtool: link: ( cd ".libs" && rm -f "libprepostecs.la" && ln -s "../libprepostecs.la" "libprepostecs.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/pre-post' Making all in util make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/util' depbase=`echo ecs_backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_backtrace.lo -MD -MP -MF $depbase.Tpo -c -o ecs_backtrace.lo ../../../preprocessor/util/ecs_backtrace.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_comm.lo -MD -MP -MF $depbase.Tpo -c -o ecs_comm.lo ../../../preprocessor/util/ecs_comm.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_def.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_def.lo -MD -MP -MF $depbase.Tpo -c -o ecs_def.lo ../../../preprocessor/util/ecs_def.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_fic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_fic.lo -MD -MP -MF $depbase.Tpo -c -o ecs_fic.lo ../../../preprocessor/util/ecs_fic.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_def.lo -MD -MP -MF .deps/ecs_def.Tpo -c ../../../preprocessor/util/ecs_def.c -fPIC -DPIC -o .libs/ecs_def.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_comm.lo -MD -MP -MF .deps/ecs_comm.Tpo -c ../../../preprocessor/util/ecs_comm.c -fPIC -DPIC -o .libs/ecs_comm.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_backtrace.lo -MD -MP -MF .deps/ecs_backtrace.Tpo -c ../../../preprocessor/util/ecs_backtrace.c -fPIC -DPIC -o .libs/ecs_backtrace.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_fic.lo -MD -MP -MF .deps/ecs_fic.Tpo -c ../../../preprocessor/util/ecs_fic.c -fPIC -DPIC -o .libs/ecs_fic.o ../../../preprocessor/util/ecs_def.c(64): warning #593: variable "ecs_loc_def__sighup_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sighup_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(67): warning #593: variable "ecs_loc_def__sigabrt_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigabrt_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(68): warning #593: variable "ecs_loc_def__sigint_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigint_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(69): warning #593: variable "ecs_loc_def__sigterm_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigterm_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(70): warning #593: variable "ecs_loc_def__sigfpe_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigfpe_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(71): warning #593: variable "ecs_loc_def__sigsegv_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigsegv_sauve = SIG_DFL; ^ ../../../preprocessor/util/ecs_def.c(74): warning #593: variable "ecs_loc_def__sigcpu_sauve" was set but never used static ecs_loc_def__sighandler_t ecs_loc_def__sigcpu_sauve = SIG_DFL; ^ depbase=`echo ecs_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_file.lo -MD -MP -MF $depbase.Tpo -c -o ecs_file.lo ../../../preprocessor/util/ecs_file.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_mem.lo -MD -MP -MF $depbase.Tpo -c -o ecs_mem.lo ../../../preprocessor/util/ecs_mem.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_mem_usage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_mem_usage.lo -MD -MP -MF $depbase.Tpo -c -o ecs_mem_usage.lo ../../../preprocessor/util/ecs_mem_usage.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ecs_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_tab.lo -MD -MP -MF $depbase.Tpo -c -o ecs_tab.lo ../../../preprocessor/util/ecs_tab.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_file.lo -MD -MP -MF .deps/ecs_file.Tpo -c ../../../preprocessor/util/ecs_file.c -fPIC -DPIC -o .libs/ecs_file.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_mem.lo -MD -MP -MF .deps/ecs_mem.Tpo -c ../../../preprocessor/util/ecs_mem.c -fPIC -DPIC -o .libs/ecs_mem.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_mem_usage.lo -MD -MP -MF .deps/ecs_mem_usage.Tpo -c ../../../preprocessor/util/ecs_mem_usage.c -fPIC -DPIC -o .libs/ecs_mem_usage.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_tab.lo -MD -MP -MF .deps/ecs_tab.Tpo -c ../../../preprocessor/util/ecs_tab.c -fPIC -DPIC -o .libs/ecs_tab.o ../../../preprocessor/util/ecs_mem.c(747): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits char sgn = (size_diff > 0) ? '+' : '-'; ^ depbase=`echo ecs_timer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_timer.lo -MD -MP -MF $depbase.Tpo -c -o ecs_timer.lo ../../../preprocessor/util/ecs_timer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/util -I../.. -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT ecs_timer.lo -MD -MP -MF .deps/ecs_timer.Tpo -c ../../../preprocessor/util/ecs_timer.c -fPIC -DPIC -o .libs/ecs_timer.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libutilecs.la ecs_backtrace.lo ecs_comm.lo ecs_def.lo ecs_fic.lo ecs_file.lo ecs_mem.lo ecs_mem_usage.lo ecs_tab.lo ecs_timer.lo -lz -ldl libtool: link: ar cru .libs/libutilecs.a .libs/ecs_backtrace.o .libs/ecs_comm.o .libs/ecs_def.o .libs/ecs_fic.o .libs/ecs_file.o .libs/ecs_mem.o .libs/ecs_mem_usage.o .libs/ecs_tab.o .libs/ecs_timer.o libtool: link: ranlib .libs/libutilecs.a libtool: link: ( cd ".libs" && rm -f "libutilecs.la" && ln -s "../libutilecs.la" "libutilecs.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/util' Making all in appli make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/appli' mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/appli -I../.. -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -I../../../preprocessor/base -I../../../preprocessor/pre-post -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocess-ecs_cmd.o -MD -MP -MF .deps/cs_preprocess-ecs_cmd.Tpo -c -o cs_preprocess-ecs_cmd.o `test -f 'ecs_cmd.c' || echo '../../../preprocessor/appli/'`ecs_cmd.c mpiicc -DHAVE_CONFIG_H -I. -I../../../preprocessor/appli -I../.. -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -I../../../preprocessor/base -I../../../preprocessor/pre-post -I../../../preprocessor/util -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -I/program/code-saturne-7.0.0/cgns-4.3.0//include -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocess-ecs_main.o -MD -MP -MF .deps/cs_preprocess-ecs_main.Tpo -c -o cs_preprocess-ecs_main.o `test -f 'ecs_main.c' || echo '../../../preprocessor/appli/'`ecs_main.c ../../../preprocessor/appli/ecs_main.c(126): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits f_size = ecs_mem_size_current(); ^ ../../../preprocessor/appli/ecs_main.c(134): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits f_size = ecs_mem_size_max(); ^ ../../../preprocessor/appli/ecs_main.c(146): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits f_size = pr_size; ^ ../../../preprocessor/appli/ecs_main.c(562): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits f_size = pr_size; ^ ../../../preprocessor/appli/ecs_main.c(569): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits f_size = ecs_mem_size_max(); ^ mv -f .deps/cs_preprocess-ecs_main.Tpo .deps/cs_preprocess-ecs_main.Po mv -f .deps/cs_preprocess-ecs_cmd.Tpo .deps/cs_preprocess-ecs_cmd.Po /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o cs_preprocess cs_preprocess-ecs_cmd.o cs_preprocess-ecs_main.o ../../preprocessor/pre-post/libprepostecs.la ../../preprocessor/base/libbaseecs.la ../../preprocessor/util/libutilecs.la -L/program/code-saturne-7.0.0/cgns-4.3.0//lib -R/program/code-saturne-7.0.0/cgns-4.3.0//lib -lcgns -L/program/code-saturne-7.0.0/hdf5-1.12.1//lib -R/program/code-saturne-7.0.0/hdf5-1.12.1//lib -lhdf5 -lm -lz -ldl libtool: link: mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o cs_preprocess cs_preprocess-ecs_cmd.o cs_preprocess-ecs_main.o ../../preprocessor/pre-post/.libs/libprepostecs.a ../../preprocessor/base/.libs/libbaseecs.a ../../preprocessor/util/.libs/libutilecs.a -L/program/code-saturne-7.0.0/cgns-4.3.0//lib -lcgns -L/program/code-saturne-7.0.0/hdf5-1.12.1//lib /program/code-saturne-7.0.0/hdf5-1.12.1/lib/libhdf5.so -lm -lz -ldl -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1/lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1/lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/cgns-4.3.0//lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1//lib make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor/appli' make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor' make[2]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/preprocessor' Making all in src make[2]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src' Making all in . make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src' /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/ihmpre.lo ../../src/base/ihmpre.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/post.lo ../../src/base/post.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/paramx.lo ../../src/base/paramx.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/mesh.lo ../../src/base/mesh.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/ihmpre.f90 -fPIC -o base/.libs/ihmpre.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/post.f90 -fPIC -o base/.libs/post.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/paramx.f90 -fPIC -o base/.libs/paramx.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/mesh.f90 -fPIC -o base/.libs/mesh.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/field.lo ../../src/base/field.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/dimens.lo ../../src/base/dimens.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/period.lo ../../src/base/period.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cplsat.lo ../../src/base/cplsat.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/field.f90 -fPIC -o base/.libs/field.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/dimens.f90 -fPIC -o base/.libs/dimens.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/period.f90 -fPIC -o base/.libs/period.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cplsat.f90 -fPIC -o base/.libs/cplsat.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cdomod.lo ../../src/base/cdomod.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/alaste.lo ../../src/base/alaste.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/alstru.lo ../../src/base/alstru.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/alaste.f90 -fPIC -o base/.libs/alaste.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cdomod.f90 -fPIC -o base/.libs/cdomod.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/alstru.f90 -fPIC -o base/.libs/alstru.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/parall.lo ../../src/base/parall.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cstnum.lo ../../src/base/cstnum.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pprt/ppppar.lo ../../src/pprt/ppppar.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/parall.f90 -fPIC -o base/.libs/parall.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cstnum.f90 -fPIC -o base/.libs/cstnum.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/pprt/ppppar.f90 -fPIC -o pprt/.libs/ppppar.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/rotation.lo ../../src/base/rotation.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_tagms.lo ../../src/base/cs_tagms.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/atsoil.lo ../../src/atmo/atsoil.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/rotation.f90 -fPIC -o base/.libs/rotation.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_tagms.f90 -fPIC -o base/.libs/cs_tagms.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/atsoil.f90 -fPIC -o atmo/.libs/atsoil.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfbl/cs_cf_bindings.lo ../../src/cfbl/cs_cf_bindings.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o darc/darcy_module.lo ../../src/darc/darcy_module.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/numvar.lo ../../src/base/numvar.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cstphy.lo ../../src/base/cstphy.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/cfbl/cs_cf_bindings.f90 -fPIC -o cfbl/.libs/cs_cf_bindings.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/darc/darcy_module.f90 -fPIC -o darc/.libs/darcy_module.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/numvar.f90 -fPIC -o base/.libs/numvar.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cstphy.f90 -fPIC -o base/.libs/cstphy.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/entsor.lo ../../src/base/entsor.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pprt/ppthch.lo ../../src/pprt/ppthch.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/turbomachinery.lo ../../src/base/turbomachinery.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ctwr/ctincl.lo ../../src/ctwr/ctincl.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/entsor.f90 -fPIC -o base/.libs/entsor.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/pprt/ppthch.f90 -fPIC -o pprt/.libs/ppthch.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/turbomachinery.f90 -fPIC -o base/.libs/turbomachinery.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/ctwr/ctincl.f90 -fPIC -o ctwr/.libs/ctincl.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_c_bindings.lo ../../src/base/cs_c_bindings.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_c_bindings.f90 -fPIC -o base/.libs/cs_c_bindings.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/spefun.lo ../../src/atmo/spefun.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pprt/ppincl.lo ../../src/pprt/ppincl.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pprt/ppcpfu.lo ../../src/pprt/ppcpfu.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/spefun.f90 -fPIC -o atmo/.libs/spefun.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/pprt/ppincl.f90 -fPIC -o pprt/.libs/ppincl.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/pprt/ppcpfu.f90 -fPIC -o pprt/.libs/ppcpfu.o ../../src/atmo/spefun.f90(46): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSGAMMA] call csgamma(x, tgamma) ---------^ ../../src/atmo/spefun.f90(58): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSERF] call cserf(x, ferf) ---------^ ../../src/atmo/spefun.f90(139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o comb/cpincl.lo ../../src/comb/cpincl.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfbl/cfpoin.lo ../../src/cfbl/cfpoin.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o comb/cs_coal_incl.lo ../../src/comb/cs_coal_incl.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/cfbl/cfpoin.f90 -fPIC -o cfbl/.libs/cfpoin.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/comb/cpincl.f90 -fPIC -o comb/.libs/cpincl.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/comb/cs_coal_incl.f90 -fPIC -o comb/.libs/cs_coal_incl.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o comb/cs_fuel_incl.lo ../../src/comb/cs_fuel_incl.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cogz/coincl.lo ../../src/cogz/coincl.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/comb/cs_fuel_incl.f90 -fPIC -o comb/.libs/cs_fuel_incl.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/cogz/coincl.f90 -fPIC -o cogz/.libs/coincl.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/optcal.lo ../../src/base/optcal.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/atchem.lo ../../src/atmo/atchem.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/atchem.f90 -fPIC -o atmo/.libs/atchem.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/optcal.f90 -fPIC -o base/.libs/optcal.o ../../src/atmo/atchem.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATLECC] call atlecc(imode) -----^ /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/field_operator.lo ../../src/base/field_operator.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/albase.lo ../../src/base/albase.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rayt/radiat.lo ../../src/rayt/radiat.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/ptrglo.lo ../../src/base/ptrglo.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/albase.f90 -fPIC -o base/.libs/albase.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/field_operator.f90 -fPIC -o base/.libs/field_operator.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/rayt/radiat.f90 -fPIC -o rayt/.libs/radiat.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/ptrglo.f90 -fPIC -o base/.libs/ptrglo.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/sshaerosol.lo ../../src/atmo/sshaerosol.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lagr/lagran.lo ../../src/lagr/lagran.f90 ../../src/base/ptrglo.f90(63): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca (array) ---------^ ../../src/base/ptrglo.f90(105): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca (array(:,ii)) -----------^ ../../src/base/ptrglo.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVEC] call synvec (array(:,1), array(:,2), array(:,3)) ---------^ ../../src/base/ptrglo.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin (array) ---------^ ../../src/base/ptrglo.f90(226): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis (array) ---------^ ../../src/base/ptrglo.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTEN] call synten & ---------^ ../../src/base/ptrglo.f90(313): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIN] call syntin (array) ---------^ libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/sshaerosol.f90 -fPIC -o atmo/.libs/sshaerosol.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/lagr/lagran.f90 -fPIC -o lagr/.libs/lagran.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/pointe.lo ../../src/base/pointe.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_f_interfaces.lo ../../src/base/cs_f_interfaces.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/atincl.lo ../../src/atmo/atincl.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_f_interfaces.f90 -fPIC -o base/.libs/cs_f_interfaces.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/pointe.f90 -fPIC -o base/.libs/pointe.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/atincl.f90 -fPIC -o atmo/.libs/atincl.o ../../src/base/cs_f_interfaces.f90(68): warning #6717: This name has not been given an explicit type. [IWGRP] iphydp, iwgrp, iwarnp, epsrgp, climgp, extrap, frcxt, & -------------^ ../../src/base/pointe.f90(391): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca (buffer) -----------^ ../../src/base/pointe.f90(401): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca (buffer) -----------^ ../../src/atmo/atincl.f90(729): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATLECM] call atlecm(0) -------^ ../../src/atmo/atincl.f90(772): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USATDV] call usatdv(imode) ---------^ ../../src/atmo/atincl.f90(783): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("rayi", len("rayi"), 1, 0, idrayi) ---------^ ../../src/atmo/atincl.f90(784): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("rayst", len("rayst"), 1, 0, idrayst) ---------^ ../../src/atmo/atincl.f90(785): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIDCR] call gridcr("int_grid", len("int_grid"), igrid) ---------^ ../../src/atmo/atincl.f90(864): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTDE] call mestde () ---------^ ../../src/atmo/atincl.f90(866): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIDES] call grides () ---------^ /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/vof.lo ../../src/base/vof.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_nz_condensation.lo ../../src/base/cs_nz_condensation.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/vof.f90 -fPIC -o base/.libs/vof.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_nz_condensation.f90 -fPIC -o base/.libs/cs_nz_condensation.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_tagmr.lo ../../src/base/cs_tagmr.f90 /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cavitation.lo ../../src/base/cavitation.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_tagmr.f90 -fPIC -o base/.libs/cs_tagmr.o libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cavitation.f90 -fPIC -o base/.libs/cavitation.o /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o base/cs_nz_tagmr.lo ../../src/base/cs_nz_tagmr.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/base/cs_nz_tagmr.f90 -fPIC -o base/.libs/cs_nz_tagmr.o ../../src/base/cs_nz_tagmr.f90(247): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_MESH_TAGMR] call cs_mesh_tagmr(nfbpcd, izzftcd) -----------^ /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmo/atimbr.lo ../../src/atmo/atimbr.f90 libtool: compile: mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../src/atmo/atimbr.f90 -fPIC -o atmo/.libs/atimbr.o ../../src/atmo/atimbr.f90(1843): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("u",len("u"),1,0,id_u) ---------^ ../../src/atmo/atimbr.f90(1846): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("v",len("v"),1,0,id_v) ---------^ ../../src/atmo/atimbr.f90(1849): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("tke",len("tke"),1,0,id_tke) ---------^ ../../src/atmo/atimbr.f90(1852): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("eps",len("eps"),1,0,id_eps) ---------^ ../../src/atmo/atimbr.f90(1855): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("theta",len("theta"),1,0,id_theta) ---------^ ../../src/atmo/atimbr.f90(1858): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("qw",len("qw"),1,0,id_qw) ---------^ ../../src/atmo/atimbr.f90(1861): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESTCR] call mestcr("nc",len("nc"),1,0,id_nc) ---------^ ../../src/atmo/atimbr.f90(1914): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_u,nbmes,ti_u,coordinates_dyn,ones,ones,influence_param_dyn) -------^ ../../src/atmo/atimbr.f90(1959): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_v,nbmes,ti_v,coordinates_dyn,ones,ones,influence_param_dyn) -------^ ../../src/atmo/atimbr.f90(2005): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_tke,nbmes,ti_tke,coordinates_dyn,ones,ones,influence_param_dyn) -------^ ../../src/atmo/atimbr.f90(2050): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_eps,nbmes,ti_eps,coordinates_dyn,ones,ones,influence_param_dyn) -------^ ../../src/atmo/atimbr.f90(2095): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_theta,nbmes,ti_theta, & -------^ ../../src/atmo/atimbr.f90(2141): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_qw,nbmes,ti_qw,coordinates_th,ones,ones,influence_param_th) -------^ ../../src/atmo/atimbr.f90(2186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap(id_nc,nbmes,ti_nc,coordinates_th,ones,ones,influence_param_th) -------^ /bin/sh ../libtool --tag=FC --mode=link mpiifort -I../src -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsmodules.la base/paramx.lo base/mesh.lo base/field.lo base/field_operator.lo base/alaste.lo base/albase.lo base/alstru.lo base/cavitation.lo base/cdomod.lo base/cplsat.lo base/cstphy.lo base/cstnum.lo base/dimens.lo base/entsor.lo base/ihmpre.lo base/cs_nz_condensation.lo base/cs_nz_tagmr.lo base/cs_tagmr.lo base/cs_tagms.lo base/numvar.lo base/optcal.lo base/parall.lo base/period.lo base/pointe.lo base/cs_c_bindings.lo base/cs_f_interfaces.lo base/post.lo base/rotation.lo atmo/atincl.lo atmo/atsoil.lo atmo/atchem.lo atmo/atimbr.lo atmo/sshaerosol.lo atmo/spefun.lo cfbl/cfpoin.lo cfbl/cs_cf_bindings.lo comb/cs_coal_incl.lo comb/cs_fuel_incl.lo comb/cpincl.lo ctwr/ctincl.lo lagr/lagran.lo pprt/ppcpfu.lo pprt/ppincl.lo pprt/ppppar.lo pprt/ppthch.lo cogz/coincl.lo rayt/radiat.lo base/vof.lo base/ptrglo.lo darc/darcy_module.lo base/turbomachinery.lo -lz -ldl libtool: link: ar cru .libs/libcsmodules.a base/.libs/paramx.o base/.libs/mesh.o base/.libs/field.o base/.libs/field_operator.o base/.libs/alaste.o base/.libs/albase.o base/.libs/alstru.o base/.libs/cavitation.o base/.libs/cdomod.o base/.libs/cplsat.o base/.libs/cstphy.o base/.libs/cstnum.o base/.libs/dimens.o base/.libs/entsor.o base/.libs/ihmpre.o base/.libs/cs_nz_condensation.o base/.libs/cs_nz_tagmr.o base/.libs/cs_tagmr.o base/.libs/cs_tagms.o base/.libs/numvar.o base/.libs/optcal.o base/.libs/parall.o base/.libs/period.o base/.libs/pointe.o base/.libs/cs_c_bindings.o base/.libs/cs_f_interfaces.o base/.libs/post.o base/.libs/rotation.o atmo/.libs/atincl.o atmo/.libs/atsoil.o atmo/.libs/atchem.o atmo/.libs/atimbr.o atmo/.libs/sshaerosol.o atmo/.libs/spefun.o cfbl/.libs/cfpoin.o cfbl/.libs/cs_cf_bindings.o comb/.libs/cs_coal_incl.o comb/.libs/cs_fuel_incl.o comb/.libs/cpincl.o ctwr/.libs/ctincl.o lagr/.libs/lagran.o pprt/.libs/ppcpfu.o pprt/.libs/ppincl.o pprt/.libs/ppppar.o pprt/.libs/ppthch.o cogz/.libs/coincl.o rayt/.libs/radiat.o base/.libs/vof.o base/.libs/ptrglo.o darc/.libs/darcy_module.o base/.libs/turbomachinery.o libtool: link: ranlib .libs/libcsmodules.a libtool: link: ( cd ".libs" && rm -f "libcsmodules.la" && ln -s "../libcsmodules.la" "libcsmodules.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src' Making all in bft make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/bft' depbase=`echo bft_backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_backtrace.lo -MD -MP -MF $depbase.Tpo -c -o bft_backtrace.lo ../../../src/bft/bft_backtrace.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo bft_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_error.lo -MD -MP -MF $depbase.Tpo -c -o bft_error.lo ../../../src/bft/bft_error.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo bft_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_mem.lo -MD -MP -MF $depbase.Tpo -c -o bft_mem.lo ../../../src/bft/bft_mem.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo bft_mem_usage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_mem_usage.lo -MD -MP -MF $depbase.Tpo -c -o bft_mem_usage.lo ../../../src/bft/bft_mem_usage.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_mem.lo -MD -MP -MF .deps/bft_mem.Tpo -c ../../../src/bft/bft_mem.c -fPIC -DPIC -o .libs/bft_mem.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_backtrace.lo -MD -MP -MF .deps/bft_backtrace.Tpo -c ../../../src/bft/bft_backtrace.c -fPIC -DPIC -o .libs/bft_backtrace.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_mem_usage.lo -MD -MP -MF .deps/bft_mem_usage.Tpo -c ../../../src/bft/bft_mem_usage.c -fPIC -DPIC -o .libs/bft_mem_usage.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_error.lo -MD -MP -MF .deps/bft_error.Tpo -c ../../../src/bft/bft_error.c -fPIC -DPIC -o .libs/bft_error.o ../../../src/bft/bft_mem.c(933): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits char sgn = (size_diff > 0) ? '+' : '-'; ^ depbase=`echo bft_printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_printf.lo -MD -MP -MF $depbase.Tpo -c -o bft_printf.lo ../../../src/bft/bft_printf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/bft -I../.. -I../../../src/base -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT bft_printf.lo -MD -MP -MF .deps/bft_printf.Tpo -c ../../../src/bft/bft_printf.c -fPIC -DPIC -o .libs/bft_printf.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libbft.la bft_backtrace.lo bft_error.lo bft_mem.lo bft_mem_usage.lo bft_printf.lo -lz -ldl libtool: link: ar cru .libs/libbft.a .libs/bft_backtrace.o .libs/bft_error.o .libs/bft_mem.o .libs/bft_mem_usage.o .libs/bft_printf.o libtool: link: ranlib .libs/libbft.a libtool: link: ( cd ".libs" && rm -f "libbft.la" && ln -s "../libbft.la" "libbft.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/bft' Making all in fvm make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/fvm' depbase=`echo fvm_box.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_box.lo -MD -MP -MF $depbase.Tpo -c -o fvm_box.lo ../../../src/fvm/fvm_box.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_box_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_box_tree.lo -MD -MP -MF $depbase.Tpo -c -o fvm_box_tree.lo ../../../src/fvm/fvm_box_tree.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_convert_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_convert_array.lo -MD -MP -MF $depbase.Tpo -c -o fvm_convert_array.lo ../../../src/fvm/fvm_convert_array.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_defs.lo -MD -MP -MF $depbase.Tpo -c -o fvm_defs.lo ../../../src/fvm/fvm_defs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_box_tree.lo -MD -MP -MF .deps/fvm_box_tree.Tpo -c ../../../src/fvm/fvm_box_tree.c -fPIC -DPIC -o .libs/fvm_box_tree.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_defs.lo -MD -MP -MF .deps/fvm_defs.Tpo -c ../../../src/fvm/fvm_defs.c -fPIC -DPIC -o .libs/fvm_defs.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_box.lo -MD -MP -MF .deps/fvm_box.Tpo -c ../../../src/fvm/fvm_box.c -fPIC -DPIC -o .libs/fvm_box.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_convert_array.lo -MD -MP -MF .deps/fvm_convert_array.Tpo -c ../../../src/fvm/fvm_convert_array.c -fPIC -DPIC -o .libs/fvm_convert_array.o ../../../src/fvm/fvm_convert_array.c(376): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits = src_data[0][j*src_dim + l]; ^ ../../../src/fvm/fvm_convert_array.c(388): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits = src_data[pl][parent_id*src_dim + l]; ^ ../../../src/fvm/fvm_convert_array.c(400): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits = src_data[pl][parent_id*src_dim + l]; ^ ../../../src/fvm/fvm_convert_array.c(413): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits dest_data[i*dest_dim + k] = src_data[l][j]; ^ ../../../src/fvm/fvm_convert_array.c(425): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits = src_data[src_dim*pl + l][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(437): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits = src_data[src_dim*pl + l][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(617): warning #2259: non-pointer conversion from "int32_t={int}" to "float" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(626): warning #2259: non-pointer conversion from "int32_t={int}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(636): warning #2259: non-pointer conversion from "int32_t={int}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(959): warning #2259: non-pointer conversion from "int64_t={long}" to "float" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(968): warning #2259: non-pointer conversion from "int64_t={long}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(978): warning #2259: non-pointer conversion from "int64_t={long}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1016): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(1025): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1035): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1301): warning #2259: non-pointer conversion from "uint32_t={unsigned int}" to "float" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(1310): warning #2259: non-pointer conversion from "uint32_t={unsigned int}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1320): warning #2259: non-pointer conversion from "uint32_t={unsigned int}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1643): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "float" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(1652): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1662): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "float" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1700): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "double" may lose significant bits dest_data[i] = src_data[0][j]; ^ ../../../src/fvm/fvm_convert_array.c(1709): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "double" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ ../../../src/fvm/fvm_convert_array.c(1719): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "double" may lose significant bits dest_data[i] = src_data[pl][parent_id]; ^ depbase=`echo fvm_group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_group.lo -MD -MP -MF $depbase.Tpo -c -o fvm_group.lo ../../../src/fvm/fvm_group.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/fvm/fvm_box_tree.c(753): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits box_ratio = (_next_size*1.0)/bt->stats.n_boxes; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_group.lo -MD -MP -MF .deps/fvm_group.Tpo -c ../../../src/fvm/fvm_group.c -fPIC -DPIC -o .libs/fvm_group.o depbase=`echo fvm_hilbert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_hilbert.lo -MD -MP -MF $depbase.Tpo -c -o fvm_hilbert.lo ../../../src/fvm/fvm_hilbert.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_io_num.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_io_num.lo -MD -MP -MF $depbase.Tpo -c -o fvm_io_num.lo ../../../src/fvm/fvm_io_num.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_hilbert.lo -MD -MP -MF .deps/fvm_hilbert.Tpo -c ../../../src/fvm/fvm_hilbert.c -fPIC -DPIC -o .libs/fvm_hilbert.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_io_num.lo -MD -MP -MF .deps/fvm_io_num.Tpo -c ../../../src/fvm/fvm_io_num.c -fPIC -DPIC -o .libs/fvm_io_num.o ../../../src/fvm/fvm_io_num.c(1837): warning #177: function "_is_gnum_ordered_s" was declared but never referenced _is_gnum_ordered_s(const cs_lnum_t parent_entity_id[], ^ depbase=`echo fvm_morton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_morton.lo -MD -MP -MF $depbase.Tpo -c -o fvm_morton.lo ../../../src/fvm/fvm_morton.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_morton.lo -MD -MP -MF .deps/fvm_morton.Tpo -c ../../../src/fvm/fvm_morton.c -fPIC -DPIC -o .libs/fvm_morton.o depbase=`echo fvm_neighborhood.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_neighborhood.lo -MD -MP -MF $depbase.Tpo -c -o fvm_neighborhood.lo ../../../src/fvm/fvm_neighborhood.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/fvm/fvm_morton.c(967): warning #2259: non-pointer conversion from "double" to "fvm_morton_int_t={unsigned int}" may lose significant bits morton_code.X[i] = CS_MIN(floor(coords[i]*refinement), refinement - 1); ^ ../../../src/fvm/fvm_morton.c(1019): warning #2259: non-pointer conversion from "double" to "fvm_morton_int_t={unsigned int}" may lose significant bits m_code[i].X[j] = CS_MIN(floor(n[j]*refinement), refinement - 1); ^ ../../../src/fvm/fvm_morton.c(1029): warning #2259: non-pointer conversion from "double" to "fvm_morton_int_t={unsigned int}" may lose significant bits m_code[i].X[j] = CS_MIN(floor(n[j]*refinement), refinement - 1); ^ ../../../src/fvm/fvm_morton.c(1039): warning #2259: non-pointer conversion from "double" to "fvm_morton_int_t={unsigned int}" may lose significant bits m_code[i].X[0] = CS_MIN(floor(n[0]*refinement), refinement - 1); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_neighborhood.lo -MD -MP -MF .deps/fvm_neighborhood.Tpo -c ../../../src/fvm/fvm_neighborhood.c -fPIC -DPIC -o .libs/fvm_neighborhood.o depbase=`echo fvm_nodal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal.lo ../../../src/fvm/fvm_nodal.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_nodal_append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_append.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_append.lo ../../../src/fvm/fvm_nodal_append.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal.lo -MD -MP -MF .deps/fvm_nodal.Tpo -c ../../../src/fvm/fvm_nodal.c -fPIC -DPIC -o .libs/fvm_nodal.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_append.lo -MD -MP -MF .deps/fvm_nodal_append.Tpo -c ../../../src/fvm/fvm_nodal_append.c -fPIC -DPIC -o .libs/fvm_nodal_append.o depbase=`echo fvm_nodal_extrude.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_extrude.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_extrude.lo ../../../src/fvm/fvm_nodal_extrude.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_nodal_from_desc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_from_desc.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_from_desc.lo ../../../src/fvm/fvm_nodal_from_desc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_extrude.lo -MD -MP -MF .deps/fvm_nodal_extrude.Tpo -c ../../../src/fvm/fvm_nodal_extrude.c -fPIC -DPIC -o .libs/fvm_nodal_extrude.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_from_desc.lo -MD -MP -MF .deps/fvm_nodal_from_desc.Tpo -c ../../../src/fvm/fvm_nodal_from_desc.c -fPIC -DPIC -o .libs/fvm_nodal_from_desc.o depbase=`echo fvm_nodal_order.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_order.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_order.lo ../../../src/fvm/fvm_nodal_order.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_nodal_project.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_project.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_project.lo ../../../src/fvm/fvm_nodal_project.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_order.lo -MD -MP -MF .deps/fvm_nodal_order.Tpo -c ../../../src/fvm/fvm_nodal_order.c -fPIC -DPIC -o .libs/fvm_nodal_order.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_project.lo -MD -MP -MF .deps/fvm_nodal_project.Tpo -c ../../../src/fvm/fvm_nodal_project.c -fPIC -DPIC -o .libs/fvm_nodal_project.o depbase=`echo fvm_nodal_triangulate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_triangulate.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_triangulate.lo ../../../src/fvm/fvm_nodal_triangulate.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_nodal_extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_extract.lo -MD -MP -MF $depbase.Tpo -c -o fvm_nodal_extract.lo ../../../src/fvm/fvm_nodal_extract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_periodicity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_periodicity.lo -MD -MP -MF $depbase.Tpo -c -o fvm_periodicity.lo ../../../src/fvm/fvm_periodicity.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_triangulate.lo -MD -MP -MF .deps/fvm_nodal_triangulate.Tpo -c ../../../src/fvm/fvm_nodal_triangulate.c -fPIC -DPIC -o .libs/fvm_nodal_triangulate.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_nodal_extract.lo -MD -MP -MF .deps/fvm_nodal_extract.Tpo -c ../../../src/fvm/fvm_nodal_extract.c -fPIC -DPIC -o .libs/fvm_nodal_extract.o depbase=`echo fvm_point_location.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_point_location.lo -MD -MP -MF $depbase.Tpo -c -o fvm_point_location.lo ../../../src/fvm/fvm_point_location.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_periodicity.lo -MD -MP -MF .deps/fvm_periodicity.Tpo -c ../../../src/fvm/fvm_periodicity.c -fPIC -DPIC -o .libs/fvm_periodicity.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_point_location.lo -MD -MP -MF .deps/fvm_point_location.Tpo -c ../../../src/fvm/fvm_point_location.c -fPIC -DPIC -o .libs/fvm_point_location.o ../../../src/fvm/fvm_point_location.c(437): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = elt_coord_max; ^ ../../../src/fvm/fvm_point_location.c(505): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[j] = elt_coord_max; ^ ../../../src/fvm/fvm_point_location.c(1392): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = sqrt(dist2); ^ ../../../src/fvm/fvm_point_location.c(1502): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = sqrt(dist2); ^ ../../../src/fvm/fvm_point_location.c(1655): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = sqrt(dist2); ^ ../../../src/fvm/fvm_point_location.c(1780): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = max_dist; ^ ../../../src/fvm/fvm_point_location.c(1887): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = max_dist; ^ ../../../src/fvm/fvm_point_location.c(2278): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits distance[i] = max_dist; ^ depbase=`echo fvm_selector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_selector.lo -MD -MP -MF $depbase.Tpo -c -o fvm_selector.lo ../../../src/fvm/fvm_selector.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_selector.lo -MD -MP -MF .deps/fvm_selector.Tpo -c ../../../src/fvm/fvm_selector.c -fPIC -DPIC -o .libs/fvm_selector.o depbase=`echo fvm_selector_postfix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_selector_postfix.lo -MD -MP -MF $depbase.Tpo -c -o fvm_selector_postfix.lo ../../../src/fvm/fvm_selector_postfix.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_selector_postfix.lo -MD -MP -MF .deps/fvm_selector_postfix.Tpo -c ../../../src/fvm/fvm_selector_postfix.c -fPIC -DPIC -o .libs/fvm_selector_postfix.o depbase=`echo fvm_tesselation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_tesselation.lo -MD -MP -MF $depbase.Tpo -c -o fvm_tesselation.lo ../../../src/fvm/fvm_tesselation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_tesselation.lo -MD -MP -MF .deps/fvm_tesselation.Tpo -c ../../../src/fvm/fvm_tesselation.c -fPIC -DPIC -o .libs/fvm_tesselation.o ../../../src/fvm/fvm_tesselation.c(807): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits ((float *const)dest_data)[i] = interpolated_value; ^ depbase=`echo fvm_trace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_trace.lo -MD -MP -MF $depbase.Tpo -c -o fvm_trace.lo ../../../src/fvm/fvm_trace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_trace.lo -MD -MP -MF .deps/fvm_trace.Tpo -c ../../../src/fvm/fvm_trace.c -fPIC -DPIC -o .libs/fvm_trace.o depbase=`echo fvm_triangulate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_triangulate.lo -MD -MP -MF $depbase.Tpo -c -o fvm_triangulate.lo ../../../src/fvm/fvm_triangulate.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_to_ensight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_ensight.lo -MD -MP -MF $depbase.Tpo -c -o fvm_to_ensight.lo ../../../src/fvm/fvm_to_ensight.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_triangulate.lo -MD -MP -MF .deps/fvm_triangulate.Tpo -c ../../../src/fvm/fvm_triangulate.c -fPIC -DPIC -o .libs/fvm_triangulate.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_ensight.lo -MD -MP -MF .deps/fvm_to_ensight.Tpo -c ../../../src/fvm/fvm_to_ensight.c -fPIC -DPIC -o .libs/fvm_to_ensight.o ../../../src/fvm/fvm_to_ensight.c(493): warning #2259: non-pointer conversion from "cs_coord_t={double}" to "float" may lose significant bits part_coords[i] = vertex_coords[(parent_vertex_num[i]-1)*stride + j]; ^ ../../../src/fvm/fvm_to_ensight.c(497): warning #2259: non-pointer conversion from "cs_coord_t={double}" to "float" may lose significant bits part_coords[i] = vertex_coords[i*stride + j]; ^ ../../../src/fvm/fvm_to_ensight.c(501): warning #2259: non-pointer conversion from "cs_coord_t={double}" to "float" may lose significant bits part_coords[n_vertices + i] = extra_vertex_coords[(i*stride) + j]; ^ depbase=`echo fvm_to_ensight_case.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_ensight_case.lo -MD -MP -MF $depbase.Tpo -c -o fvm_to_ensight_case.lo ../../../src/fvm/fvm_to_ensight_case.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_ensight_case.lo -MD -MP -MF .deps/fvm_to_ensight_case.Tpo -c ../../../src/fvm/fvm_to_ensight_case.c -fPIC -DPIC -o .libs/fvm_to_ensight_case.o ../../../src/fvm/fvm_to_ensight_case.c(425): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits var->file_name[i] = tolower(var->file_name[i]); ^ ../../../src/fvm/fvm_to_ensight_case.c(601): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits this_case->case_file_name[prefix_len + i] = toupper(name[i]); ^ ../../../src/fvm/fvm_to_ensight_case.c(610): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits = tolower(this_case->case_file_name[prefix_len + i]); ^ ../../../src/fvm/fvm_to_ensight_case.c(903): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits lw_name[j] = tolower(name[j]); ^ ../../../src/fvm/fvm_to_ensight_case.c(918): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits clw_name[j] = tolower(var->name[j]); ^ depbase=`echo fvm_to_histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_histogram.lo -MD -MP -MF $depbase.Tpo -c -o fvm_to_histogram.lo ../../../src/fvm/fvm_to_histogram.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_to_plot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_plot.lo -MD -MP -MF $depbase.Tpo -c -o fvm_to_plot.lo ../../../src/fvm/fvm_to_plot.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_histogram.lo -MD -MP -MF .deps/fvm_to_histogram.Tpo -c ../../../src/fvm/fvm_to_histogram.c -fPIC -DPIC -o .libs/fvm_to_histogram.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_plot.lo -MD -MP -MF .deps/fvm_to_plot.Tpo -c ../../../src/fvm/fvm_to_plot.c -fPIC -DPIC -o .libs/fvm_to_plot.o depbase=`echo fvm_to_time_plot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_time_plot.lo -MD -MP -MF $depbase.Tpo -c -o fvm_to_time_plot.lo ../../../src/fvm/fvm_to_time_plot.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/fvm/fvm_to_histogram.c(102): warning #2415: variable "_catalyst_plugin" of static storage duration was declared but never referenced static void * _catalyst_plugin = NULL; ^ ../../../src/fvm/fvm_to_histogram.c(104): warning #2415: variable "_fvm_to_vtk_display_histogram_png" of static storage duration was declared but never referenced static fvm_to_histogram_display_t *_fvm_to_vtk_display_histogram_png = NULL; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_to_time_plot.lo -MD -MP -MF .deps/fvm_to_time_plot.Tpo -c ../../../src/fvm/fvm_to_time_plot.c -fPIC -DPIC -o .libs/fvm_to_time_plot.o ../../../src/fvm/fvm_to_time_plot.c(152): warning #869: parameter "datatype" was never referenced cs_datatype_t datatype, ^ ../../../src/fvm/fvm_to_time_plot.c(154): warning #869: parameter "component_id" was never referenced int component_id, ^ ../../../src/fvm/fvm_to_time_plot.c(297): warning #869: parameter "component_id" was never referenced int component_id, ^ depbase=`echo fvm_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_writer.lo -MD -MP -MF $depbase.Tpo -c -o fvm_writer.lo ../../../src/fvm/fvm_writer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fvm_writer_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_writer_helper.lo -MD -MP -MF $depbase.Tpo -c -o fvm_writer_helper.lo ../../../src/fvm/fvm_writer_helper.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_writer.lo -MD -MP -MF .deps/fvm_writer.Tpo -c ../../../src/fvm/fvm_writer.c -fPIC -DPIC -o .libs/fvm_writer.o /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -I/program/code-saturne-7.0.0/cgns-4.3.0//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libfvm_cgns_la-fvm_to_cgns.lo -MD -MP -MF .deps/libfvm_cgns_la-fvm_to_cgns.Tpo -c -o libfvm_cgns_la-fvm_to_cgns.lo `test -f 'fvm_to_cgns.c' || echo '../../../src/fvm/'`fvm_to_cgns.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT fvm_writer_helper.lo -MD -MP -MF .deps/fvm_writer_helper.Tpo -c ../../../src/fvm/fvm_writer_helper.c -fPIC -DPIC -o .libs/fvm_writer_helper.o ../../../src/fvm/fvm_writer.c(480): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits ret_list[j] = tolower(option_list[i]); ^ ../../../src/fvm/fvm_writer.c(830): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits tmp_name[i] = tolower(tmp_name[i]); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/fvm -I../.. -I../../../src/base -I../../../src/bft -I../../../src/mesh -I/program/code-saturne-7.0.0/cgns-4.3.0//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libfvm_cgns_la-fvm_to_cgns.lo -MD -MP -MF .deps/libfvm_cgns_la-fvm_to_cgns.Tpo -c ../../../src/fvm/fvm_to_cgns.c -fPIC -DPIC -o .libs/libfvm_cgns_la-fvm_to_cgns.o ../../../src/fvm/fvm_writer_helper.c(2453): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits s[i] = tolower(s[i]); ^ ../../../src/fvm/fvm_to_cgns.c(1783): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _part_coords[i] = vertex_coords[(parent_vertex_num[i]-1)*stride + j]; ^ ../../../src/fvm/fvm_to_cgns.c(1787): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _part_coords[i] = vertex_coords[i*stride + j]; ^ ../../../src/fvm/fvm_to_cgns.c(1790): warning #2259: non-pointer conversion from "cs_coord_t={double}" to "float" may lose significant bits _part_coords[n_vertices + i] = extra_vertex_coords[(i*stride) + j]; ^ ../../../src/fvm/fvm_to_cgns.c(3050): warning #177: variable "next_section" was declared but never referenced const fvm_writer_section_t *next_section ^ ../../../src/fvm/fvm_to_cgns.c(4197): warning #177: variable "solution" was declared but never referenced fvm_to_cgns_solution_t *solution ^ /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libfvm.la fvm_box.lo fvm_box_tree.lo fvm_convert_array.lo fvm_defs.lo fvm_group.lo fvm_hilbert.lo fvm_io_num.lo fvm_morton.lo fvm_neighborhood.lo fvm_nodal.lo fvm_nodal_append.lo fvm_nodal_extrude.lo fvm_nodal_from_desc.lo fvm_nodal_order.lo fvm_nodal_project.lo fvm_nodal_triangulate.lo fvm_nodal_extract.lo fvm_periodicity.lo fvm_point_location.lo fvm_selector.lo fvm_selector_postfix.lo fvm_tesselation.lo fvm_trace.lo fvm_triangulate.lo -lz -ldl libtool: link: ar cru .libs/libfvm.a .libs/fvm_box.o .libs/fvm_box_tree.o .libs/fvm_convert_array.o .libs/fvm_defs.o .libs/fvm_group.o .libs/fvm_hilbert.o .libs/fvm_io_num.o .libs/fvm_morton.o .libs/fvm_neighborhood.o .libs/fvm_nodal.o .libs/fvm_nodal_append.o .libs/fvm_nodal_extrude.o .libs/fvm_nodal_from_desc.o .libs/fvm_nodal_order.o .libs/fvm_nodal_project.o .libs/fvm_nodal_triangulate.o .libs/fvm_nodal_extract.o .libs/fvm_periodicity.o .libs/fvm_point_location.o .libs/fvm_selector.o .libs/fvm_selector_postfix.o .libs/fvm_tesselation.o .libs/fvm_trace.o .libs/fvm_triangulate.o libtool: link: ranlib .libs/libfvm.a libtool: link: ( cd ".libs" && rm -f "libfvm.la" && ln -s "../libfvm.la" "libfvm.la" ) mv -f .deps/libfvm_cgns_la-fvm_to_cgns.Tpo .deps/libfvm_cgns_la-fvm_to_cgns.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -L/program/code-saturne-7.0.0/cgns-4.3.0//lib -L/program/code-saturne-7.0.0/hdf5-1.12.1//lib -O -Wl,-export-dynamic -qopenmp -o libfvm_cgns.la libfvm_cgns_la-fvm_to_cgns.lo -lz -ldl libtool: link: ar cru .libs/libfvm_cgns.a .libs/libfvm_cgns_la-fvm_to_cgns.o libtool: link: ranlib .libs/libfvm_cgns.a libtool: link: ( cd ".libs" && rm -f "libfvm_cgns.la" && ln -s "../libfvm_cgns.la" "libfvm_cgns.la" ) /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libfvm_filters.la fvm_to_ensight.lo fvm_to_ensight_case.lo fvm_to_histogram.lo fvm_to_plot.lo fvm_to_time_plot.lo fvm_writer.lo fvm_writer_helper.lo libfvm_cgns.la -lz -ldl libtool: link: (cd .libs/libfvm_filters.lax/libfvm_cgns.a && ar x "/media/ephemeral0/code_saturne-7.0.0/build/src/fvm/./.libs/libfvm_cgns.a") libtool: link: ar cru .libs/libfvm_filters.a .libs/fvm_to_ensight.o .libs/fvm_to_ensight_case.o .libs/fvm_to_histogram.o .libs/fvm_to_plot.o .libs/fvm_to_time_plot.o .libs/fvm_writer.o .libs/fvm_writer_helper.o .libs/libfvm_filters.lax/libfvm_cgns.a/libfvm_cgns_la-fvm_to_cgns.o libtool: link: ranlib .libs/libfvm_filters.a libtool: link: rm -fr .libs/libfvm_filters.lax libtool: link: ( cd ".libs" && rm -f "libfvm_filters.la" && ln -s "../libfvm_filters.la" "libfvm_filters.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/fvm' Making all in gui make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/gui' depbase=`echo cs_gui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui.lo ../../../src/gui/cs_gui.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gui_boundary_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_boundary_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_boundary_conditions.lo ../../../src/gui/cs_gui_boundary_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gui_conjugate_heat_transfer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_conjugate_heat_transfer.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_conjugate_heat_transfer.lo ../../../src/gui/cs_gui_conjugate_heat_transfer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gui_mesh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_mesh.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_mesh.lo ../../../src/gui/cs_gui_mesh.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui.lo -MD -MP -MF .deps/cs_gui.Tpo -c ../../../src/gui/cs_gui.c -fPIC -DPIC -o .libs/cs_gui.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_boundary_conditions.lo -MD -MP -MF .deps/cs_gui_boundary_conditions.Tpo -c ../../../src/gui/cs_gui_boundary_conditions.c -fPIC -DPIC -o .libs/cs_gui_boundary_conditions.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_mesh.lo -MD -MP -MF .deps/cs_gui_mesh.Tpo -c ../../../src/gui/cs_gui_mesh.c -fPIC -DPIC -o .libs/cs_gui_mesh.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_conjugate_heat_transfer.lo -MD -MP -MF .deps/cs_gui_conjugate_heat_transfer.Tpo -c ../../../src/gui/cs_gui_conjugate_heat_transfer.c -fPIC -DPIC -o .libs/cs_gui_conjugate_heat_transfer.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/gui/cs_gui.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/gui/cs_gui_boundary_conditions.c(58): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/gui/cs_gui_boundary_conditions.c(1153): warning #177: variable "label" was declared but never referenced const char *label = cs_tree_node_get_tag(tn, "label"); ^ ../../../src/gui/cs_gui.c(4611): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ ../../../src/gui/cs_gui.c(4612): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits plane, ^ ../../../src/gui/cs_gui.c(4617): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_mesh.c(60): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_conjugate_heat_transfer.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/gui/cs_gui_conjugate_heat_transfer.c(83): warning #1418: external function definition with no prior declaration _cs_gui_syrthes_coupling_legacy(void) ^ ../../../src/gui/cs_gui_conjugate_heat_transfer.c(134): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits tolerance, ^ ../../../src/gui/cs_gui_conjugate_heat_transfer.c(141): warning #1418: external function definition with no prior declaration _cs_gui_syrthes_coupling_bc(void) ^ ../../../src/gui/cs_gui_mesh.c(362): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ ../../../src/gui/cs_gui_mesh.c(363): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits plane, ^ ../../../src/gui/cs_gui_conjugate_heat_transfer.c(193): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits tolerance, ^ depbase=`echo cs_gui_mobile_mesh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_mobile_mesh.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_mobile_mesh.lo ../../../src/gui/cs_gui_mobile_mesh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gui_output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_output.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_output.lo ../../../src/gui/cs_gui_output.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_mobile_mesh.lo -MD -MP -MF .deps/cs_gui_mobile_mesh.Tpo -c ../../../src/gui/cs_gui_mobile_mesh.c -fPIC -DPIC -o .libs/cs_gui_mobile_mesh.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_output.lo -MD -MP -MF .deps/cs_gui_output.Tpo -c ../../../src/gui/cs_gui_output.c -fPIC -DPIC -o .libs/cs_gui_output.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/gui/cs_gui_mobile_mesh.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_output.c(59): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/gui/cs_gui_output.c(558): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" coords, ^ depbase=`echo cs_gui_particles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_particles.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_particles.lo ../../../src/gui/cs_gui_particles.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_particles.lo -MD -MP -MF .deps/cs_gui_particles.Tpo -c ../../../src/gui/cs_gui_particles.c -fPIC -DPIC -o .libs/cs_gui_particles.o depbase=`echo cs_gui_radiative_transfer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_radiative_transfer.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_radiative_transfer.lo ../../../src/gui/cs_gui_radiative_transfer.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_particles.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_radiative_transfer.lo -MD -MP -MF .deps/cs_gui_radiative_transfer.Tpo -c ../../../src/gui/cs_gui_radiative_transfer.c -fPIC -DPIC -o .libs/cs_gui_radiative_transfer.o depbase=`echo cs_gui_specific_physics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_specific_physics.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_specific_physics.lo ../../../src/gui/cs_gui_specific_physics.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_radiative_transfer.c(59): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_specific_physics.lo -MD -MP -MF .deps/cs_gui_specific_physics.Tpo -c ../../../src/gui/cs_gui_specific_physics.c -fPIC -DPIC -o .libs/cs_gui_specific_physics.o depbase=`echo cs_gui_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_util.lo -MD -MP -MF $depbase.Tpo -c -o cs_gui_util.lo ../../../src/gui/cs_gui_util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_tree_xml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_tree_xml.lo -MD -MP -MF $depbase.Tpo -c -o cs_tree_xml.lo ../../../src/gui/cs_tree_xml.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_specific_physics.c(59): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gui_util.lo -MD -MP -MF .deps/cs_gui_util.Tpo -c ../../../src/gui/cs_gui_util.c -fPIC -DPIC -o .libs/cs_gui_util.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/gui -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/elec -I../../../src/fvm -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../src/lagr -I../../../src/rayt -I../../../src/darc -I../../../src/meg -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_tree_xml.lo -MD -MP -MF .deps/cs_tree_xml.Tpo -c ../../../src/gui/cs_tree_xml.c -fPIC -DPIC -o .libs/cs_tree_xml.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_gui_util.c(51): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/gui/cs_gui_util.c(80): warning #593: variable "_setup_read" was set but never used static bool _setup_read = false; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/gui/cs_tree_xml.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o libcsgui.la cs_gui.lo cs_gui_boundary_conditions.lo cs_gui_conjugate_heat_transfer.lo cs_gui_mesh.lo cs_gui_mobile_mesh.lo cs_gui_output.lo cs_gui_particles.lo cs_gui_radiative_transfer.lo cs_gui_specific_physics.lo cs_gui_util.lo cs_tree_xml.lo -lz -ldl libtool: link: ar cru .libs/libcsgui.a .libs/cs_gui.o .libs/cs_gui_boundary_conditions.o .libs/cs_gui_conjugate_heat_transfer.o .libs/cs_gui_mesh.o .libs/cs_gui_mobile_mesh.o .libs/cs_gui_output.o .libs/cs_gui_particles.o .libs/cs_gui_radiative_transfer.o .libs/cs_gui_specific_physics.o .libs/cs_gui_util.o .libs/cs_tree_xml.o libtool: link: ranlib .libs/libcsgui.a libtool: link: ( cd ".libs" && rm -f "libcsgui.la" && ln -s "../libcsgui.la" "libcsgui.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/gui' Making all in base make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/base' /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -DPKGDATADIR=\"'/program/code-saturne-7.0.0/share/code_saturne'\" -DPKGLIBDIR=\"'/program/code-saturne-7.0.0/lib/code_saturne'\" -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscorep_la-cs_base.lo -MD -MP -MF .deps/libcscorep_la-cs_base.Tpo -c -o libcscorep_la-cs_base.lo `test -f 'cs_base.c' || echo '../../../src/base/'`cs_base.c depbase=`echo cs_all_to_all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_all_to_all.lo -MD -MP -MF $depbase.Tpo -c -o cs_all_to_all.lo ../../../src/base/cs_all_to_all.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_block_dist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_block_dist.lo -MD -MP -MF $depbase.Tpo -c -o cs_block_dist.lo ../../../src/base/cs_block_dist.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_block_to_part.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_block_to_part.lo -MD -MP -MF $depbase.Tpo -c -o cs_block_to_part.lo ../../../src/base/cs_block_to_part.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_block_dist.lo -MD -MP -MF .deps/cs_block_dist.Tpo -c ../../../src/base/cs_block_dist.c -fPIC -DPIC -o .libs/cs_block_dist.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_all_to_all.lo -MD -MP -MF .deps/cs_all_to_all.Tpo -c ../../../src/base/cs_all_to_all.c -fPIC -DPIC -o .libs/cs_all_to_all.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_block_to_part.lo -MD -MP -MF .deps/cs_block_to_part.Tpo -c ../../../src/base/cs_block_to_part.c -fPIC -DPIC -o .libs/cs_block_to_part.o depbase=`echo cs_crystal_router.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_crystal_router.lo -MD -MP -MF $depbase.Tpo -c -o cs_crystal_router.lo ../../../src/base/cs_crystal_router.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -DLOCALEDIR=\"/program/code-saturne-7.0.0/share/locale\" -DPKGDATADIR=\"/program/code-saturne-7.0.0/share/code_saturne\" -DPKGLIBDIR=\"/program/code-saturne-7.0.0/lib/code_saturne\" -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscorep_la-cs_base.lo -MD -MP -MF .deps/libcscorep_la-cs_base.Tpo -c ../../../src/base/cs_base.c -fPIC -DPIC -o .libs/libcscorep_la-cs_base.o ../../../src/base/cs_base.c(2183): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits s[j] = tolower(s[i]); ^ ../../../src/base/cs_base.c(150): warning #593: variable "_cs_base_sighandlers_set" was set but never used static bool _cs_base_sighandlers_set = false; ^ ../../../src/base/cs_base.c(153): warning #593: variable "cs_glob_base_sighup_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sighup_save = SIG_DFL; ^ ../../../src/base/cs_base.c(156): warning #593: variable "cs_glob_base_sigabrt_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigabrt_save = SIG_DFL; ^ ../../../src/base/cs_base.c(157): warning #593: variable "cs_glob_base_sigint_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigint_save = SIG_DFL; ^ ../../../src/base/cs_base.c(158): warning #593: variable "cs_glob_base_sigterm_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigterm_save = SIG_DFL; ^ ../../../src/base/cs_base.c(159): warning #593: variable "cs_glob_base_sigfpe_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigfpe_save = SIG_DFL; ^ ../../../src/base/cs_base.c(160): warning #593: variable "cs_glob_base_sigsegv_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigsegv_save = SIG_DFL; ^ ../../../src/base/cs_base.c(163): warning #593: variable "cs_glob_base_sigcpu_save" was set but never used static _cs_base_sighandler_t cs_glob_base_sigcpu_save = SIG_DFL; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_crystal_router.lo -MD -MP -MF .deps/cs_crystal_router.Tpo -c ../../../src/base/cs_crystal_router.c -fPIC -DPIC -o .libs/cs_crystal_router.o depbase=`echo cs_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_defs.lo -MD -MP -MF $depbase.Tpo -c -o cs_defs.lo ../../../src/base/cs_defs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_defs.lo -MD -MP -MF .deps/cs_defs.Tpo -c ../../../src/base/cs_defs.c -fPIC -DPIC -o .libs/cs_defs.o depbase=`echo cs_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_file.lo -MD -MP -MF $depbase.Tpo -c -o cs_file.lo ../../../src/base/cs_file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_file.lo -MD -MP -MF .deps/cs_file.Tpo -c ../../../src/base/cs_file.c -fPIC -DPIC -o .libs/cs_file.o mv -f .deps/libcscorep_la-cs_base.Tpo .deps/libcscorep_la-cs_base.Plo depbase=`echo cs_fp_exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_fp_exception.lo -MD -MP -MF $depbase.Tpo -c -o cs_fp_exception.lo ../../../src/base/cs_fp_exception.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_fp_exception.lo -MD -MP -MF .deps/cs_fp_exception.Tpo -c ../../../src/base/cs_fp_exception.c -fPIC -DPIC -o .libs/cs_fp_exception.o depbase=`echo cs_ht_convert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ht_convert.lo -MD -MP -MF $depbase.Tpo -c -o cs_ht_convert.lo ../../../src/base/cs_ht_convert.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_interface.lo -MD -MP -MF $depbase.Tpo -c -o cs_interface.lo ../../../src/base/cs_interface.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ht_convert.lo -MD -MP -MF .deps/cs_ht_convert.Tpo -c ../../../src/base/cs_ht_convert.c -fPIC -DPIC -o .libs/cs_ht_convert.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_interface.lo -MD -MP -MF .deps/cs_interface.Tpo -c ../../../src/base/cs_interface.c -fPIC -DPIC -o .libs/cs_interface.o ../../../src/base/cs_interface.c(3798): warning #177: variable "itf" was declared but never referenced cs_interface_t *itf = ifs->interfaces[0]; ^ ../../../src/base/cs_interface.c(5101): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id*stride + l] = CS_MIN(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5109): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id + l*n_elts] = CS_MIN(v[elt_id + l*n_elts], ^ ../../../src/base/cs_interface.c(5226): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id*stride + l] = CS_MIN(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5234): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id + l*n_elts] = CS_MIN(v[elt_id + l*n_elts], ^ ../../../src/base/cs_interface.c(5365): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id*stride + l] = CS_MAX(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5373): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id + l*n_elts] = CS_MAX(v[elt_id + l*n_elts], ^ ../../../src/base/cs_interface.c(5490): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id*stride + l] = CS_MAX(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5498): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id + l*n_elts] = CS_MAX(v[elt_id + l*n_elts], ^ ../../../src/base/cs_interface.c(5676): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id*stride + l] = CS_MAX(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5684): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits v[elt_id + l*n_elts] = CS_MAX(v[elt_id + l*n_elts], ^ ../../../src/base/cs_interface.c(5791): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id*stride + l] = CS_MAX(v[elt_id*stride + l], ^ ../../../src/base/cs_interface.c(5799): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits v[elt_id + l*n_elts] = CS_MAX(v[elt_id + l*n_elts], ^ depbase=`echo cs_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_io.lo -MD -MP -MF $depbase.Tpo -c -o cs_io.lo ../../../src/base/cs_io.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log.lo -MD -MP -MF $depbase.Tpo -c -o cs_log.lo ../../../src/base/cs_log.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_io.lo -MD -MP -MF .deps/cs_io.Tpo -c ../../../src/base/cs_io.c -fPIC -DPIC -o .libs/cs_io.o ../../../src/base/cs_io.c(303): warning #161: unrecognized #pragma #pragma _NEC novector ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log.lo -MD -MP -MF .deps/cs_log.Tpo -c ../../../src/base/cs_log.c -fPIC -DPIC -o .libs/cs_log.o depbase=`echo cs_math.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_math.lo -MD -MP -MF $depbase.Tpo -c -o cs_math.lo ../../../src/base/cs_math.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_math.lo -MD -MP -MF .deps/cs_math.Tpo -c ../../../src/base/cs_math.c -fPIC -DPIC -o .libs/cs_math.o depbase=`echo cs_rank_neighbors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rank_neighbors.lo -MD -MP -MF $depbase.Tpo -c -o cs_rank_neighbors.lo ../../../src/base/cs_rank_neighbors.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rank_neighbors.lo -MD -MP -MF .deps/cs_rank_neighbors.Tpo -c ../../../src/base/cs_rank_neighbors.c -fPIC -DPIC -o .libs/cs_rank_neighbors.o depbase=`echo cs_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_map.lo -MD -MP -MF $depbase.Tpo -c -o cs_map.lo ../../../src/base/cs_map.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_order.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_order.lo -MD -MP -MF $depbase.Tpo -c -o cs_order.lo ../../../src/base/cs_order.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_map.lo -MD -MP -MF .deps/cs_map.Tpo -c ../../../src/base/cs_map.c -fPIC -DPIC -o .libs/cs_map.o depbase=`echo cs_part_to_block.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_part_to_block.lo -MD -MP -MF $depbase.Tpo -c -o cs_part_to_block.lo ../../../src/base/cs_part_to_block.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_order.lo -MD -MP -MF .deps/cs_order.Tpo -c ../../../src/base/cs_order.c -fPIC -DPIC -o .libs/cs_order.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_part_to_block.lo -MD -MP -MF .deps/cs_part_to_block.Tpo -c ../../../src/base/cs_part_to_block.c -fPIC -DPIC -o .libs/cs_part_to_block.o depbase=`echo cs_system_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_system_info.lo -MD -MP -MF $depbase.Tpo -c -o cs_system_info.lo ../../../src/base/cs_system_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_system_info.lo -MD -MP -MF .deps/cs_system_info.Tpo -c ../../../src/base/cs_system_info.c -fPIC -DPIC -o .libs/cs_system_info.o depbase=`echo cs_timer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_timer.lo -MD -MP -MF $depbase.Tpo -c -o cs_timer.lo ../../../src/base/cs_timer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_tree.lo -MD -MP -MF $depbase.Tpo -c -o cs_tree.lo ../../../src/base/cs_tree.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_timer.lo -MD -MP -MF .deps/cs_timer.Tpo -c ../../../src/base/cs_timer.c -fPIC -DPIC -o .libs/cs_timer.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_tree.lo -MD -MP -MF .deps/cs_tree.Tpo -c ../../../src/base/cs_tree.c -fPIC -DPIC -o .libs/cs_tree.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o addfld.lo ../../../src/base/addfld.f90 ../../../src/base/cs_tree.c(108): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits s[i] = tolower(s[i]); ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o altycl.lo ../../../src/base/altycl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/addfld.f90 -fPIC -o .libs/addfld.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/altycl.f90 -fPIC -o .libs/altycl.o ../../../src/base/addfld.f90(183): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_name, 3, ivtmp) -------------^ ../../../src/base/addfld.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_name, 1, ivtmp) -------------^ ../../../src/base/addfld.f90(232): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) -------^ ../../../src/base/addfld.f90(292): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., ifcvsl) ---------^ ../../../src/base/addfld.f90(335): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., ifcvsl) ---------^ ../../../src/base/addfld.f90(372): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., ifcvsl) ---------^ ../../../src/base/addfld.f90(425): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) -------^ ../../../src/base/addfld.f90(443): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) ---------^ ../../../src/base/addfld.f90(494): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) -------^ ../../../src/base/addfld.f90(525): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) -------^ ../../../src/base/addfld.f90(552): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ ../../../src/base/addfld.f90(558): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ ../../../src/base/addfld.f90(563): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ ../../../src/base/addfld.f90(570): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) ---------^ ../../../src/base/addfld.f90(575): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) ---------^ ../../../src/base/addfld.f90(580): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 3, .false., iflid) -------^ ../../../src/base/addfld.f90(586): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ ../../../src/base/addfld.f90(592): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ ../../../src/base/addfld.f90(600): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field(f_name, f_label, 1, ivar) -------^ ../../../src/base/addfld.f90(628): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iflid) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o calhyd.lo ../../../src/base/calhyd.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o caltri.lo ../../../src/base/caltri.f90 depbase=`echo cs_mass_source_terms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mass_source_terms.lo -MD -MP -MF $depbase.Tpo -c -o cs_mass_source_terms.lo ../../../src/base/cs_mass_source_terms.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/calhyd.f90 -fPIC -o .libs/calhyd.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/caltri.f90 -fPIC -o .libs/caltri.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mass_source_terms.lo -MD -MP -MF .deps/cs_mass_source_terms.Tpo -c ../../../src/base/cs_mass_source_terms.c -fPIC -DPIC -o .libs/cs_mass_source_terms.o ../../../src/base/calhyd.f90(200): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(next_fext) -------^ ../../../src/base/calhyd.f90(219): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------^ ../../../src/base/calhyd.f90(237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ ../../../src/base/calhyd.f90(247): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRIX] call matrix & -----^ ../../../src/base/calhyd.f90(269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PROJTS] call projts & -----^ ../../../src/base/calhyd.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init,flumas,flumab, div_fext) -----^ ../../../src/base/calhyd.f90(318): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & ---------^ ../../../src/base/caltri.f90(275): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLACT] call cplact(ivoid(1)) -------^ ../../../src/base/caltri.f90(294): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INITI2] call initi2 -----^ ../../../src/base/caltri.f90(365): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_MASS_SOURCE_TERMS] call cs_user_mass_source_terms(nvar, nscal, ncepdc, ncetsm, 1, & -------^ ../../../src/base/caltri.f90(385): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_BOUNDARY_MASS_SOURCE_TERMS] call cs_user_boundary_mass_source_terms & -----^ ../../../src/base/caltri.f90(502): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDTRI] call fldtri -----^ ../../../src/base/caltri.f90(508): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIVA0] call iniva0(nscal) -----^ ../../../src/base/caltri.f90(522): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIPORO] call uiporo -------^ ../../../src/base/caltri.f90(523): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USPORO] call usporo -------^ ../../../src/base/caltri.f90(531): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(porosi) ---------^ ../../../src/base/caltri.f90(582): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATMSOL] call atmsol() -------^ ../../../src/base/caltri.f90(601): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_BOUNDARY_MASS_SOURCE_TERMS] call cs_user_boundary_mass_source_terms & -------^ ../../../src/base/caltri.f90(638): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LECAMO] call lecamo -------^ ../../../src/base/caltri.f90(691): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIVAR] call inivar(nvar, nscal) -----^ ../../../src/base/caltri.f90(698): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PHYVAR] call phyvar(nvar, nscal, iterns, dt) -----^ ../../../src/base/caltri.f90(749): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCINI] call cscini(nvar) -----^ ../../../src/base/caltri.f90(780): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_MASS_SOURCE_TERMS] call cs_user_mass_source_terms(nvar, nscal, ncepdc, ncetsm, 2, & ---------^ ../../../src/base/caltri.f90(790): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [STRINI] call strini(dt) -------^ ../../../src/base/caltri.f90(851): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcabs, dt(1)) ---------^ ../../../src/base/caltri.f90(853): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcabs, dtref) ---------^ ../../../src/base/caltri.f90(857): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/base/caltri.f90(869): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PSTVAR] call pstvar(nvar, nscal) -----^ ../../../src/base/caltri.f90(932): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(titer1) -----^ ../../../src/base/caltri.f90(995): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIEXOP] call uiexop() -------^ ../../../src/base/caltri.f90(997): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_F_USER_EXTRA_OPERATIONS] call cs_f_user_extra_operations(nvar, nscal, dt) -------^ ../../../src/base/caltri.f90(1015): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ARMTPS] call armtps(ntcabs,ntmabs) -----^ ../../../src/base/caltri.f90(1020): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcabs, dt(1)) -------^ ../../../src/base/caltri.f90(1022): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcabs, dtref) -------^ ../../../src/base/caltri.f90(1029): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REQSUI] call reqsui(iisuit) -----^ ../../../src/base/caltri.f90(1043): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ECRAVA] call ecrava -------^ ../../../src/base/caltri.f90(1046): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TRBSUI] call trbsui ---------^ ../../../src/base/caltri.f90(1067): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [STUSUI] call stusui -------^ ../../../src/base/caltri.f90(1096): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PSTVAR] call pstvar(nvar, nscal) -----^ ../../../src/base/caltri.f90(1125): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [STRHIS] call strhis(modhis) -----------^ ../../../src/base/caltri.f90(1138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ECRLIS] call ecrlis(ncelet, ncel, dt, cell_f_vol) -------^ ../../../src/base/caltri.f90(1148): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(titer2) -----^ ../../../src/base/caltri.f90(1165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcabs, dtref) -------^ ../../../src/base/caltri.f90(1187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [STRHIS] call strhis(modhis) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clpsca.lo ../../../src/base/clpsca.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/clpsca.f90 -fPIC -o .libs/clpsca.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clptrg.lo ../../../src/base/clptrg.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clptur.lo ../../../src/base/clptur.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/clptrg.f90 -fPIC -o .libs/clptrg.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/clptur.f90 -fPIC -o .libs/clptur.o ../../../src/base/clptrg.f90(862): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATMCLS] call atmcls & -------------^ ../../../src/base/clptrg.f90(1139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/clptrg.f90(1413): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/clptrg.f90(1434): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1446): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1458): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1470): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1488): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1500): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1512): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1524): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1548): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptrg.f90(1565): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/clptrg.f90(2278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR_ANISO] call set_dirichlet_vector_aniso & -------------^ ../../../src/base/clptur.f90(821): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [WALLFUNCTIONS] call wallfunctions & ---------^ ../../../src/base/clptur.f90(880): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATMCLS] call atmcls & -------------^ ../../../src/base/clptur.f90(1164): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1225): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1254): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1275): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1299): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/clptur.f90(1596): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ----------------^ ../../../src/base/clptur.f90(1609): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------------^ ../../../src/base/clptur.f90(1644): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1670): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1690): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1702): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1714): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1726): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1744): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1756): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1768): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1780): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1810): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(1844): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/clptur.f90(1877): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/clptur.f90(1897): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(2636): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HTURBP] call hturbp(iwalfs,xnuii,prdtl,turb_schmidt,rough_t,uk,yplus,dplus,hflui,ypth) -----------^ ../../../src/base/clptur.f90(2865): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR_ANISO] call set_dirichlet_vector_aniso & -----------^ ../../../src/base/clptur.f90(2891): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/clptur.f90(3199): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/base/clptur.f90(3212): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HTURBP] call hturbp(iwalfs,xnuii,prdtl,turb_schmidt,rough_t,uk,yplus,dplus,hflui,ypth) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clsyvt.lo ../../../src/base/clsyvt.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/clsyvt.f90 -fPIC -o .libs/clsyvt.o ../../../src/base/clsyvt.f90(621): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLSYVT_SCALAR] call clsyvt_scalar(iscal, icodcl) ---------^ ../../../src/base/clsyvt.f90(627): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLSYVT_VECTOR] call clsyvt_vector(iscal, icodcl) ---------^ ../../../src/base/clsyvt.f90(976): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o copain_model.lo ../../../src/base/copain_model.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o condensation_source_terms.lo ../../../src/base/condensation_source_terms.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/copain_model.f90 -fPIC -o .libs/copain_model.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/condensation_source_terms.f90 -fPIC -o .libs/condensation_source_terms.o ../../../src/base/copain_model.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/copain_model.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/copain_model.f90(455): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HTURBP] call hturbp(iwalfs,xnu,schdt,sigmat,rough_t,uk,yplus,dplus,hflui,ypth) ---------^ ../../../src/base/copain_model.f90(550): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HTURBP] call hturbp(iwalfs,xnu,Prdtl,sigmat,rough_t,uk,yplus,dplus,hpflui,ypth) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o condli.lo ../../../src/base/condli.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/condli.f90 -fPIC -o .libs/condli.o ../../../src/base/condli.f90(374): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PRECLI] call precli(nvar, icodcl, rcodcl) -----^ ../../../src/base/condli.f90(383): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICLIM] call uiclim & -----^ ../../../src/base/condli.f90(395): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [STDTCL] call stdtcl & -------^ ../../../src/base/condli.f90(408): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_F_USER_BOUNDARY_CONDITIONS] call cs_f_user_boundary_conditions & -----^ ../../../src/base/condli.f90(415): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICLVE] call uiclve(nozppm, itypfb, izfppp) -----^ ../../../src/base/condli.f90(420): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCFBR] call cscfbr(nscal, icodcl, itypfb, dt, rcodcl) -------^ ../../../src/base/condli.f90(425): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTHE] call synthe(ttcabs, dt, rcodcl) -----^ ../../../src/base/condli.f90(441): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIALCL] call uialcl(ibfixe, igliss, ivimpo, ifresf, & -------^ ../../../src/base/condli.f90(449): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USALCL] call usalcl(itrale, nvar, nscal, & -------^ ../../../src/base/condli.f90(487): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COU1DI] call cou1di(nfabor, iscalt, icodcl, rcodcl) ---------^ ../../../src/base/condli.f90(493): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_TAGMRI] call cs_tagmri(nfabor, iscalt, icodcl, rcodcl) ---------^ ../../../src/base/condli.f90(645): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTYCL] call pptycl & -------^ ../../../src/base/condli.f90(653): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ALTYCL] call altycl & -------^ ../../../src/base/condli.f90(660): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MMTYCL] call mmtycl(itypfb, rcodcl) -------^ ../../../src/base/condli.f90(663): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TYPECL] call typecl & -----^ ../../../src/base/condli.f90(672): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERICL] call vericl(nvar, nscal, itypfb, icodcl) -----^ ../../../src/base/condli.f90(1137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR] call set_dirichlet_vector & -----------^ ../../../src/base/condli.f90(1158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR] call set_neumann_vector & -----------^ ../../../src/base/condli.f90(1215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR] call set_dirichlet_vector & ---------^ ../../../src/base/condli.f90(1232): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR] call set_neumann_vector & ---------^ ../../../src/base/condli.f90(1251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_VECTOR] call set_convective_outlet_vector & ---------^ ../../../src/base/condli.f90(1269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_VECTOR] call set_dirichlet_conv_neumann_diff_vector & ---------^ ../../../src/base/condli.f90(1294): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_GENERALIZED_SYM_VECTOR] call set_generalized_sym_vector & ---------^ ../../../src/base/condli.f90(1321): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_GENERALIZED_DIRICHLET_VECTOR] call set_generalized_dirichlet_vector & ---------^ ../../../src/base/condli.f90(1435): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------^ ../../../src/base/condli.f90(1449): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------^ ../../../src/base/condli.f90(1462): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & ---------^ ../../../src/base/condli.f90(1475): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_AFFINE_FUNCTION_SCALAR] call set_affine_function_scalar & ---------^ ../../../src/base/condli.f90(1490): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_AFFINE_FUNCTION_CONV_NEUMANN_DIFF_SCALA] call set_affine_function_conv_neumann_diff_scalar & ---------^ ../../../src/base/condli.f90(1503): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & ---------^ ../../../src/base/condli.f90(1515): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_CONV_H_NEUMANN_DIFF_SCALAR] call set_neumann_conv_h_neumann_diff_scalar & ---------^ ../../../src/base/condli.f90(1548): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/condli.f90(1562): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/condli.f90(1575): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -----------^ ../../../src/base/condli.f90(1639): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/condli.f90(1653): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/condli.f90(1666): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(1679): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(1788): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_TENSOR] call set_dirichlet_tensor & ---------------^ ../../../src/base/condli.f90(1804): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_TENSOR] call set_neumann_tensor & ---------------^ ../../../src/base/condli.f90(1820): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_TENSOR] call set_convective_outlet_tensor & ---------------^ ../../../src/base/condli.f90(1836): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_TENSOR] call set_dirichlet_conv_neumann_diff_tensor & ---------------^ ../../../src/base/condli.f90(1948): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------------^ ../../../src/base/condli.f90(1964): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------------^ ../../../src/base/condli.f90(1980): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & ---------------^ ../../../src/base/condli.f90(1996): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & ---------------^ ../../../src/base/condli.f90(2098): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/condli.f90(2112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/condli.f90(2125): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(2139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(2174): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/condli.f90(2188): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/condli.f90(2201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(2214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(2269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/condli.f90(2283): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/condli.f90(2296): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(2309): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(2350): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/condli.f90(2364): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/condli.f90(2377): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(2390): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(2429): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -------------^ ../../../src/base/condli.f90(2443): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------------^ ../../../src/base/condli.f90(2456): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -------------^ ../../../src/base/condli.f90(2469): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -------------^ ../../../src/base/condli.f90(2512): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & -----------^ ../../../src/base/condli.f90(2526): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -----------^ ../../../src/base/condli.f90(2539): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -----------^ ../../../src/base/condli.f90(2552): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & -----------^ ../../../src/base/condli.f90(2758): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------------^ ../../../src/base/condli.f90(2776): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------------^ ../../../src/base/condli.f90(2794): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & ---------------^ ../../../src/base/condli.f90(2812): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_TOTAL_FLUX] call set_total_flux & ---------------^ ../../../src/base/condli.f90(2830): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & ---------------^ ../../../src/base/condli.f90(2949): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR_ANISO] call set_dirichlet_vector_aniso & -----------------^ ../../../src/base/condli.f90(2971): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR_ANISO] call set_neumann_vector_aniso & -----------------^ ../../../src/base/condli.f90(2996): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_VECTOR_ANISO] call set_convective_outlet_vector_aniso & -----------------^ ../../../src/base/condli.f90(3094): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR_ANISO] call set_dirichlet_vector_aniso & ---------------^ ../../../src/base/condli.f90(3124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR_ANISO] call set_neumann_vector_aniso & ---------------^ ../../../src/base/condli.f90(3156): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_VECTOR_ANISO] call set_convective_outlet_vector_aniso & ---------------^ ../../../src/base/condli.f90(3188): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_VECTOR] call set_dirichlet_conv_neumann_diff_vector & ---------------^ ../../../src/base/condli.f90(3228): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_GENERALIZED_SYM_VECTOR_ANISO] call set_generalized_sym_vector_aniso & ---------------^ ../../../src/base/condli.f90(3269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_GENERALIZED_DIRICHLET_VECTOR_ANISO] call set_generalized_dirichlet_vector_aniso & ---------------^ ../../../src/base/condli.f90(3327): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------------^ ../../../src/base/condli.f90(3341): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------------^ ../../../src/base/condli.f90(3354): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & ---------------^ ../../../src/base/condli.f90(3368): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_CONV_NEUMANN_DIFF_SCALAR] call set_dirichlet_conv_neumann_diff_scalar & ---------------^ ../../../src/base/condli.f90(3438): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_VECTOR_ANISO] call set_dirichlet_vector_aniso & -----------^ ../../../src/base/condli.f90(3454): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR_ANISO] call set_neumann_vector_aniso & -----------^ ../../../src/base/condli.f90(3474): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_VECTOR_ANISO] call set_convective_outlet_vector_aniso & -----------^ ../../../src/base/condli.f90(3890): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/condli.f90(4843): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar(coefa, cofaf, coefb, cofbf, dimp, hint) -----^ ../../../src/base/condli.f90(5195): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PRECLI] call precli(nvar, icodcl, rcodcl) -----^ ../../../src/base/condli.f90(5204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICLIM] call uiclim & -----^ ../../../src/base/condli.f90(5215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_F_USER_BOUNDARY_CONDITIONS] call cs_f_user_boundary_conditions & -----^ ../../../src/base/condli.f90(5237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIALCL] call uialcl & -------^ ../../../src/base/condli.f90(5245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USALCL] call usalcl & -------^ ../../../src/base/condli.f90(5274): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ALTYCL] call altycl & -------^ ../../../src/base/condli.f90(5281): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MMTYCL] call mmtycl(itypfb, rcodcl) -------^ ../../../src/base/condli.f90(5288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCLOC] call cscloc -------^ ../../../src/base/condli.f90(5289): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCFBR_INIT] call cscfbr_init(icodcl, itypfb) -------^ ../../../src/base/condli.f90(5295): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTYCL] call pptycl & -------^ ../../../src/base/condli.f90(5302): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TYPECL] call typecl & -----^ ../../../src/base/condli.f90(5314): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERICL] call vericl(nvar, nscal, itypfb, icodcl) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cou1di.lo ../../../src/base/cou1di.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cou1di.f90 -fPIC -o .libs/cou1di.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cou1do.lo ../../../src/base/cou1do.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o covofi.lo ../../../src/base/covofi.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cou1do.f90 -fPIC -o .libs/cou1do.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/covofi.f90 -fPIC -o .libs/covofi.o ../../../src/base/covofi.f90(412): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(xcpp) -------^ ../../../src/base/covofi.f90(436): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UITSSC] call uitssc(ippmod(idarcy), iflid, cvar_var, smbrs, rovsdt) -------^ ../../../src/base/covofi.f90(438): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UITSTH] call uitsth(iflid, cvar_var, smbrs, rovsdt) -------^ ../../../src/base/covofi.f90(441): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USTSSC] call ustssc & -----^ ../../../src/base/covofi.f90(467): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_scal_st) ---------^ ../../../src/base/covofi.f90(497): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CHEM_SOURCE_TERMS] call chem_source_terms(iscal, smbrs, rovsdt) ---------^ ../../../src/base/covofi.f90(561): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTSSC] call pptssc(iscal, smbrs, rovsdt, tslagr) -------^ ../../../src/base/covofi.f90(590): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_RADST] call cs_coal_radst & -----------^ ../../../src/base/covofi.f90(625): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_RADST] call cs_fuel_radst & -----------^ ../../../src/base/covofi.f90(705): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CONDENSATION_SOURCE_TERMS] call condensation_source_terms & -------^ ../../../src/base/covofi.f90(737): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CONDENSATION_SOURCE_TERMS] call condensation_source_terms & -------^ ../../../src/base/covofi.f90(767): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/base/covofi.f90(1074): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESALP] call resalp(f_id, xclt) -----------^ ../../../src/base/covofi.f90(1077): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVRIT] call divrit & ---------^ ../../../src/base/covofi.f90(1125): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) -----------^ ../../../src/base/covofi.f90(1127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) --------------^ ../../../src/base/covofi.f90(1131): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/covofi.f90(1216): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cpro_wgrec_v) -----------^ ../../../src/base/covofi.f90(1281): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DRIFLU] call driflu & -------^ ../../../src/base/covofi.f90(1318): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(1, imasfl , bmasfl , diverg) ---------^ ../../../src/base/covofi.f90(1393): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o covofv.lo ../../../src/base/covofv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/covofv.f90 -fPIC -o .libs/covofv.o ../../../src/base/covofv.f90(291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USTSVV] call ustsvv & -----^ ../../../src/base/covofv.f90(306): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/covofv.f90(318): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVEC] call synvec(cpro_vect_st) ---------^ ../../../src/base/covofv.f90(366): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTSVV] call pptsvv(iscal, smbrv) -------^ ../../../src/base/covofv.f90(459): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) -----------^ ../../../src/base/covofv.f90(462): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/covofv.f90(514): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cpro_wgrec_v) -----------^ ../../../src/base/covofv.f90(575): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DRIFLU] call driflu & -------^ ../../../src/base/covofv.f90(613): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(1, imasfl , bmasfl , diverg) ---------^ depbase=`echo cs_1d_wall_thermal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_1d_wall_thermal.lo -MD -MP -MF $depbase.Tpo -c -o cs_1d_wall_thermal.lo ../../../src/base/cs_1d_wall_thermal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_1d_wall_thermal.lo -MD -MP -MF .deps/cs_1d_wall_thermal.Tpo -c ../../../src/base/cs_1d_wall_thermal.c -fPIC -DPIC -o .libs/cs_1d_wall_thermal.o depbase=`echo cs_1d_wall_thermal_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_1d_wall_thermal_check.lo -MD -MP -MF $depbase.Tpo -c -o cs_1d_wall_thermal_check.lo ../../../src/base/cs_1d_wall_thermal_check.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_1d_wall_thermal_check.lo -MD -MP -MF .deps/cs_1d_wall_thermal_check.Tpo -c ../../../src/base/cs_1d_wall_thermal_check.c -fPIC -DPIC -o .libs/cs_1d_wall_thermal_check.o depbase=`echo cs_ale.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ale.lo -MD -MP -MF $depbase.Tpo -c -o cs_ale.lo ../../../src/base/cs_ale.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ale.lo -MD -MP -MF .deps/cs_ale.Tpo -c ../../../src/base/cs_ale.c -fPIC -DPIC -o .libs/cs_ale.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/base/cs_ale.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_array.lo -MD -MP -MF $depbase.Tpo -c -o cs_array.lo ../../../src/base/cs_array.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_array.lo -MD -MP -MF .deps/cs_array.Tpo -c ../../../src/base/cs_array.c -fPIC -DPIC -o .libs/cs_array.o depbase=`echo cs_array_reduce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_array_reduce.lo -MD -MP -MF $depbase.Tpo -c -o cs_array_reduce.lo ../../../src/base/cs_array_reduce.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_array_reduce.lo -MD -MP -MF .deps/cs_array_reduce.Tpo -c ../../../src/base/cs_array_reduce.c -fPIC -DPIC -o .libs/cs_array_reduce.o ../../../src/base/cs_array_reduce.c(133): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits *n_sblocks = (n_blocks > 1) ? sqrt(n_blocks) : 1; ^ ../../../src/base/cs_array_reduce.c(2730): warning #2259: non-pointer conversion from "cs_real_t={double}" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t wi = w[_wl[i]]; ^ depbase=`echo cs_ast_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ast_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_ast_coupling.lo ../../../src/base/cs_ast_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ast_coupling.lo -MD -MP -MF .deps/cs_ast_coupling.Tpo -c ../../../src/base/cs_ast_coupling.c -fPIC -DPIC -o .libs/cs_ast_coupling.o ../../../src/base/cs_ast_coupling.c(343): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits int _nbpts = nbpts; ^ depbase=`echo cs_base_fortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_base_fortran.lo -MD -MP -MF $depbase.Tpo -c -o cs_base_fortran.lo ../../../src/base/cs_base_fortran.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_base_fortran.lo -MD -MP -MF .deps/cs_base_fortran.Tpo -c ../../../src/base/cs_base_fortran.c -fPIC -DPIC -o .libs/cs_base_fortran.o depbase=`echo cs_boundary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary.lo -MD -MP -MF $depbase.Tpo -c -o cs_boundary.lo ../../../src/base/cs_boundary.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary.lo -MD -MP -MF .deps/cs_boundary.Tpo -c ../../../src/base/cs_boundary.c -fPIC -DPIC -o .libs/cs_boundary.o depbase=`echo cs_boundary_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_boundary_conditions.lo ../../../src/base/cs_boundary_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary_conditions.lo -MD -MP -MF .deps/cs_boundary_conditions.Tpo -c ../../../src/base/cs_boundary_conditions.c -fPIC -DPIC -o .libs/cs_boundary_conditions.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_boundary_conditions.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_boundary_conditions.c(308): warning #869: parameter "eqp" was never referenced const cs_equation_param_t *eqp, ^ ../../../src/base/cs_boundary_conditions.c(372): warning #869: parameter "eqp" was never referenced const cs_equation_param_t *eqp, ^ ../../../src/base/cs_boundary_conditions.c(375): warning #869: parameter "t_eval" was never referenced cs_real_t t_eval, ^ ../../../src/base/cs_boundary_conditions.c(451): warning #869: parameter "eqp" was never referenced const cs_equation_param_t *eqp, ^ ../../../src/base/cs_boundary_conditions.c(503): warning #869: parameter "eqp" was never referenced const cs_equation_param_t *eqp, ^ ../../../src/base/cs_boundary_conditions.c(507): warning #869: parameter "t_eval" was never referenced cs_real_t t_eval, ^ ../../../src/base/cs_boundary_conditions.c(809): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits tolerance, ^ ../../../src/base/cs_boundary_conditions.c(1231): warning #869: parameter "itypfb" was never referenced int itypfb[], ^ ../../../src/base/cs_boundary_conditions.c(1379): warning #177: variable "t_eval" was declared but never referenced const cs_real_t t_eval = ts->t_cur; ^ depbase=`echo cs_boundary_zone.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary_zone.lo -MD -MP -MF $depbase.Tpo -c -o cs_boundary_zone.lo ../../../src/base/cs_boundary_zone.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_boundary_zone.lo -MD -MP -MF .deps/cs_boundary_zone.Tpo -c ../../../src/base/cs_boundary_zone.c -fPIC -DPIC -o .libs/cs_boundary_zone.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_boundary_zone.c(63): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_calcium.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_calcium.lo -MD -MP -MF $depbase.Tpo -c -o cs_calcium.lo ../../../src/base/cs_calcium.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_calcium.lo -MD -MP -MF .deps/cs_calcium.Tpo -c ../../../src/base/cs_calcium.c -fPIC -DPIC -o .libs/cs_calcium.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csc2cl.lo ../../../src/base/csc2cl.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csc2ts.lo ../../../src/base/csc2ts.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csc2cl.f90 -fPIC -o .libs/csc2cl.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csc2ts.f90 -fPIC -o .libs/csc2ts.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csccel.lo ../../../src/base/csccel.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csccel.f90 -fPIC -o .libs/csccel.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cscfbr.lo ../../../src/base/cscfbr.f90 ../../../src/base/csccel.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NBECPL] call nbecpl & -------^ ../../../src/base/csccel.f90(112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LELCPL] call lelcpl & -------^ ../../../src/base/csccel.f90(128): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NPDCPL] call npdcpl(numcpl, ncedis, nfbdis) -------^ ../../../src/base/csccel.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COOCPL] call coocpl & -------^ ../../../src/base/csccel.f90(148): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/csccel.f90(168): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCPCE] call cscpce & ---------^ ../../../src/base/csccel.f90(190): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VARCPL] call varcpl & ---------^ ../../../src/base/csccel.f90(207): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSC2TS] call csc2ts(ncecpl, lcecpl, vela, crvexp, rvcel) ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cscfbr.f90 -fPIC -o .libs/cscfbr.o ../../../src/base/cscfbr.f90(131): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NBECPL] call nbecpl & -------^ ../../../src/base/cscfbr.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LELCPL] call lelcpl & -------^ ../../../src/base/cscfbr.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LENCPL] call lencpl & -------^ ../../../src/base/cscfbr.f90(166): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NPDCPL] call npdcpl(numcpl, ncedis, nfbdis) -------^ ../../../src/base/cscfbr.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COOCPL] call coocpl & -------^ ../../../src/base/cscfbr.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/cscfbr.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCPFB] call cscpfb & ---------^ ../../../src/base/cscfbr.f90(237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VARCPL] call varcpl & -----------^ ../../../src/base/cscfbr.f90(260): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PONDCP] call pondcp & ---------^ ../../../src/base/cscfbr.f90(264): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSC2CL] call csc2cl & ---------^ ../../../src/base/cscfbr.f90(380): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NBECPL] call nbecpl(numcpl, ncesup, nfbsup, & -------^ ../../../src/base/cscfbr.f90(388): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LELCPL] call lelcpl(numcpl, ncecpl, nfbcpl, lcecpl, lfbcpl) -------^ ../../../src/base/cscfbr.f90(391): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LENCPL] call lencpl(numcpl, ncencp, nfbncp, lcencp, lfbncp) -------^ ../../../src/base/cscfbr.f90(401): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSC2CL_INIT] call csc2cl_init(nvarcp(numcpl), nfbcpl, nfbncp, & ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cscini.lo ../../../src/base/cscini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cscini.f90 -fPIC -o .libs/cscini.o ../../../src/base/cscini.f90(77): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MXICPL] call mxicpl(numcpl, ifaccp, ifcpmx) -------^ ../../../src/base/cscini.f90(84): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MXICPL] call mxicpl(numcpl, icorio, icormx(numcpl)) -------^ ../../../src/base/cscini.f90(90): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MXICPL] call mxicpl(numcpl, iale , ialemx) -------^ ../../../src/base/cscini.f90(117): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MXICPL] call mxicpl(numcpl, nvarcp(numcpl), nvcpmx) -------^ ../../../src/base/cscini.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TBICPL] call tbicpl(numcpl, 1, 1, iturb, iturcp(numcpl)) -------^ ../../../src/base/cscini.f90(132): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/cscini.f90(136): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/cscini.f90(141): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/cscini.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csclli.lo ../../../src/base/csclli.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cscloc.lo ../../../src/base/cscloc.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csclli.f90 -fPIC -o .libs/csclli.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cscloc.f90 -fPIC -o .libs/cscloc.o ../../../src/base/cscloc.f90(68): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DEFLOC] call defloc ( numcpl ) ----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cscpce.lo ../../../src/base/cscpce.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cscpfb.lo ../../../src/base/cscpfb.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cscpce.f90 -fPIC -o .libs/cscpce.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cscpfb.f90 -fPIC -o .libs/cscpfb.o ../../../src/base/cscpce.f90(120): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CGDVEC] call cgdvec & -----^ depbase=`echo cs_control.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_control.lo -MD -MP -MF $depbase.Tpo -c -o cs_control.lo ../../../src/base/cs_control.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_control.lo -MD -MP -MF .deps/cs_control.Tpo -c ../../../src/base/cs_control.c -fPIC -DPIC -o .libs/cs_control.o ../../../src/base/cs_control.c(566): warning #2259: non-pointer conversion from "int" to "in_port_t={uint16_t={unsigned short}}" may lose significant bits sock_addr.sin_port = port_num; ^ ../../../src/base/cs_control.c(971): warning #869: parameter "ts" was never referenced _control_notebook(const cs_time_step_t *ts, ^ depbase=`echo cs_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_coupling.lo ../../../src/base/cs_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_coupling.lo -MD -MP -MF .deps/cs_coupling.Tpo -c ../../../src/base/cs_coupling.c -fPIC -DPIC -o .libs/cs_coupling.o ../../../src/base/cs_coupling.c(499): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits ts_min); ^ depbase=`echo cs_ext_neighborhood.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ext_neighborhood.lo -MD -MP -MF $depbase.Tpo -c -o cs_ext_neighborhood.lo ../../../src/base/cs_ext_neighborhood.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ext_neighborhood.lo -MD -MP -MF .deps/cs_ext_neighborhood.Tpo -c ../../../src/base/cs_ext_neighborhood.c -fPIC -DPIC -o .libs/cs_ext_neighborhood.o ../../../src/base/cs_ext_neighborhood.c(1125): warning #177: variable "unique" was declared but never referenced bool unique = cs_sort_indexed(n_cells, cell_cells_idx, cell_cells_lst); ^ depbase=`echo cs_equation_iterative_solve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_iterative_solve.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation_iterative_solve.lo ../../../src/base/cs_equation_iterative_solve.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_fan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_fan.lo -MD -MP -MF $depbase.Tpo -c -o cs_fan.lo ../../../src/base/cs_fan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_iterative_solve.lo -MD -MP -MF .deps/cs_equation_iterative_solve.Tpo -c ../../../src/base/cs_equation_iterative_solve.c -fPIC -DPIC -o .libs/cs_equation_iterative_solve.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_fan.lo -MD -MP -MF .deps/cs_fan.Tpo -c ../../../src/base/cs_fan.c -fPIC -DPIC -o .libs/cs_fan.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_balance.h(40), from ../../../src/base/cs_equation_iterative_solve.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_equation_iterative_solve.c(1315): warning #167: argument of type "cs_real_33_t *" is incompatible with parameter of type "const cs_real_33_t *" fimp, ^ depbase=`echo cs_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field.lo -MD -MP -MF $depbase.Tpo -c -o cs_field.lo ../../../src/base/cs_field.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field.lo -MD -MP -MF .deps/cs_field.Tpo -c ../../../src/base/cs_field.c -fPIC -DPIC -o .libs/cs_field.o depbase=`echo cs_field_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_default.lo -MD -MP -MF $depbase.Tpo -c -o cs_field_default.lo ../../../src/base/cs_field_default.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/base/cs_field.c(2434): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits name0[l0] = toupper(name0[l0]); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_default.lo -MD -MP -MF .deps/cs_field_default.Tpo -c ../../../src/base/cs_field_default.c -fPIC -DPIC -o .libs/cs_field_default.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_field_pointer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_pointer.lo -MD -MP -MF $depbase.Tpo -c -o cs_field_pointer.lo ../../../src/base/cs_field_pointer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_pointer.lo -MD -MP -MF .deps/cs_field_pointer.Tpo -c ../../../src/base/cs_field_pointer.c -fPIC -DPIC -o .libs/cs_field_pointer.o ../../../src/base/cs_field_pointer.c(262): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _sublist_size[e] = n_sub; ^ depbase=`echo cs_field_operator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_operator.lo -MD -MP -MF $depbase.Tpo -c -o cs_field_operator.lo ../../../src/base/cs_field_operator.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_field_operator.lo -MD -MP -MF .deps/cs_field_operator.Tpo -c ../../../src/base/cs_field_operator.c -fPIC -DPIC -o .libs/cs_field_operator.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/base/cs_field_operator.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_flag_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_flag_check.lo -MD -MP -MF $depbase.Tpo -c -o cs_flag_check.lo ../../../src/base/cs_flag_check.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gas_mix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gas_mix.lo -MD -MP -MF $depbase.Tpo -c -o cs_gas_mix.lo ../../../src/base/cs_gas_mix.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_flag_check.lo -MD -MP -MF .deps/cs_flag_check.Tpo -c ../../../src/base/cs_flag_check.c -fPIC -DPIC -o .libs/cs_flag_check.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gas_mix.lo -MD -MP -MF .deps/cs_gas_mix.Tpo -c ../../../src/base/cs_gas_mix.c -fPIC -DPIC -o .libs/cs_gas_mix.o depbase=`echo cs_halo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_halo.lo -MD -MP -MF $depbase.Tpo -c -o cs_halo.lo ../../../src/base/cs_halo.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_halo_perio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_halo_perio.lo -MD -MP -MF $depbase.Tpo -c -o cs_halo_perio.lo ../../../src/base/cs_halo_perio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_halo.lo -MD -MP -MF .deps/cs_halo.Tpo -c ../../../src/base/cs_halo.c -fPIC -DPIC -o .libs/cs_halo.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_halo_perio.lo -MD -MP -MF .deps/cs_halo_perio.Tpo -c ../../../src/base/cs_halo_perio.c -fPIC -DPIC -o .libs/cs_halo_perio.o depbase=`echo cs_head_losses.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_head_losses.lo -MD -MP -MF $depbase.Tpo -c -o cs_head_losses.lo ../../../src/base/cs_head_losses.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_interpolate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_interpolate.lo -MD -MP -MF $depbase.Tpo -c -o cs_interpolate.lo ../../../src/base/cs_interpolate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_head_losses.lo -MD -MP -MF .deps/cs_head_losses.Tpo -c ../../../src/base/cs_head_losses.c -fPIC -DPIC -o .libs/cs_head_losses.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_interpolate.lo -MD -MP -MF .deps/cs_interpolate.Tpo -c ../../../src/base/cs_interpolate.c -fPIC -DPIC -o .libs/cs_interpolate.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csinit.lo ../../../src/base/csinit.f90 In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/base/cs_interpolate.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csinit.f90 -fPIC -o .libs/csinit.o depbase=`echo cs_log_iteration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log_iteration.lo -MD -MP -MF $depbase.Tpo -c -o cs_log_iteration.lo ../../../src/base/cs_log_iteration.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log_iteration.lo -MD -MP -MF .deps/cs_log_iteration.Tpo -c ../../../src/base/cs_log_iteration.c -fPIC -DPIC -o .libs/cs_log_iteration.o depbase=`echo cs_log_setup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log_setup.lo -MD -MP -MF $depbase.Tpo -c -o cs_log_setup.lo ../../../src/base/cs_log_setup.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_notebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_notebook.lo -MD -MP -MF $depbase.Tpo -c -o cs_notebook.lo ../../../src/base/cs_notebook.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_log_iteration.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_notebook.lo -MD -MP -MF .deps/cs_notebook.Tpo -c ../../../src/base/cs_notebook.c -fPIC -DPIC -o .libs/cs_notebook.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_log_setup.lo -MD -MP -MF .deps/cs_log_setup.Tpo -c ../../../src/base/cs_log_setup.c -fPIC -DPIC -o .libs/cs_log_setup.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_notebook.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_log_setup.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_numbering.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_numbering.lo -MD -MP -MF $depbase.Tpo -c -o cs_numbering.lo ../../../src/base/cs_numbering.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_measures_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_measures_util.lo -MD -MP -MF $depbase.Tpo -c -o cs_measures_util.lo ../../../src/base/cs_measures_util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_numbering.lo -MD -MP -MF .deps/cs_numbering.Tpo -c ../../../src/base/cs_numbering.c -fPIC -DPIC -o .libs/cs_numbering.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_measures_util.lo -MD -MP -MF .deps/cs_measures_util.Tpo -c ../../../src/base/cs_measures_util.c -fPIC -DPIC -o .libs/cs_measures_util.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_mesh_tagmr.lo ../../../src/base/cs_mesh_tagmr.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_mesh_tagmr.f90 -fPIC -o .libs/cs_mesh_tagmr.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_metal_structures_tag.lo ../../../src/base/cs_metal_structures_tag.f90 ../../../src/base/cs_mesh_tagmr.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_metal_structures_tag.f90 -fPIC -o .libs/cs_metal_structures_tag.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_gas_mix_initialization.lo ../../../src/base/cs_gas_mix_initialization.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_gas_mix_physical_properties.lo ../../../src/base/cs_gas_mix_physical_properties.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_gas_mix_initialization.f90 -fPIC -o .libs/cs_gas_mix_initialization.o ../../../src/base/cs_gas_mix_initialization.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/cs_gas_mix_initialization.f90(207): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_gas_mix_physical_properties.f90 -fPIC -o .libs/cs_gas_mix_physical_properties.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csopli.lo ../../../src/base/csopli.f90 depbase=`echo cs_opts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_opts.lo -MD -MP -MF $depbase.Tpo -c -o cs_opts.lo ../../../src/base/cs_opts.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/base/cs_gas_mix_physical_properties.f90(115): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/cs_gas_mix_physical_properties.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/cs_gas_mix_physical_properties.f90(322): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_LOCAL_PHYSICAL_PROPERTIES] call cs_local_physical_properties & ---------^ ../../../src/base/cs_gas_mix_physical_properties.f90(327): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_LOCAL_PHYSICAL_PROPERTIES_SUTH] call cs_local_physical_properties_suth & -----------^ ../../../src/base/cs_gas_mix_physical_properties.f90(353): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_LOCAL_PHYSICAL_PROPERTIES] call cs_local_physical_properties & -----------^ ../../../src/base/cs_gas_mix_physical_properties.f90(358): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_LOCAL_PHYSICAL_PROPERTIES_SUTH] call cs_local_physical_properties_suth & -------------^ ../../../src/base/cs_gas_mix_physical_properties.f90(539): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/cs_gas_mix_physical_properties.f90(594): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csopli.f90 -fPIC -o .libs/csopli.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_opts.lo -MD -MP -MF .deps/cs_opts.Tpo -c ../../../src/base/cs_opts.c -fPIC -DPIC -o .libs/cs_opts.o ../../../src/base/csopli.f90(76): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSLOGNAME] call cslogname(len(name), name) -----^ depbase=`echo cs_parall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parall.lo -MD -MP -MF $depbase.Tpo -c -o cs_parall.lo ../../../src/base/cs_parall.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_opts.c(58): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parall.lo -MD -MP -MF .deps/cs_parall.Tpo -c ../../../src/base/cs_parall.c -fPIC -DPIC -o .libs/cs_parall.o depbase=`echo cs_param_types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_param_types.lo -MD -MP -MF $depbase.Tpo -c -o cs_param_types.lo ../../../src/base/cs_param_types.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_parameters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parameters.lo -MD -MP -MF $depbase.Tpo -c -o cs_parameters.lo ../../../src/base/cs_parameters.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_parameters_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parameters_check.lo -MD -MP -MF $depbase.Tpo -c -o cs_parameters_check.lo ../../../src/base/cs_parameters_check.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_param_types.lo -MD -MP -MF .deps/cs_param_types.Tpo -c ../../../src/base/cs_param_types.c -fPIC -DPIC -o .libs/cs_param_types.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parameters.lo -MD -MP -MF .deps/cs_parameters.Tpo -c ../../../src/base/cs_parameters.c -fPIC -DPIC -o .libs/cs_parameters.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_parameters_check.lo -MD -MP -MF .deps/cs_parameters_check.Tpo -c ../../../src/base/cs_parameters_check.c -fPIC -DPIC -o .libs/cs_parameters_check.o depbase=`echo cs_physical_constants.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_constants.lo -MD -MP -MF $depbase.Tpo -c -o cs_physical_constants.lo ../../../src/base/cs_physical_constants.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/base/cs_parameters.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_parameters_check.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_constants.lo -MD -MP -MF .deps/cs_physical_constants.Tpo -c ../../../src/base/cs_physical_constants.c -fPIC -DPIC -o .libs/cs_physical_constants.o depbase=`echo cs_physical_properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_properties.lo -MD -MP -MF $depbase.Tpo -c -o cs_physical_properties.lo ../../../src/base/cs_physical_properties.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_porosity_from_scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_porosity_from_scan.lo -MD -MP -MF $depbase.Tpo -c -o cs_porosity_from_scan.lo ../../../src/base/cs_porosity_from_scan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_properties.lo -MD -MP -MF .deps/cs_physical_properties.Tpo -c ../../../src/base/cs_physical_properties.c -fPIC -DPIC -o .libs/cs_physical_properties.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_porosity_from_scan.lo -MD -MP -MF .deps/cs_porosity_from_scan.Tpo -c ../../../src/base/cs_porosity_from_scan.c -fPIC -DPIC -o .libs/cs_porosity_from_scan.o depbase=`echo cs_porous_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_porous_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_porous_model.lo ../../../src/base/cs_porous_model.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_xdef_cw_eval.h(35), from ../../../src/cdo/cs_property.h(38), from ../../../src/base/cs_physical_properties.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_physical_properties.c(302): warning #869: parameter "reference" was never referenced const char *reference, ^ ../../../src/base/cs_physical_properties.c(989): warning #144: a value of type "cs_real_3_t *" cannot be used to initialize an entity of type "const cs_real_3_t *" const cs_real_3_t *_context = (cs_real_3_t *)def->context; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_equation_iterative_solve.h(35), from ../../../src/base/cs_porosity_from_scan.c(78): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_porosity_from_scan.c(261): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits colors[3*i + 0] = red/255.; ^ ../../../src/base/cs_porosity_from_scan.c(262): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits colors[3*i + 1] = green/255.; ^ ../../../src/base/cs_porosity_from_scan.c(263): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits colors[3*i + 2] = blue/255.; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_porous_model.lo -MD -MP -MF .deps/cs_porous_model.Tpo -c ../../../src/base/cs_porous_model.c -fPIC -DPIC -o .libs/cs_porous_model.o depbase=`echo cs_post.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post.lo -MD -MP -MF $depbase.Tpo -c -o cs_post.lo ../../../src/base/cs_post.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_post_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post_default.lo -MD -MP -MF $depbase.Tpo -c -o cs_post_default.lo ../../../src/base/cs_post_default.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post.lo -MD -MP -MF .deps/cs_post.Tpo -c ../../../src/base/cs_post.c -fPIC -DPIC -o .libs/cs_post.o depbase=`echo cs_post_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post_util.lo -MD -MP -MF $depbase.Tpo -c -o cs_post_util.lo ../../../src/base/cs_post_util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post_default.lo -MD -MP -MF .deps/cs_post_default.Tpo -c ../../../src/base/cs_post_default.c -fPIC -DPIC -o .libs/cs_post_default.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_post_util.lo -MD -MP -MF .deps/cs_post_util.Tpo -c ../../../src/base/cs_post_util.c -fPIC -DPIC -o .libs/cs_post_util.o ../../../src/base/cs_post.c(2248): warning #869: parameter "exp_mesh" was never referenced _cs_post_assmb_var_faces(const fvm_nodal_t *exp_mesh, ^ ../../../src/base/cs_post.c(2425): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits char mask = fam_flag[i+1]; ^ ../../../src/base/cs_post.c(2429): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits group_flag[g_id] = group_flag[g_id] | mask; ^ ../../../src/base/cs_post.c(3878): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits int n_steps = w->tc.last_t / interval_t; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/base/cs_post_util.h(36), from ../../../src/base/cs_post_default.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/base/cs_post_util.c(51): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_preprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocess.lo -MD -MP -MF $depbase.Tpo -c -o cs_preprocess.lo ../../../src/base/cs_preprocess.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocess.lo -MD -MP -MF .deps/cs_preprocess.Tpo -c ../../../src/base/cs_preprocess.c -fPIC -DPIC -o .libs/cs_preprocess.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/base/cs_preprocess.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_preprocessor_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocessor_data.lo -MD -MP -MF $depbase.Tpo -c -o cs_preprocessor_data.lo ../../../src/base/cs_preprocessor_data.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_preprocessor_data.lo -MD -MP -MF .deps/cs_preprocessor_data.Tpo -c ../../../src/base/cs_preprocessor_data.c -fPIC -DPIC -o .libs/cs_preprocessor_data.o depbase=`echo cs_probe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_probe.lo -MD -MP -MF $depbase.Tpo -c -o cs_probe.lo ../../../src/base/cs_probe.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_probe.lo -MD -MP -MF .deps/cs_probe.Tpo -c ../../../src/base/cs_probe.c -fPIC -DPIC -o .libs/cs_probe.o ../../../src/base/cs_probe.c(1518): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits tolerance_base, ^ ../../../src/base/cs_probe.c(1519): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits pset->tolerance, ^ depbase=`echo cs_random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_random.lo -MD -MP -MF $depbase.Tpo -c -o cs_random.lo ../../../src/base/cs_random.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_random.lo -MD -MP -MF .deps/cs_random.Tpo -c ../../../src/base/cs_random.c -fPIC -DPIC -o .libs/cs_random.o depbase=`echo cs_range_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_range_set.lo -MD -MP -MF $depbase.Tpo -c -o cs_range_set.lo ../../../src/base/cs_range_set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_range_set.lo -MD -MP -MF .deps/cs_range_set.Tpo -c ../../../src/base/cs_range_set.c -fPIC -DPIC -o .libs/cs_range_set.o depbase=`echo cs_resource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_resource.lo -MD -MP -MF $depbase.Tpo -c -o cs_resource.lo ../../../src/base/cs_resource.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_restart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart.lo -MD -MP -MF $depbase.Tpo -c -o cs_restart.lo ../../../src/base/cs_restart.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_resource.lo -MD -MP -MF .deps/cs_resource.Tpo -c ../../../src/base/cs_resource.c -fPIC -DPIC -o .libs/cs_resource.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart.lo -MD -MP -MF .deps/cs_restart.Tpo -c ../../../src/base/cs_restart.c -fPIC -DPIC -o .libs/cs_restart.o depbase=`echo cs_restart_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart_default.lo -MD -MP -MF $depbase.Tpo -c -o cs_restart_default.lo ../../../src/base/cs_restart_default.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart_default.lo -MD -MP -MF .deps/cs_restart_default.Tpo -c ../../../src/base/cs_restart_default.c -fPIC -DPIC -o .libs/cs_restart_default.o depbase=`echo cs_restart_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart_map.lo -MD -MP -MF $depbase.Tpo -c -o cs_restart_map.lo ../../../src/base/cs_restart_map.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/base/cs_restart_default.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_restart_default.c(1656): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" point_coordinates, ^ ../../../src/base/cs_restart_default.c(1661): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" vel_l, ^ ../../../src/base/cs_restart_default.c(1662): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rst, ^ ../../../src/base/cs_restart_default.c(1665): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" cs_les_rescale_fluctuations(n_cells, rst, fluctuations); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_restart_map.lo -MD -MP -MF .deps/cs_restart_map.Tpo -c ../../../src/base/cs_restart_map.c -fPIC -DPIC -o .libs/cs_restart_map.o depbase=`echo cs_rotation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rotation.lo -MD -MP -MF $depbase.Tpo -c -o cs_rotation.lo ../../../src/base/cs_rotation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rotation.lo -MD -MP -MF .deps/cs_rotation.Tpo -c ../../../src/base/cs_rotation.c -fPIC -DPIC -o .libs/cs_rotation.o depbase=`echo cs_runaway_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_runaway_check.lo -MD -MP -MF $depbase.Tpo -c -o cs_runaway_check.lo ../../../src/base/cs_runaway_check.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_sat_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sat_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_sat_coupling.lo ../../../src/base/cs_sat_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_runaway_check.lo -MD -MP -MF .deps/cs_runaway_check.Tpo -c ../../../src/base/cs_runaway_check.c -fPIC -DPIC -o .libs/cs_runaway_check.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sat_coupling.lo -MD -MP -MF .deps/cs_sat_coupling.Tpo -c ../../../src/base/cs_sat_coupling.c -fPIC -DPIC -o .libs/cs_sat_coupling.o ../../../src/base/cs_sat_coupling.c(1029): warning #2259: non-pointer conversion from "cs_real_t={double}" to "float" may lose significant bits coupl->tolerance, ^ ../../../src/base/cs_sat_coupling.c(1072): warning #2259: non-pointer conversion from "cs_real_t={double}" to "float" may lose significant bits coupl->tolerance, ^ depbase=`echo cs_search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_search.lo -MD -MP -MF $depbase.Tpo -c -o cs_search.lo ../../../src/base/cs_search.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_search.lo -MD -MP -MF .deps/cs_search.Tpo -c ../../../src/base/cs_search.c -fPIC -DPIC -o .libs/cs_search.o depbase=`echo cs_selector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_selector.lo -MD -MP -MF $depbase.Tpo -c -o cs_selector.lo ../../../src/base/cs_selector.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_selector_f2c.lo ../../../src/base/cs_selector_f2c.f90 libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_selector.lo -MD -MP -MF .deps/cs_selector.Tpo -c ../../../src/base/cs_selector.c -fPIC -DPIC -o .libs/cs_selector.o depbase=`echo cs_sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sort.lo -MD -MP -MF $depbase.Tpo -c -o cs_sort.lo ../../../src/base/cs_sort.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_selector_f2c.f90 -fPIC -o .libs/cs_selector_f2c.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sort.lo -MD -MP -MF .deps/cs_sort.Tpo -c ../../../src/base/cs_sort.c -fPIC -DPIC -o .libs/cs_sort.o depbase=`echo cs_sort_partition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sort_partition.lo -MD -MP -MF $depbase.Tpo -c -o cs_sort_partition.lo ../../../src/base/cs_sort_partition.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_syr4_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_syr4_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_syr4_coupling.lo ../../../src/base/cs_syr4_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sort_partition.lo -MD -MP -MF .deps/cs_sort_partition.Tpo -c ../../../src/base/cs_sort_partition.c -fPIC -DPIC -o .libs/cs_sort_partition.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_syr4_coupling.lo -MD -MP -MF .deps/cs_syr4_coupling.Tpo -c ../../../src/base/cs_syr4_coupling.c -fPIC -DPIC -o .libs/cs_syr4_coupling.o depbase=`echo cs_syr_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_syr_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_syr_coupling.lo ../../../src/base/cs_syr_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/base/cs_syr4_coupling.c(833): warning #556: a value of type "float *" cannot be assigned to an entity of type "const cs_real_t={double} *" b_dist = cs_to_syr_dist; ^ ../../../src/base/cs_syr4_coupling.c(835): warning #556: a value of type "float *" cannot be assigned to an entity of type "const cs_real_t={double} *" v_dist = cs_to_syr_dist; ^ ../../../src/base/cs_syr4_coupling.c(1162): warning #2259: non-pointer conversion from "cs_real_t={double}" to "float" may lose significant bits coupling_ent->tfluid_tmp[ii] = var[ii]; ^ ../../../src/base/cs_syr4_coupling.c(1168): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits coupling_ent->flux[ii] = var[ii] * ( coupling_ent->solid_temp[ii] ^ depbase=`echo cs_thermal_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_thermal_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_thermal_model.lo ../../../src/base/cs_thermal_model.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_syr_coupling.lo -MD -MP -MF .deps/cs_syr_coupling.Tpo -c ../../../src/base/cs_syr_coupling.c -fPIC -DPIC -o .libs/cs_syr_coupling.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_thermal_model.lo -MD -MP -MF .deps/cs_thermal_model.Tpo -c ../../../src/base/cs_thermal_model.c -fPIC -DPIC -o .libs/cs_thermal_model.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_syr_coupling.c(69): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_tagmri.lo ../../../src/base/cs_tagmri.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_tagmri.f90 -fPIC -o .libs/cs_tagmri.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_tagmro.lo ../../../src/base/cs_tagmro.f90 ../../../src/base/cs_tagmri.f90(152): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ depbase=`echo cs_time_control.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_control.lo -MD -MP -MF $depbase.Tpo -c -o cs_time_control.lo ../../../src/base/cs_time_control.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/cs_tagmro.f90 -fPIC -o .libs/cs_tagmro.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_control.lo -MD -MP -MF .deps/cs_time_control.Tpo -c ../../../src/base/cs_time_control.c -fPIC -DPIC -o .libs/cs_time_control.o depbase=`echo cs_time_moment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_moment.lo -MD -MP -MF $depbase.Tpo -c -o cs_time_moment.lo ../../../src/base/cs_time_moment.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_moment.lo -MD -MP -MF .deps/cs_time_moment.Tpo -c ../../../src/base/cs_time_moment.c -fPIC -DPIC -o .libs/cs_time_moment.o depbase=`echo cs_time_plot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_plot.lo -MD -MP -MF $depbase.Tpo -c -o cs_time_plot.lo ../../../src/base/cs_time_plot.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_time_step.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_step.lo -MD -MP -MF $depbase.Tpo -c -o cs_time_step.lo ../../../src/base/cs_time_step.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/base/cs_time_moment.c(305): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits ri->t_prev = ts->t_prev; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_plot.lo -MD -MP -MF .deps/cs_time_plot.Tpo -c ../../../src/base/cs_time_plot.c -fPIC -DPIC -o .libs/cs_time_plot.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_time_step.lo -MD -MP -MF .deps/cs_time_step.Tpo -c ../../../src/base/cs_time_step.c -fPIC -DPIC -o .libs/cs_time_step.o depbase=`echo cs_timer_stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_timer_stats.lo -MD -MP -MF $depbase.Tpo -c -o cs_timer_stats.lo ../../../src/base/cs_timer_stats.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_timer_stats.lo -MD -MP -MF .deps/cs_timer_stats.Tpo -c ../../../src/base/cs_timer_stats.c -fPIC -DPIC -o .libs/cs_timer_stats.o depbase=`echo cs_turbomachinery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbomachinery.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbomachinery.lo ../../../src/base/cs_turbomachinery.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbomachinery.lo -MD -MP -MF .deps/cs_turbomachinery.Tpo -c ../../../src/base/cs_turbomachinery.c -fPIC -DPIC -o .libs/cs_turbomachinery.o depbase=`echo cs_velocity_pressure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_velocity_pressure.lo -MD -MP -MF $depbase.Tpo -c -o cs_velocity_pressure.lo ../../../src/base/cs_velocity_pressure.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_turbomachinery.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_velocity_pressure.lo -MD -MP -MF .deps/cs_velocity_pressure.Tpo -c ../../../src/base/cs_velocity_pressure.c -fPIC -DPIC -o .libs/cs_velocity_pressure.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/base/cs_velocity_pressure.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_vof.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_vof.lo -MD -MP -MF $depbase.Tpo -c -o cs_vof.lo ../../../src/base/cs_vof.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_vof.lo -MD -MP -MF .deps/cs_vof.Tpo -c ../../../src/base/cs_vof.c -fPIC -DPIC -o .libs/cs_vof.o depbase=`echo cs_volume_mass_injection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_volume_mass_injection.lo -MD -MP -MF $depbase.Tpo -c -o cs_volume_mass_injection.lo ../../../src/base/cs_volume_mass_injection.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/base/cs_vof.c(46): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_volume_mass_injection.lo -MD -MP -MF .deps/cs_volume_mass_injection.Tpo -c ../../../src/base/cs_volume_mass_injection.c -fPIC -DPIC -o .libs/cs_volume_mass_injection.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_volume_mass_injection.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_volume_zone.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_volume_zone.lo -MD -MP -MF $depbase.Tpo -c -o cs_volume_zone.lo ../../../src/base/cs_volume_zone.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_volume_zone.lo -MD -MP -MF .deps/cs_volume_zone.Tpo -c ../../../src/base/cs_volume_zone.c -fPIC -DPIC -o .libs/cs_volume_zone.o depbase=`echo cs_wall_functions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_wall_functions.lo -MD -MP -MF $depbase.Tpo -c -o cs_wall_functions.lo ../../../src/base/cs_wall_functions.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_internal_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_internal_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_internal_coupling.lo ../../../src/base/cs_internal_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_volume_zone.c(62): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_wall_functions.lo -MD -MP -MF .deps/cs_wall_functions.Tpo -c ../../../src/base/cs_wall_functions.c -fPIC -DPIC -o .libs/cs_wall_functions.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_internal_coupling.lo -MD -MP -MF .deps/cs_internal_coupling.Tpo -c ../../../src/base/cs_internal_coupling.c -fPIC -DPIC -o .libs/cs_internal_coupling.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/base/cs_internal_coupling.c(66): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/base/cs_internal_coupling.c(2878): warning #177: variable "cpl" was declared but never referenced cs_internal_coupling_t *cpl = _internal_coupling; ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o csprnt.lo ../../../src/base/csprnt.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o diffst.lo ../../../src/base/diffst.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/csprnt.f90 -fPIC -o .libs/csprnt.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/diffst.f90 -fPIC -o .libs/diffst.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o distpr.lo ../../../src/base/distpr.f90 ../../../src/base/diffst.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(xcpp) ---------^ ../../../src/base/diffst.f90(229): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa ( imvisf , vistot , viscf , viscb ) ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/distpr.f90 -fPIC -o .libs/distpr.o ../../../src/base/distpr.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCE] call synsce(cvara_var) -----^ ../../../src/base/distpr.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------^ ../../../src/base/distpr.f90(183): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------^ ../../../src/base/distpr.f90(218): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o distpr2.lo ../../../src/base/distpr2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/distpr2.f90 -fPIC -o .libs/distpr2.o ../../../src/base/distpr2.f90(84): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o distyp.lo ../../../src/base/distyp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/distyp.f90 -fPIC -o .libs/distyp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o driflu.lo ../../../src/base/driflu.f90 ../../../src/base/distyp.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------^ ../../../src/base/distyp.f90(278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_DIRICHLET_SCALAR] call set_dirichlet_scalar & ---------^ ../../../src/base/distyp.f90(292): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------^ ../../../src/base/distyp.f90(304): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & ---------^ ../../../src/base/distyp.f90(338): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ ../../../src/base/distyp.f90(351): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -----^ ../../../src/base/distyp.f90(392): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(rovsdp) -----^ ../../../src/base/distyp.f90(461): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(dvarp) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/driflu.f90 -fPIC -o .libs/driflu.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o dttvar.lo ../../../src/base/dttvar.f90 ../../../src/base/driflu.f90(414): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(w1) -----------^ ../../../src/base/driflu.f90(417): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/driflu.f90(435): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & ---------^ ../../../src/base/driflu.f90(537): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/driflu.f90(595): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & ---------^ ../../../src/base/driflu.f90(706): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, flumas, flumab, divflu) -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/dttvar.f90 -fPIC -o .libs/dttvar.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o dvvpst.lo ../../../src/base/dvvpst.f90 ../../../src/base/dttvar.f90(204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFDTTV] call cfdttv & -------^ ../../../src/base/dttvar.f90(222): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa(imvisf, w1, viscf, viscb) -------^ ../../../src/base/dttvar.f90(345): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -----------^ ../../../src/base/dttvar.f90(391): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -----------^ ../../../src/base/dttvar.f90(566): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLSYN] call cplsyn (ntmabs, ntcam1, dtloc) -----------^ ../../../src/base/dttvar.f90(569): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------------^ ../../../src/base/dttvar.f90(712): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -------^ ../../../src/base/dttvar.f90(871): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa(imvisf, w1, viscf, viscb) -------^ ../../../src/base/dttvar.f90(935): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -------^ ../../../src/base/dttvar.f90(1005): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -------^ ../../../src/base/dttvar.f90(1071): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/dvvpst.f90 -fPIC -o .libs/dvvpst.o ../../../src/base/dvvpst.f90(368): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [POST_STRESS_TANGENTIAL] call post_stress_tangential(nfbrps, lstfbr, trafbr) ---------^ ../../../src/base/dvvpst.f90(383): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [POST_STRESS_NORMAL] call post_stress_normal(nfbrps, lstfbr, trafbr) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ecrava.lo ../../../src/base/ecrava.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/ecrava.f90 -fPIC -o .libs/ecrava.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ecrlis.lo ../../../src/base/ecrlis.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/ecrlis.f90 -fPIC -o .libs/ecrlis.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o findpt.lo ../../../src/base/findpt.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o fldini.lo ../../../src/base/fldini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/findpt.f90 -fPIC -o .libs/findpt.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/fldini.f90 -fPIC -o .libs/fldini.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o fldtri.lo ../../../src/base/fldtri.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/fldtri.f90 -fPIC -o .libs/fldtri.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o fldvar.lo ../../../src/base/fldvar.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o fldprp.lo ../../../src/base/fldprp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/fldvar.f90 -fPIC -o .libs/fldvar.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/fldprp.f90 -fPIC -o .libs/fldprp.o ../../../src/base/fldvar.f90(161): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('velocity', 'Velocity', 3, iu) -----^ ../../../src/base/fldvar.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('pressure', 'Pressure', 1, ipr) -------^ ../../../src/base/fldvar.f90(199): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('hydraulic_head', 'Hydraulic head', 1, ipr) -------^ ../../../src/base/fldvar.f90(228): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('void_fraction', 'Void Fraction', 1, ivolf2) -------^ ../../../src/base/fldvar.f90(251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('k', 'Turb Kinetic Energy', 1, ik) -------^ ../../../src/base/fldvar.f90(252): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('epsilon', 'Turb Dissipation', 1, iep) -------^ ../../../src/base/fldvar.f90(255): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('rij', 'Rij', 6, irij) ---------^ ../../../src/base/fldvar.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r11', 'R11', 1, ir11) ---------^ ../../../src/base/fldvar.f90(268): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r22', 'R22', 1, ir22) ---------^ ../../../src/base/fldvar.f90(269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r33', 'R33', 1, ir33) ---------^ ../../../src/base/fldvar.f90(270): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r12', 'R12', 1, ir12) ---------^ ../../../src/base/fldvar.f90(271): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r23', 'R23', 1, ir23) ---------^ ../../../src/base/fldvar.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('r13', 'R13', 1, ir13) ---------^ ../../../src/base/fldvar.f90(275): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('epsilon', 'Turb Dissipation', 1, iep) -------^ ../../../src/base/fldvar.f90(277): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('alpha', 'Alphap', 1, ial) ---------^ ../../../src/base/fldvar.f90(287): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('k', 'Turb Kinetic Energy', 1, ik) -------^ ../../../src/base/fldvar.f90(288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('epsilon', 'Turb Dissipation', 1, iep) -------^ ../../../src/base/fldvar.f90(289): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('phi', 'Phi', 1, iphi) -------^ ../../../src/base/fldvar.f90(291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('f_bar', 'f_bar', 1, ifb) ---------^ ../../../src/base/fldvar.f90(299): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('alpha', 'Alpha', 1, ial) ---------^ ../../../src/base/fldvar.f90(308): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('k', 'Turb Kinetic Energy', 1, ik) -------^ ../../../src/base/fldvar.f90(309): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('omega', 'Omega', 1, iomg) -------^ ../../../src/base/fldvar.f90(311): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('nu_tilda', 'NuTilda', 1, inusa) -------^ ../../../src/base/fldvar.f90(319): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_CDO_VARIABLE_FIELD] call add_cdo_variable_field('mesh_velocity', 'Mesh Velocity', & ---------^ ../../../src/base/fldvar.f90(322): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_VARIABLE_FIELD] call add_variable_field('mesh_velocity', 'Mesh Velocity', 3, iuma) ---------^ ../../../src/base/fldvar.f90(343): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPLECD] call pplecd -----^ ../../../src/base/fldvar.f90(348): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPVARP] call ppvarp -----^ ../../../src/base/fldvar.f90(356): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('temperature', 'Temperature', iscalt) ---------^ ../../../src/base/fldvar.f90(358): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) ---------^ ../../../src/base/fldvar.f90(364): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_USER_SCALAR_FIELDS] call add_user_scalar_fields -----^ ../../../src/base/fldvar.f90(392): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(595): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR_CHECK_NVAR] call fldvar_check_nvar -----^ ../../../src/base/fldvar.f90(601): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIT_VAR_CAL_OPT] call init_var_cal_opt(id) -----^ ../../../src/base/fldprp.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('density', 'Density', irom) -----^ ../../../src/base/fldprp.f90(160): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_BOUNDARY_PROPERTY_FIELD_OWNER] call add_boundary_property_field_owner('boundary_density', 'Boundary Density', & -----^ ../../../src/base/fldprp.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('molecular_viscosity', 'Laminar Viscosity', iviscl) -----^ ../../../src/base/fldprp.f90(165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('turbulent_viscosity', 'Turb Viscosity', ivisct) -----^ ../../../src/base/fldprp.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(ivisct) -------^ ../../../src/base/fldprp.f90(178): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('hybrid_blend', 'Hybrid blending function', iflid) -------^ ../../../src/base/fldprp.f90(182): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('hybrid_sas_source_term', 'SAS hybrid source term', iflid) -------^ ../../../src/base/fldprp.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('s2', 'S2', is2kw) -------^ ../../../src/base/fldprp.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(is2kw) -------^ ../../../src/base/fldprp.f90(188): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('vel_gradient_trace', 'Vel. Gradient Trace', idivukw) -------^ ../../../src/base/fldprp.f90(189): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(idivukw) -------^ ../../../src/base/fldprp.f90(192): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('courant_number', 'CFL', icour) -----^ ../../../src/base/fldprp.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('fourier_number', 'Fourier Number', ifour) -----^ ../../../src/base/fldprp.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('total_pressure', 'Total Pressure', iprtot) -------^ ../../../src/base/fldprp.f90(206): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('total_pressure', 'Pressure head', iprtot) -------^ ../../../src/base/fldprp.f90(211): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('smagorinsky_constant^2', 'Csdyn2', ismago) -------^ ../../../src/base/fldprp.f90(221): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPPROP] call ppprop -----^ ../../../src/base/fldprp.f90(234): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, iflid) -------^ ../../../src/base/fldprp.f90(237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, iflid) -------^ ../../../src/base/fldprp.f90(241): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, iflid) ---------^ ../../../src/base/fldprp.f90(243): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim6, has_previous, iflid) ---------^ ../../../src/base/fldprp.f90(247): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, iflid) -------^ ../../../src/base/fldprp.f90(261): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, & ---------^ ../../../src/base/fldprp.f90(263): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(sorption_scal%ikd) ---------^ ../../../src/base/fldprp.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, & ---------^ ../../../src/base/fldprp.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, isorb) -----------^ ../../../src/base/fldprp.f90(277): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, & -----------^ ../../../src/base/fldprp.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(sorption_scal%ikp) -----------^ ../../../src/base/fldprp.f90(282): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, & -----------^ ../../../src/base/fldprp.f90(284): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(sorption_scal%ikm) -----------^ ../../../src/base/fldprp.f90(290): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, igwfpr) -----------^ ../../../src/base/fldprp.f90(295): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, idim1, has_previous, & -----------^ ../../../src/base/fldprp.f90(297): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(sorption_scal%imxsol) -----------^ ../../../src/base/fldprp.f90(309): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field('drift_velocity', 'Drift Velocity', idim3, & -------^ ../../../src/base/fldprp.f90(418): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(name, label, dim, has_previous, f_id) -----^ ../../../src/base/fldvar.f90(677): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR_CHECK_NVAR] call fldvar_check_nvar -----^ ../../../src/base/fldvar.f90(683): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIT_VAR_CAL_OPT] call init_var_cal_opt(id) -----^ ../../../src/base/fldvar.f90(783): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR_CHECK_NVAR] call fldvar_check_nvar -------^ ../../../src/base/fldvar.f90(790): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIT_VAR_CAL_OPT] call init_var_cal_opt(id) -------^ ../../../src/base/fldprp.f90(538): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(855): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_FIELD] call add_model_field(name, label, dim, iscal) -----^ ../../../src/base/fldprp.f90(641): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(916): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_FIELD_INDEXES] call add_model_field_indexes(id, iscal) -----^ ../../../src/base/fldvar.f90(981): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR_CHECK_NVAR] call fldvar_check_nvar -----^ ../../../src/base/fldvar.f90(982): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR_CHECK_NSCAPP] call fldvar_check_nscapp -----^ ../../../src/base/fldvar.f90(993): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIT_VAR_CAL_OPT] call init_var_cal_opt(f_id) -----^ ../../../src/base/fldvar.f90(1031): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(1154): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/fldvar.f90(1222): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_FIELD_INDEXES] call add_model_field_indexes(f_id0, iscal0) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o haltyp.lo ../../../src/base/haltyp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/haltyp.f90 -fPIC -o .libs/haltyp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o idrbla.lo ../../../src/base/idrbla.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/idrbla.f90 -fPIC -o .libs/idrbla.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o impini.lo ../../../src/base/impini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o iniini.lo ../../../src/base/iniini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/impini.f90 -fPIC -o .libs/impini.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/iniini.f90 -fPIC -o .libs/iniini.o ../../../src/base/impini.f90(698): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'. ' FRHIST = ',4x,e11.5, ' (Output frequency (s) )') -----------------------^ ../../../src/base/iniini.f90(260): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LEDEVI] call ledevi(iperio, iperot) -----^ ../../../src/base/iniini.f90(263): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TSTJPE] call tstjpe(iperio, iperot) -----^ ../../../src/base/iniini.f90(319): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPINII] call ppinii -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o initi1.lo ../../../src/base/initi1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/initi1.f90 -fPIC -o .libs/initi1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o initi2.lo ../../../src/base/initi2.f90 ../../../src/base/initi1.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIINI] call iniini -----^ ../../../src/base/initi1.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIUSI] call iniusi -----^ ../../../src/base/initi1.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPINI1] call ppini1 -----^ ../../../src/base/initi1.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADDFLD] call addfld -------^ ../../../src/base/initi1.f90(152): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DFLSUI] call dflsui(ntsuit, ttsuit, wtsuit); -----^ ../../../src/base/initi1.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MODINI] call modini -------^ ../../../src/base/initi1.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDINI] call fldini -------^ ../../../src/base/initi1.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USIPES] call usipes(nmodpp) --------^ ../../../src/base/initi1.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERINI] call verini (iok) --------^ ../../../src/base/initi1.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/initi1.f90(233): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [IMPINI] call impini -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/initi2.f90 -fPIC -o .libs/initi2.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o iniusi.lo ../../../src/base/iniusi.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o iniva0.lo ../../../src/base/iniva0.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o inivar.lo ../../../src/base/inivar.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/iniusi.f90 -fPIC -o .libs/iniusi.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/iniva0.f90 -fPIC -o .libs/iniva0.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/inivar.f90 -fPIC -o .libs/inivar.o ../../../src/base/iniusi.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USPPMO] call usppmo(1) -----^ ../../../src/base/iniusi.f90(150): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIALIN] call uialin (nalinf, nalimx, epalim) -----^ ../../../src/base/iniusi.f90(153): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSTHER] call csther -----^ ../../../src/base/iniusi.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCPVA] call cscpva -----^ ../../../src/base/iniusi.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USIPPH] call usipph(1, iturb, itherm, iale) -----^ ../../../src/base/iniusi.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFNMTD] call cfnmtd(ficfpp, len(ficfpp)) -----^ ../../../src/base/iniusi.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDVAR] call fldvar(nmodpp) -------^ ../../../src/base/iniusi.f90(206): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIALVM] call uialvm -------^ ../../../src/base/iniusi.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSIVIS] call csivis -----^ ../../../src/base/iniusi.f90(215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DAINI1] call daini1 -------^ ../../../src/base/iniusi.f90(242): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSIDTV] call csidtv() -----^ ../../../src/base/iniusi.f90(244): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSIPHY] call csiphy() -----^ ../../../src/base/iniusi.f90(248): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSPSTB] call cspstb(ipstdv) -----^ ../../../src/base/iniusi.f90(252): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDPRP] call fldprp --------^ ../../../src/base/iniusi.f90(269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSISUI] call csisui(ntsuit, iccvfg) -----^ ../../../src/base/iniusi.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSTIME] call cstime() -----^ ../../../src/base/iniusi.f90(276): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UINUM1] call uinum1(cdtvar) -----^ ../../../src/base/iniusi.f90(285): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSNUM2] call csnum2 (relaxp, imrgra) -------^ ../../../src/base/iniusi.f90(303): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSSCA2] call cssca2() -----^ ../../../src/base/iniusi.f90(306): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSSCA3] call cssca3() -----^ ../../../src/base/iniusi.f90(312): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIFANS] call uifans() -----^ ../../../src/base/iniusi.f90(315): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIERES] call uieres(iescal, iespre, iesder, iescor, iestot) -----^ ../../../src/base/iniusi.f90(320): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USIPSU] call usipsu(nmodpp) -----^ ../../../src/base/iniusi.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INDSUI] call indsui(isuite) -----^ ../../../src/base/iniusi.f90(345): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USCFX2] call uscfx2 -------^ ../../../src/base/iniusi.f90(361): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VARPOS] call varpos -------^ ../../../src/base/iniva0.f90(421): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPRIJ2] call clprij2(ncelet, ncel, iclip) -----------^ ../../../src/base/iniva0.f90(460): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPRIJ] call clprij(ncelet, ncel, iclip) -----------^ ../../../src/base/iniva0.f90(539): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----------^ ../../../src/base/iniva0.f90(549): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----------^ ../../../src/base/iniva0.f90(559): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o iprbla.lo ../../../src/base/iprbla.f90 ../../../src/base/inivar.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPINIV0] call ppiniv0 -------^ ../../../src/base/inivar.f90(183): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIINIV] call uiiniv (isuite, ippmod(idarcy), ithvar) -----^ ../../../src/base/inivar.f90(188): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_F_INITIALIZATION] call cs_user_f_initialization(nvar, nscal, dt) -----^ ../../../src/base/inivar.f90(195): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPINIV1] call ppiniv1 -------^ ../../../src/base/inivar.f90(273): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NAVSTV_TOTAL_PRESSURE] call navstv_total_pressure ---------^ ../../../src/base/inivar.f90(439): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPRIJ] call clprij(ncelet, ncel, iclip) -------------^ ../../../src/base/inivar.f90(580): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) ---------------^ ../../../src/base/inivar.f90(635): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----------------^ ../../../src/base/inivar.f90(677): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/iprbla.f90 -fPIC -o .libs/iprbla.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lecamo.lo ../../../src/base/lecamo.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/lecamo.f90 -fPIC -o .libs/lecamo.o ../../../src/base/lecamo.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LECAMP] call lecamp(oflmap) -----^ ../../../src/base/lecamo.f90(89): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LECAMX] call lecamx(oflmap) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lecamp.lo ../../../src/base/lecamp.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lecamx.lo ../../../src/base/lecamx.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/lecamp.f90 -fPIC -o .libs/lecamp.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/lecamx.f90 -fPIC -o .libs/lecamx.o ../../../src/base/lecamp.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/base/lecamp.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/lecamp.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/lecamp.f90(257): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/base/lecamp.f90(261): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/lecamp.f90(273): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/lecamx.f90(189): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/lecamx.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/lecamx.f90(455): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/lecamx.f90(799): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/lecamx.f90(860): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o majgeo.lo ../../../src/base/majgeo.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/majgeo.f90 -fPIC -o .libs/majgeo.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o metal_structures_copain_model.lo ../../../src/base/metal_structures_copain_model.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o modini.lo ../../../src/base/modini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/metal_structures_copain_model.f90 -fPIC -o .libs/metal_structures_copain_model.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/modini.f90 -fPIC -o .libs/modini.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o mmtycl.lo ../../../src/base/mmtycl.f90 ../../../src/base/metal_structures_copain_model.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/metal_structures_copain_model.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/mmtycl.f90 -fPIC -o .libs/mmtycl.o ../../../src/base/modini.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(icour) -------^ ../../../src/base/modini.f90(107): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(ifour) -------^ ../../../src/base/modini.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(icrom) -------^ ../../../src/base/modini.f90(154): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(iviscl) -------^ ../../../src/base/modini.f90(161): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(icour) -------^ ../../../src/base/modini.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(ifour) -------^ ../../../src/base/modini.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INDSUI] call indsui(isuite) -----^ ../../../src/base/modini.f90(1007): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/base/modini.f90(1051): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NBCCPL] call nbccpl(nbrcpl) -----^ ../../../src/base/modini.f90(1084): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o navstv.lo ../../../src/base/navstv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/navstv.f90 -fPIC -o .libs/navstv.o ../../../src/base/navstv.f90(70): remark #6536: All symbols from this module are already visible due to another USE; the ONLY clause will have no effect. Rename clauses, if any, will be honored. [PARAMX] use paramx ----^ ../../../src/base/navstv.f90(336): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TBRCPL] call tbrcpl ( numcpl, 1, 1, xnrmu0, xnrdis ) -----------^ ../../../src/base/navstv.f90(344): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(uvwk) ---------^ ../../../src/base/navstv.f90(345): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_pr) ---------^ ../../../src/base/navstv.f90(428): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PREDFL] call predfl(nvar, ncetsm, icetsm, dt, smacel) -------^ ../../../src/base/navstv.f90(445): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFMSPR] call cfmspr & -------^ ../../../src/base/navstv.f90(476): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PREDVV] call predvv & -----^ ../../../src/base/navstv.f90(509): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/base/navstv.f90(547): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -----------^ ../../../src/base/navstv.f90(672): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(t1) -------^ ../../../src/base/navstv.f90(745): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FLDTRI] call fldtri -----------^ ../../../src/base/navstv.f90(844): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(t2) -------^ ../../../src/base/navstv.f90(902): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) ---------^ ../../../src/base/navstv.f90(916): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) -----------^ ../../../src/base/navstv.f90(1149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(vel) ---------^ ../../../src/base/navstv.f90(1164): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(frcxt) -----------^ ../../../src/base/navstv.f90(1212): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & ---------^ ../../../src/base/navstv.f90(1291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(t3) -------^ ../../../src/base/navstv.f90(1323): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DMTMPS] call dmtmps(t4) -------^ ../../../src/base/navstv.f90(1338): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESVOI] call resvoi(dt, iterns) -------^ ../../../src/base/navstv.f90(1342): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_voidf) -------^ ../../../src/base/navstv.f90(1393): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(vel) ---------^ ../../../src/base/navstv.f90(1401): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_pr) -----------^ ../../../src/base/navstv.f90(1420): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/base/navstv.f90(1436): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, esflum, esflub, w1) ---------^ ../../../src/base/navstv.f90(1477): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PREDVV] call predvv & ---------^ ../../../src/base/navstv.f90(1518): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TBRCPL] call tbrcpl(numcpl, 1, 1, xnrmu, xnrdis) ---------^ ../../../src/base/navstv.f90(1548): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NAVSTV_TOTAL_PRESSURE] call navstv_total_pressure -------^ ../../../src/base/navstv.f90(1624): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(porosi) -----------^ ../../../src/base/navstv.f90(1809): remark #6536: All symbols from this module are already visible due to another USE; the ONLY clause will have no effect. Rename clauses, if any, will be honored. [PARAMX] use paramx ----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o newmrk.lo ../../../src/base/newmrk.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o phyvar.lo ../../../src/base/phyvar.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/newmrk.f90 -fPIC -o .libs/newmrk.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/phyvar.f90 -fPIC -o .libs/phyvar.o ../../../src/base/phyvar.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PERINR] call perinr(vcopt%imrgra, vcopt%iwarni, vcopt%epsrgr) -------^ ../../../src/base/phyvar.f90(175): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_PHYSICAL_PROPERTIES1] call cs_physical_properties1(mbrom) -------^ ../../../src/base/phyvar.f90(182): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIPHYV] call uiphyv(iviscv) -----^ ../../../src/base/phyvar.f90(185): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIDAPP] call uidapp & -------^ ../../../src/base/phyvar.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USPHYV] call usphyv(nvar, nscal, mbrom, dt) -----^ ../../../src/base/phyvar.f90(215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_PHYSICAL_PROPERTIES2] call cs_physical_properties2 -------^ ../../../src/base/phyvar.f90(234): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(crom) -------^ ../../../src/base/phyvar.f90(288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/phyvar.f90(313): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISLMG] call vislmg -------^ ../../../src/base/phyvar.f90(346): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISQKE] call visqke ---------^ ../../../src/base/phyvar.f90(464): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISSMA] call vissma (gradv) -------^ ../../../src/base/phyvar.f90(473): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISDYN] call visdyn & -------^ ../../../src/base/phyvar.f90(486): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISWAL] call viswal (gradv) -------^ ../../../src/base/phyvar.f90(515): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISV2F] call visv2f ---------^ ../../../src/base/phyvar.f90(524): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISSST] call vissst -------^ ../../../src/base/phyvar.f90(797): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USVIST] call usvist & -----^ ../../../src/base/phyvar.f90(1122): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o post_util.lo ../../../src/base/post_util.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/post_util.f90 -fPIC -o .libs/post_util.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o precli.lo ../../../src/base/precli.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/precli.f90 -fPIC -o .libs/precli.o ../../../src/base/precli.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPPRCL] call ppprcl(nvar, izfppp, rcodcl) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o predfl.lo ../../../src/base/predfl.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o predvv.lo ../../../src/base/predvv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/predfl.f90 -fPIC -o .libs/predfl.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/predvv.f90 -fPIC -o .libs/predvv.o ../../../src/base/predfl.f90(181): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------^ ../../../src/base/predfl.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, imasfl , bmasfl , divu) -----^ ../../../src/base/predfl.f90(238): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/predfl.f90(262): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRIX] call matrix & -----^ ../../../src/base/predfl.f90(350): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & ---------^ ../../../src/base/predfl.f90(402): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -----^ ../../../src/base/predfl.f90(421): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -----^ ../../../src/base/predvv.f90(433): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UITSNV] call uitsnv (vel, tsexp, tsimp) -----^ ../../../src/base/predvv.f90(435): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USTSNV] call ustsnv & -----^ ../../../src/base/predvv.f90(448): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DEBVTL] call debvtl(imasfl, bmasfl, crom, brom) ---------^ ../../../src/base/predvv.f90(450): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TSVVTL] call tsvvtl(tsexp) -------^ ../../../src/base/predvv.f90(466): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_AT_SOURCE_TERM_FOR_INLET] call cs_at_source_term_for_inlet(tsexp) ---------^ ../../../src/base/predvv.f90(473): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCCEL] call csccel(iu, vela, coefav, coefbv, tsexp) -------^ ../../../src/base/predvv.f90(548): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cpro_wgrec_v) ---------^ ../../../src/base/predvv.f90(555): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) ---------^ ../../../src/base/predvv.f90(560): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) -----^ ../../../src/base/predvv.f90(827): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISECV] call visecv(secvif, secvib) -------^ ../../../src/base/predvv.f90(845): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TSPDCV] call tspdcv(ncepdp, icepdc, vela, ckupdc, hl_exp) ---------^ ../../../src/base/predvv.f90(1063): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CNLEVM] call cnlevm (rij) ---------^ ../../../src/base/predvv.f90(1098): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVRIJ] call divrij & -------^ ../../../src/base/predvv.f90(1123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAT] call divmat(init,tflmas,tflmab,divt) -------^ ../../../src/base/predvv.f90(1182): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/predvv.f90(1195): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----------^ ../../../src/base/predvv.f90(1381): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(dfrcxt) ---------^ ../../../src/base/predvv.f90(1707): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(da_uu) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pthrbm.lo ../../../src/base/pthrbm.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/pthrbm.f90 -fPIC -o .libs/pthrbm.o ../../../src/base/pthrbm.f90(263): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(crom) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resopv.lo ../../../src/base/resopv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/resopv.f90 -fPIC -o .libs/resopv.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resvoi.lo ../../../src/base/resvoi.f90 ../../../src/base/resopv.f90(415): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(da_uu) -------^ ../../../src/base/resopv.f90(426): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(xdtsro) ---------^ ../../../src/base/resopv.f90(438): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(tpusro) ---------^ ../../../src/base/resopv.f90(482): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CALHYD] call calhyd & ---------^ ../../../src/base/resopv.f90(626): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_CONVECTIVE_OUTLET_SCALAR] call set_convective_outlet_scalar & -----------------^ ../../../src/base/resopv.f90(708): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/resopv.f90(719): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) -----------^ ../../../src/base/resopv.f90(744): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cpro_wgrec_v) -----------^ ../../../src/base/resopv.f90(787): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) -----^ ../../../src/base/resopv.f90(874): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(trav) -------^ ../../../src/base/resopv.f90(892): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -----^ ../../../src/base/resopv.f90(910): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) -------^ ../../../src/base/resopv.f90(922): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PROJTS] call projts & ---------^ ../../../src/base/resopv.f90(934): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PROJTV] call projtv & ---------^ ../../../src/base/resopv.f90(949): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) -----^ ../../../src/base/resopv.f90(976): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & ---------^ ../../../src/base/resopv.f90(1001): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & ---------^ ../../../src/base/resopv.f90(1023): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PROJTS] call projts & -----------^ ../../../src/base/resopv.f90(1111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PROJTV] call projtv & -----------^ ../../../src/base/resopv.f90(1165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, imasfl , bmasfl , cpro_divu) -----^ ../../../src/base/resopv.f90(1192): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/base/resopv.f90(1203): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, velflx , velflb , res) -------^ ../../../src/base/resopv.f90(1243): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/base/resopv.f90(1330): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(trav) -------^ ../../../src/base/resopv.f90(1349): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -----^ ../../../src/base/resopv.f90(1360): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, iflux, bflux, res) -----^ ../../../src/base/resopv.f90(1419): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & -------^ ../../../src/base/resopv.f90(1533): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & -----------^ ../../../src/base/resopv.f90(1671): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & ---------^ ../../../src/base/resopv.f90(1788): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -------^ ../../../src/base/resopv.f90(1806): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -------^ ../../../src/base/resopv.f90(1938): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa (imvisf, dt, viscf, viscb) -------^ ../../../src/base/resopv.f90(2003): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_VECTOR] call set_neumann_vector & ---------^ ../../../src/base/resopv.f90(2011): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/base/resopv.f90(2154): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & ---------^ ../../../src/base/resopv.f90(2171): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/resvoi.f90 -fPIC -o .libs/resvoi.o ../../../src/base/resvoi.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas (init,ivolfl,bvolfl,divu) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o scalai.lo ../../../src/base/scalai.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/scalai.f90 -fPIC -o .libs/scalai.o ../../../src/base/scalai.f90(115): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [KINRATES] call kinrates() -------^ ../../../src/base/scalai.f90(128): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPINV2] call ppinv2 ---------^ ../../../src/base/scalai.f90(168): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_MASSTRANSFER] call cs_coal_masstransfer(ncelet, ncel, volume) ---------^ ../../../src/base/scalai.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_MASSTRANSFER] call cs_fuel_masstransfer(ncel) ---------^ ../../../src/base/scalai.f90(229): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFENER] call cfener & -------------^ ../../../src/base/scalai.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------------^ ../../../src/base/scalai.f90(288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COVOFI] call covofi & -------------^ ../../../src/base/scalai.f90(303): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COVOFV] call covofv & -------------^ ../../../src/base/scalai.f90(357): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELFLUX] call elflux(iappel) ---------------^ ../../../src/base/scalai.f90(365): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELRECA] call elreca(dt) -----------------^ ../../../src/base/scalai.f90(388): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELFLUX] call elflux(iappel) -------^ ../../../src/base/scalai.f90(458): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/base/scalai.f90(467): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COVOFI] call covofi & -----------^ ../../../src/base/scalai.f90(482): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COVOFV] call covofv & -------------^ ../../../src/base/scalai.f90(504): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COMPUTE_GASEOUS_CHEMISTRY] call compute_gaseous_chemistry(dt) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o schtmp.lo ../../../src/base/schtmp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/schtmp.f90 -fPIC -o .libs/schtmp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o stdtcl.lo ../../../src/base/stdtcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/stdtcl.f90 -fPIC -o .libs/stdtcl.o ../../../src/base/stdtcl.f90(143): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/base/stdtcl.f90(259): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o strdep.lo ../../../src/base/strdep.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/strdep.f90 -fPIC -o .libs/strdep.o ../../../src/base/strdep.f90(203): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ASTFOR] call astfor(nbfast, forast) -------^ ../../../src/base/strdep.f90(215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UISTR2] call uistr2(xmstru, xcstru, xkstru, forstp) -------^ ../../../src/base/strdep.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USSTR2] call usstr2 & -------^ ../../../src/base/strdep.f90(238): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NEWMRK] call newmrk & -------^ ../../../src/base/strdep.f90(340): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o strhis.lo ../../../src/base/strhis.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/strhis.f90 -fPIC -o .libs/strhis.o ../../../src/base/strhis.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLNBR] call tplnbr(nptpl) -------^ ../../../src/base/strhis.f90(111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSMKDR] call csmkdr(emphis, len(emphis)) -------^ ../../../src/base/strhis.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(emphis, ii1, ii2, lpre) ---------^ ../../../src/base/strhis.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(prehis, ii1, ii2, lnam) ---------^ ../../../src/base/strhis.f90(139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(nompre, ii1, ii2, lpre) ---------^ ../../../src/base/strhis.f90(141): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(nompre, ii1, ii2, lpre) ---------^ ../../../src/base/strhis.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(nenvar,ii1,ii2,lnam) ---------^ ../../../src/base/strhis.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPSINI] call tpsini(tplnum, nenvar, nompre, tplfmt, idtvar, & ---------^ ../../../src/base/strhis.f90(168): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(174): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(192): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(216): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(222): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(228): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(234): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLWRI] call tplwri(tplnum, tplfmt, nbstru, ntcabs, ttcabs, vartmp) -------^ ../../../src/base/strhis.f90(248): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TPLEND] call tplend(tplnum, tplfmt) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o strini.lo ../../../src/base/strini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/strini.f90 -fPIC -o .libs/strini.o ../../../src/base/strini.f90(144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UISTR1] call uistr1 & -----^ ../../../src/base/strini.f90(150): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USSTR1] call usstr1 & -----^ ../../../src/base/strini.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIASTE] call uiaste(idfstr, asddlf) -----^ ../../../src/base/strini.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USASTE] call usaste(idfstr) -----^ ../../../src/base/strini.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/strini.f90(185): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/strini.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/strini.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/base/strini.f90(275): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ASTGEO] call astgeo(nbfast, lstfac, idfloc, idnloc, almax) -------^ ../../../src/base/strini.f90(305): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o strpre.lo ../../../src/base/strpre.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/strpre.f90 -fPIC -o .libs/strpre.o ../../../src/base/strpre.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ASTCIN] call astcin(disale) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o tdesi1.lo ../../../src/base/tdesi1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/tdesi1.f90 -fPIC -o .libs/tdesi1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o tridim.lo ../../../src/base/tridim.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/tridim.f90 -fPIC -o .libs/tridim.o ../../../src/base/tridim.f90(419): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCE] call synsce (cvar_sca) ---------------^ ../../../src/base/tridim.f90(424): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIE] call synvie(cvar_vec) ---------------^ ../../../src/base/tridim.f90(429): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cvar_vec) ---------------^ ../../../src/base/tridim.f90(431): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------------^ ../../../src/base/tridim.f90(454): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PERRTE] call perrte & ---------^ ../../../src/base/tridim.f90(478): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin (frcxt) -----------^ ../../../src/base/tridim.f90(488): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCE] call synsce (crom) -----------^ ../../../src/base/tridim.f90(508): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCHTMP] call schtmp(nscal, iappel) -------^ ../../../src/base/tridim.f90(522): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCLOC] if (nbrcpl.gt.0) call cscloc ----------------------^ ../../../src/base/tridim.f90(538): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PHYVAR] call phyvar(nvar, nscal, iterns, dt) -----^ ../../../src/base/tridim.f90(542): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCHTMP] call schtmp(nscal, iappel) -------^ ../../../src/base/tridim.f90(568): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_MASS_SOURCE_TERMS] call cs_user_mass_source_terms(nvar, nscal, ncepdc, ncetsm, 3, & -------^ ../../../src/base/tridim.f90(608): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_BOUNDARY_MASS_SOURCE_TERMS] call cs_user_boundary_mass_source_terms & -------^ ../../../src/base/tridim.f90(631): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CONDENSATION_COPAIN_MODEL] call condensation_copain_model & -------^ ../../../src/base/tridim.f90(656): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_METAL_STRUCTURES_SOURCE_TERMS] call cs_user_metal_structures_source_terms & -------^ ../../../src/base/tridim.f90(667): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [METAL_STRUCTURES_COPAIN_MODEL] call metal_structures_copain_model & -------^ ../../../src/base/tridim.f90(745): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DTTVAR] call dttvar & -----^ ../../../src/base/tridim.f90(754): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ASTPDT] call astpdt(dt) -------^ ../../../src/base/tridim.f90(788): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(dttens) ---------^ ../../../src/base/tridim.f90(799): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PTHRBM] call pthrbm & -------^ ../../../src/base/tridim.f90(935): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SOLVAR] call solvar(cvar_scalt , cvar_totwt , & ---------^ ../../../src/base/tridim.f90(967): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COU1DO] call cou1do(cvcst, hbord, theipb) -----------^ ../../../src/base/tridim.f90(969): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COU1DI] if (iirayo.ge.1) call cou1di(nfabor, iscalt, icodcl, rcodcl) ----------------------------^ ../../../src/base/tridim.f90(976): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_TAGMRO] call cs_tagmro & -----------^ ../../../src/base/tridim.f90(984): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_METAL_STRUCTURES_TAG] call cs_metal_structures_tag & -----------^ ../../../src/base/tridim.f90(1014): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DISTPR] call distpr(itypfb) -------------^ ../../../src/base/tridim.f90(1017): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DISTPR2] call distpr2(itypfb) -------------^ ../../../src/base/tridim.f90(1028): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DISTYP] call distyp(itypfb, visvdr) ---------^ ../../../src/base/tridim.f90(1104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCALAI] call scalai(nvar, nscal , iterns , dt) -----------^ ../../../src/base/tridim.f90(1108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIFFST] call diffst(nscal, iterns) -------------^ ../../../src/base/tridim.f90(1116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PHYVAR] call phyvar(nvar, nscal, iterns, dt) -----------^ ../../../src/base/tridim.f90(1144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIDAPP] call uidapp & -----------^ ../../../src/base/tridim.f90(1153): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USPHYV] call usphyv(nvar, nscal, mbrom, dt) -----------^ ../../../src/base/tridim.f90(1200): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCHTMP] call schtmp(nscal, iappel) -------------^ ../../../src/base/tridim.f90(1223): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COMPUTE_COURANT_FOURIER] call cs_compute_courant_fourier() -----^ ../../../src/base/tridim.f90(1285): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCHTMP] call schtmp(nscal, iappel) ---------^ ../../../src/base/tridim.f90(1315): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESV2F] call resv2f & -----------^ ../../../src/base/tridim.f90(1349): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESALP] call resalp(ivarfl(ial), xcl) -----------^ ../../../src/base/tridim.f90(1384): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [TURBSA] call turbsa(nvar, ncetsm, icetsm, itypsm, dt, smacel, itypfb) ---------^ ../../../src/base/tridim.f90(1418): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATR1VF] call atr1vf() ---------^ ../../../src/base/tridim.f90(1432): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCALAI] call scalai(nvar, nscal, iterns, dt) -------^ ../../../src/base/tridim.f90(1436): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIFFST] call diffst(nscal, iterns) ---------^ ../../../src/base/tridim.f90(1453): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SCHTMP] call schtmp(nscal, iappel) -----^ ../../../src/base/tridim.f90(1467): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DEBVTL] call debvtl(i_mass_flux, b_mass_flux, crom, brom) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o tspdcv.lo ../../../src/base/tspdcv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/tspdcv.f90 -fPIC -o .libs/tspdcv.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o typecl.lo ../../../src/base/typecl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/typecl.f90 -fPIC -o .libs/typecl.o ../../../src/base/typecl.f90(258): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/typecl.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/typecl.f90(676): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRDPOR] call grdpor(inc) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o varpos.lo ../../../src/base/varpos.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/varpos.f90 -fPIC -o .libs/varpos.o ../../../src/base/varpos.f90(115): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('specific_heat', 'Specific Heat', icp) -------^ ../../../src/base/varpos.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field('mesh_viscosity', 'Mesh Visc', 1, .false., ivisma) ---------^ ../../../src/base/varpos.f90(129): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field('mesh_viscosity', 'Mesh Visc', 6, .false., ivisma) ---------^ ../../../src/base/varpos.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field('strain_rate_tensor', 'Strain Rate Tensor', 6, & ----------^ ../../../src/base/varpos.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(istraio) ----------^ ../../../src/base/varpos.f90(239): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('thermal_expansion', 'Beta', ibeta) -----------^ ../../../src/base/varpos.f90(308): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/base/varpos.f90(316): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('thermal_expansion', 'Beta', ibeta) ---------^ ../../../src/base/varpos.f90(327): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, '', iustdy(iscal)) ---------^ ../../../src/base/varpos.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('dila_st', '', iustdy(itsrho)) -------^ ../../../src/base/varpos.f90(342): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iu)) -------^ ../../../src/base/varpos.f90(344): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ivolf2)) ---------^ ../../../src/base/varpos.f90(351): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ik)) ---------^ ../../../src/base/varpos.f90(352): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iep)) ---------^ ../../../src/base/varpos.f90(354): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir11)) ---------^ ../../../src/base/varpos.f90(355): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir22)) ---------^ ../../../src/base/varpos.f90(356): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir33)) ---------^ ../../../src/base/varpos.f90(357): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir12)) ---------^ ../../../src/base/varpos.f90(358): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir13)) ---------^ ../../../src/base/varpos.f90(359): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ir23)) ---------^ ../../../src/base/varpos.f90(360): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iep)) ---------^ ../../../src/base/varpos.f90(362): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ial)) -----------^ ../../../src/base/varpos.f90(365): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ik)) ---------^ ../../../src/base/varpos.f90(366): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iep)) ---------^ ../../../src/base/varpos.f90(367): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iphi)) ---------^ ../../../src/base/varpos.f90(369): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ifb)) -----------^ ../../../src/base/varpos.f90(371): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ial)) -----------^ ../../../src/base/varpos.f90(374): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(ik)) ---------^ ../../../src/base/varpos.f90(375): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(iomg)) ---------^ ../../../src/base/varpos.f90(377): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(inusa)) ---------^ ../../../src/base/varpos.f90(388): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_FIELD] call add_source_term_field(ivarfl(isca(ii))) -------------^ ../../../src/base/varpos.f90(390): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_PREV_FIELD] call add_source_term_prev_field(ivarfl(isca(ii))) -----------^ ../../../src/base/varpos.f90(395): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_SOURCE_TERM_FIELD] call add_source_term_field(ivarfl(isca(ii))) -----------^ ../../../src/base/varpos.f90(544): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iestim(iespre)) -------^ ../../../src/base/varpos.f90(549): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iestim(iesder)) -------^ ../../../src/base/varpos.f90(554): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iestim(iescor)) -------^ ../../../src/base/varpos.f90(559): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(f_name, f_label, 1, .false., iestim(iestot)) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o vericl.lo ../../../src/base/vericl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/vericl.f90 -fPIC -o .libs/vericl.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o verini.lo ../../../src/base/verini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/verini.f90 -fPIC -o .libs/verini.o ../../../src/base/vericl.f90(713): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/base/vericl.f90(1266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstoni, 2, icodni) -------^ ../../../src/base/vericl.f90(1272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstvit, 3, icodvi) -------^ ../../../src/base/vericl.f90(1286): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstoke, 4, icodtb) ---------^ ../../../src/base/vericl.f90(1296): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstrij, 3, icodtb) ---------^ ../../../src/base/vericl.f90(1307): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstov2, 8, icodtb) ---------^ ../../../src/base/vericl.f90(1321): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstokw, 4, icodtb) ---------^ ../../../src/base/vericl.f90(1331): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstonu, 2, icodtb) ---------^ ../../../src/base/vericl.f90(1339): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstosc, 2, icodsc) -------^ ../../../src/base/vericl.f90(1349): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstovf, 2, icodvf) -------^ ../../../src/base/vericl.f90(1355): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstuvw, 3, icoduv) -------^ ../../../src/base/vericl.f90(1362): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstuke, 7, icodct) ---------^ ../../../src/base/vericl.f90(1374): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nsurij, 10, icodct) ---------^ ../../../src/base/vericl.f90(1384): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nsurij, 11, icodct) ---------^ ../../../src/base/vericl.f90(1394): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstuv2, 11, icodct) ---------^ ../../../src/base/vericl.f90(1412): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstukw, 7, icodct) ---------^ ../../../src/base/vericl.f90(1424): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstunu, 5, icodct) ---------^ ../../../src/base/vericl.f90(1432): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNC_BC_ERR] call sync_bc_err(nstusc, 4, icodus) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o verlon.lo ../../../src/base/verlon.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/verlon.f90 -fPIC -o .libs/verlon.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o visecv.lo ../../../src/base/visecv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/base/visecv.f90 -fPIC -o .libs/visecv.o ../../../src/base/visecv.f90(182): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(secvis) -------^ /bin/sh ../../libtool --tag=CXX --mode=compile icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_utils.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_utils.Tpo -c -o libcs_medcoupling_la-cs_medcoupling_utils.lo `test -f 'cs_medcoupling_utils.cxx' || echo '../../../src/base/'`cs_medcoupling_utils.cxx /bin/sh ../../libtool --tag=CXX --mode=compile icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_remapper.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_remapper.Tpo -c -o libcs_medcoupling_la-cs_medcoupling_remapper.lo `test -f 'cs_medcoupling_remapper.cxx' || echo '../../../src/base/'`cs_medcoupling_remapper.cxx /bin/sh ../../libtool --tag=CXX --mode=compile icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_intersector.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_intersector.Tpo -c -o libcs_medcoupling_la-cs_medcoupling_intersector.lo `test -f 'cs_medcoupling_intersector.cxx' || echo '../../../src/base/'`cs_medcoupling_intersector.cxx libtool: compile: icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_utils.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_utils.Tpo -c ../../../src/base/cs_medcoupling_utils.cxx -fPIC -DPIC -o .libs/libcs_medcoupling_la-cs_medcoupling_utils.o libtool: compile: icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_remapper.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_remapper.Tpo -c ../../../src/base/cs_medcoupling_remapper.cxx -fPIC -DPIC -o .libs/libcs_medcoupling_la-cs_medcoupling_remapper.o libtool: compile: icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_medcoupling_intersector.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_medcoupling_intersector.Tpo -c ../../../src/base/cs_medcoupling_intersector.cxx -fPIC -DPIC -o .libs/libcs_medcoupling_la-cs_medcoupling_intersector.o ../../../src/base/cs_medcoupling_utils.cxx(588): warning #869: parameter "name" was never referenced cs_medcoupling_mesh_create(const char *name, ^ ../../../src/base/cs_medcoupling_utils.cxx(589): warning #869: parameter "selection_criteria" was never referenced const char *selection_criteria, ^ ../../../src/base/cs_medcoupling_utils.cxx(590): warning #869: parameter "elt_dim" was never referenced int elt_dim) ^ ../../../src/base/cs_medcoupling_utils.cxx(640): warning #869: parameter "csmesh" was never referenced cs_medcoupling_mesh_copy_from_base(cs_mesh_t *csmesh, ^ ../../../src/base/cs_medcoupling_utils.cxx(641): warning #869: parameter "pmmesh" was never referenced cs_medcoupling_mesh_t *pmmesh, ^ ../../../src/base/cs_medcoupling_utils.cxx(642): warning #869: parameter "use_bbox" was never referenced int use_bbox) ^ ../../../src/base/cs_medcoupling_utils.cxx(113): warning #177: function "_get_face_vertices_permutation" was declared but never referenced _get_face_vertices_permutation(cs_lnum_t n_face_vertices) ^ ../../../src/base/cs_medcoupling_remapper.cxx(595): warning #869: parameter "r_id" was never referenced cs_medcoupling_remapper_by_id(int r_id) ^ ../../../src/base/cs_medcoupling_remapper.cxx(622): warning #869: parameter "name" was never referenced cs_medcoupling_remapper_by_name_try(const char *name) ^ ../../../src/base/cs_medcoupling_remapper.cxx(661): warning #869: parameter "name" was never referenced cs_medcoupling_remapper_initialize(const char *name, ^ ../../../src/base/cs_medcoupling_remapper.cxx(662): warning #869: parameter "elt_dim" was never referenced int elt_dim, ^ ../../../src/base/cs_medcoupling_remapper.cxx(663): warning #869: parameter "select_criteria" was never referenced const char *select_criteria, ^ ../../../src/base/cs_medcoupling_remapper.cxx(664): warning #869: parameter "medfile_path" was never referenced const char *medfile_path, ^ ../../../src/base/cs_medcoupling_remapper.cxx(665): warning #869: parameter "n_fields" was never referenced int n_fields, ^ ../../../src/base/cs_medcoupling_remapper.cxx(666): warning #869: parameter "field_names" was never referenced const char **field_names, ^ ../../../src/base/cs_medcoupling_remapper.cxx(667): warning #869: parameter "iteration" was never referenced int iteration, ^ ../../../src/base/cs_medcoupling_remapper.cxx(668): warning #869: parameter "order" was never referenced int order) ^ ../../../src/base/cs_medcoupling_remapper.cxx(701): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_set_iteration(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(702): warning #869: parameter "iteration" was never referenced int iteration, ^ ../../../src/base/cs_medcoupling_remapper.cxx(703): warning #869: parameter "order" was never referenced int order) ^ ../../../src/base/cs_medcoupling_remapper.cxx(736): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_set_options(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(737): warning #869: parameter "key" was never referenced const char key[], ^ ../../../src/base/cs_medcoupling_remapper.cxx(738): warning #869: parameter "value" was never referenced const char value[]) ^ ../../../src/base/cs_medcoupling_remapper.cxx(798): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_setup(cs_medcoupling_remapper_t *r) ^ ../../../src/base/cs_medcoupling_remapper.cxx(841): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_copy_values(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(842): warning #869: parameter "field_id" was never referenced int field_id, ^ ../../../src/base/cs_medcoupling_remapper.cxx(843): warning #869: parameter "default_val" was never referenced double default_val) ^ ../../../src/base/cs_medcoupling_remapper.cxx(873): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_translate(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(874): warning #869: parameter "translation" was never referenced cs_real_t translation[3]) ^ ../../../src/base/cs_medcoupling_remapper.cxx(899): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_rotate(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(900): warning #869: parameter "invariant" was never referenced cs_real_t invariant[3], ^ ../../../src/base/cs_medcoupling_remapper.cxx(901): warning #869: parameter "axis" was never referenced cs_real_t axis[3], ^ ../../../src/base/cs_medcoupling_remapper.cxx(902): warning #869: parameter "angle" was never referenced cs_real_t angle) ^ ../../../src/base/cs_medcoupling_remapper.cxx(931): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_find_time_index(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(932): warning #869: parameter "t" was never referenced cs_real_t t, ^ ../../../src/base/cs_medcoupling_remapper.cxx(933): warning #869: parameter "id1" was never referenced int *id1, ^ ../../../src/base/cs_medcoupling_remapper.cxx(934): warning #869: parameter "id2" was never referenced int *id2) ^ ../../../src/base/cs_medcoupling_remapper.cxx(979): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_get_time_from_index(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(980): warning #869: parameter "id" was never referenced int id, ^ ../../../src/base/cs_medcoupling_remapper.cxx(981): warning #869: parameter "t" was never referenced cs_real_t *t) ^ ../../../src/base/cs_medcoupling_remapper.cxx(1008): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_get_iter_order_from_index(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(1009): warning #869: parameter "id" was never referenced int id, ^ ../../../src/base/cs_medcoupling_remapper.cxx(1010): warning #869: parameter "it" was never referenced int *it, ^ ../../../src/base/cs_medcoupling_remapper.cxx(1011): warning #869: parameter "order" was never referenced int *order) ^ ../../../src/base/cs_medcoupling_remapper.cxx(1052): warning #869: parameter "r" was never referenced cs_medcoupling_remapper_update_time_value(cs_medcoupling_remapper_t *r, ^ ../../../src/base/cs_medcoupling_remapper.cxx(1053): warning #869: parameter "id" was never referenced int id) ^ ../../../src/base/cs_medcoupling_remapper.cxx(134): warning #2415: variable "_remapper" of static storage duration was declared but never referenced static cs_medcoupling_remapper_t **_remapper = NULL; ^ mv -f .deps/libcs_medcoupling_la-cs_medcoupling_utils.Tpo .deps/libcs_medcoupling_la-cs_medcoupling_utils.Plo /bin/sh ../../libtool --tag=CXX --mode=compile icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_paramedmem_coupling.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_paramedmem_coupling.Tpo -c -o libcs_medcoupling_la-cs_paramedmem_coupling.lo `test -f 'cs_paramedmem_coupling.cxx' || echo '../../../src/base/'`cs_paramedmem_coupling.cxx mv -f .deps/libcs_medcoupling_la-cs_medcoupling_remapper.Tpo .deps/libcs_medcoupling_la-cs_medcoupling_remapper.Plo /bin/sh ../../libtool --tag=CXX --mode=compile icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_paramedmem_remapper.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_paramedmem_remapper.Tpo -c -o libcs_medcoupling_la-cs_paramedmem_remapper.lo `test -f 'cs_paramedmem_remapper.cxx' || echo '../../../src/base/'`cs_paramedmem_remapper.cxx mv -f .deps/libcs_medcoupling_la-cs_medcoupling_intersector.Tpo .deps/libcs_medcoupling_la-cs_medcoupling_intersector.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsrenumber_la-cs_renumber.lo -MD -MP -MF .deps/libcsrenumber_la-cs_renumber.Tpo -c -o libcsrenumber_la-cs_renumber.lo `test -f 'cs_renumber.c' || echo '../../../src/base/'`cs_renumber.c libtool: compile: icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_paramedmem_coupling.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_paramedmem_coupling.Tpo -c ../../../src/base/cs_paramedmem_coupling.cxx -fPIC -DPIC -o .libs/libcs_medcoupling_la-cs_paramedmem_coupling.o libtool: compile: icpc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/bft -I../../../libple/src -I../../libple -I/program/code-saturne-7.0.0/hdf5-1.12.1//include -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -MT libcs_medcoupling_la-cs_paramedmem_remapper.lo -MD -MP -MF .deps/libcs_medcoupling_la-cs_paramedmem_remapper.Tpo -c ../../../src/base/cs_paramedmem_remapper.cxx -fPIC -DPIC -o .libs/libcs_medcoupling_la-cs_paramedmem_remapper.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/base -I../.. -I../../../src/alge -I../../../src/cdo -I../../../src/cfbl -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../src/atmo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsrenumber_la-cs_renumber.lo -MD -MP -MF .deps/libcsrenumber_la-cs_renumber.Tpo -c ../../../src/base/cs_renumber.c -fPIC -DPIC -o .libs/libcsrenumber_la-cs_renumber.o ../../../src/base/cs_paramedmem_coupling.cxx(647): warning #869: parameter "field_nature" was never referenced cs_medcpl_field_nature_t field_nature, ^ ../../../src/base/cs_paramedmem_coupling.cxx(758): warning #869: parameter "fn" was never referenced cs_medcpl_field_nature_t fn, ^ mv -f .deps/libcs_medcoupling_la-cs_paramedmem_coupling.Tpo .deps/libcs_medcoupling_la-cs_paramedmem_coupling.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscorep.la libcscorep_la-cs_base.lo -lz -ldl ../../../src/base/cs_renumber.c(1032): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits n_steps = CS_MAX(1, floor(val_max-val_min)); ^ ../../../src/base/cs_renumber.c(1032): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits n_steps = CS_MAX(1, floor(val_max-val_min)); ^ ../../../src/base/cs_renumber.c(2013): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t n_t_faces_target = n_t_faces_mean; /* double to int */ ^ ../../../src/base/cs_renumber.c(2018): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits n_t_faces_move *= relax; ^ mv -f .deps/libcs_medcoupling_la-cs_paramedmem_remapper.Tpo .deps/libcs_medcoupling_la-cs_paramedmem_remapper.Plo /bin/sh ../../libtool --tag=CXX --mode=link icpc -funsigned-char -O2 -std=c++11 -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -fPIC -qopenmp -O -Wl,-export-dynamic -qopenmp -o libcs_medcoupling.la libcs_medcoupling_la-cs_medcoupling_utils.lo libcs_medcoupling_la-cs_medcoupling_remapper.lo libcs_medcoupling_la-cs_medcoupling_intersector.lo libcs_medcoupling_la-cs_paramedmem_coupling.lo libcs_medcoupling_la-cs_paramedmem_remapper.lo -lz -ldl libtool: link: ar cru .libs/libcscorep.a .libs/libcscorep_la-cs_base.o libtool: link: ranlib .libs/libcscorep.a libtool: link: ( cd ".libs" && rm -f "libcscorep.la" && ln -s "../libcscorep.la" "libcscorep.la" ) /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscore.la cs_all_to_all.lo cs_block_dist.lo cs_block_to_part.lo cs_crystal_router.lo cs_defs.lo cs_file.lo cs_fp_exception.lo cs_ht_convert.lo cs_interface.lo cs_io.lo cs_log.lo cs_math.lo cs_rank_neighbors.lo cs_map.lo cs_order.lo cs_part_to_block.lo cs_system_info.lo cs_timer.lo cs_tree.lo libcscorep.la ../../src/fvm/libfvm.la -lz -ldl libtool: link: ar cru .libs/libcs_medcoupling.a .libs/libcs_medcoupling_la-cs_medcoupling_utils.o .libs/libcs_medcoupling_la-cs_medcoupling_remapper.o .libs/libcs_medcoupling_la-cs_medcoupling_intersector.o .libs/libcs_medcoupling_la-cs_paramedmem_coupling.o .libs/libcs_medcoupling_la-cs_paramedmem_remapper.o libtool: link: ranlib .libs/libcs_medcoupling.a libtool: link: ( cd ".libs" && rm -f "libcs_medcoupling.la" && ln -s "../libcs_medcoupling.la" "libcs_medcoupling.la" ) libtool: link: (cd .libs/libcscore.lax/libcscorep.a && ar x "/media/ephemeral0/code_saturne-7.0.0/build/src/base/./.libs/libcscorep.a") libtool: link: (cd .libs/libcscore.lax/libfvm.a && ar x "/media/ephemeral0/code_saturne-7.0.0/build/src/base/../../src/fvm/.libs/libfvm.a") libtool: link: ar cru .libs/libcscore.a .libs/cs_all_to_all.o .libs/cs_block_dist.o .libs/cs_block_to_part.o .libs/cs_crystal_router.o .libs/cs_defs.o .libs/cs_file.o .libs/cs_fp_exception.o .libs/cs_ht_convert.o .libs/cs_interface.o .libs/cs_io.o .libs/cs_log.o .libs/cs_math.o .libs/cs_rank_neighbors.o .libs/cs_map.o .libs/cs_order.o .libs/cs_part_to_block.o .libs/cs_system_info.o .libs/cs_timer.o .libs/cs_tree.o .libs/libcscore.lax/libcscorep.a/libcscorep_la-cs_base.o .libs/libcscore.lax/libfvm.a/fvm_box.o .libs/libcscore.lax/libfvm.a/fvm_box_tree.o .libs/libcscore.lax/libfvm.a/fvm_convert_array.o .libs/libcscore.lax/libfvm.a/fvm_defs.o .libs/libcscore.lax/libfvm.a/fvm_group.o .libs/libcscore.lax/libfvm.a/fvm_hilbert.o .libs/libcscore.lax/libfvm.a/fvm_io_num.o .libs/libcscore.lax/libfvm.a/fvm_morton.o .libs/libcscore.lax/libfvm.a/fvm_neighborhood.o .libs/libcscore.lax/libfvm.a/fvm_nodal.o .libs/libcscore.lax/libfvm.a/fvm_nodal_append.o .libs/libcscore.lax/libfvm.a/fvm_nodal_extract.o .libs/libcscore.lax/libfvm.a/fvm_nodal_extrude.o .libs/libcscore.lax/libfvm.a/fvm_nodal_from_desc.o .libs/libcscore.lax/libfvm.a/fvm_nodal_order.o .libs/libcscore.lax/libfvm.a/fvm_nodal_project.o .libs/libcscore.lax/libfvm.a/fvm_nodal_triangulate.o .libs/libcscore.lax/libfvm.a/fvm_periodicity.o .libs/libcscore.lax/libfvm.a/fvm_point_location.o .libs/libcscore.lax/libfvm.a/fvm_selector.o .libs/libcscore.lax/libfvm.a/fvm_selector_postfix.o .libs/libcscore.lax/libfvm.a/fvm_tesselation.o .libs/libcscore.lax/libfvm.a/fvm_trace.o .libs/libcscore.lax/libfvm.a/fvm_triangulate.o libtool: link: ranlib .libs/libcscore.a libtool: link: rm -fr .libs/libcscore.lax libtool: link: ( cd ".libs" && rm -f "libcscore.la" && ln -s "../libcscore.la" "libcscore.la" ) mv -f .deps/libcsrenumber_la-cs_renumber.Tpo .deps/libcsrenumber_la-cs_renumber.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsrenumber.la libcsrenumber_la-cs_renumber.lo -lz -ldl libtool: link: ar cru .libs/libcsrenumber.a .libs/libcsrenumber_la-cs_renumber.o libtool: link: ranlib .libs/libcsrenumber.a libtool: link: ( cd ".libs" && rm -f "libcsrenumber.la" && ln -s "../libcsrenumber.la" "libcsrenumber.la" ) /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsbase.la addfld.lo altycl.lo calhyd.lo caltri.lo cs_mass_source_terms.lo clpsca.lo clptrg.lo clptur.lo clsyvt.lo copain_model.lo condensation_source_terms.lo condli.lo cou1di.lo cou1do.lo covofi.lo covofv.lo cs_1d_wall_thermal.lo cs_1d_wall_thermal_check.lo cs_ale.lo cs_array.lo cs_array_reduce.lo cs_ast_coupling.lo cs_base_fortran.lo cs_boundary.lo cs_boundary_conditions.lo cs_boundary_zone.lo cs_calcium.lo csc2cl.lo csc2ts.lo csccel.lo cscfbr.lo cscini.lo csclli.lo cscloc.lo cscpce.lo cscpfb.lo cs_control.lo cs_coupling.lo cs_ext_neighborhood.lo cs_equation_iterative_solve.lo cs_fan.lo cs_field.lo cs_field_default.lo cs_field_pointer.lo cs_field_operator.lo cs_flag_check.lo cs_gas_mix.lo cs_halo.lo cs_halo_perio.lo cs_head_losses.lo cs_interpolate.lo csinit.lo cs_log_iteration.lo cs_log_setup.lo cs_notebook.lo cs_numbering.lo cs_measures_util.lo cs_mesh_tagmr.lo cs_metal_structures_tag.lo cs_gas_mix_initialization.lo cs_gas_mix_physical_properties.lo csopli.lo cs_opts.lo cs_parall.lo cs_param_types.lo cs_parameters.lo cs_parameters_check.lo cs_physical_constants.lo cs_physical_properties.lo cs_porosity_from_scan.lo cs_porous_model.lo cs_post.lo cs_post_default.lo cs_post_util.lo cs_preprocess.lo cs_preprocessor_data.lo cs_probe.lo cs_random.lo cs_range_set.lo cs_resource.lo cs_restart.lo cs_restart_default.lo cs_restart_map.lo cs_rotation.lo cs_runaway_check.lo cs_sat_coupling.lo cs_search.lo cs_selector.lo cs_selector_f2c.lo cs_sort.lo cs_sort_partition.lo cs_syr4_coupling.lo cs_syr_coupling.lo cs_thermal_model.lo cs_tagmri.lo cs_tagmro.lo cs_time_control.lo cs_time_moment.lo cs_time_plot.lo cs_time_step.lo cs_timer_stats.lo cs_turbomachinery.lo cs_velocity_pressure.lo cs_vof.lo cs_volume_mass_injection.lo cs_volume_zone.lo cs_wall_functions.lo cs_internal_coupling.lo csprnt.lo diffst.lo distpr.lo distpr2.lo distyp.lo driflu.lo dttvar.lo dvvpst.lo ecrava.lo ecrlis.lo findpt.lo fldini.lo fldtri.lo fldvar.lo fldprp.lo haltyp.lo idrbla.lo impini.lo iniini.lo initi1.lo initi2.lo iniusi.lo iniva0.lo inivar.lo iprbla.lo lecamo.lo lecamp.lo lecamx.lo majgeo.lo metal_structures_copain_model.lo modini.lo mmtycl.lo navstv.lo newmrk.lo phyvar.lo post_util.lo precli.lo predfl.lo predvv.lo pthrbm.lo resopv.lo resvoi.lo scalai.lo schtmp.lo stdtcl.lo strdep.lo strhis.lo strini.lo strpre.lo tdesi1.lo tridim.lo tspdcv.lo typecl.lo varpos.lo vericl.lo verini.lo verlon.lo visecv.lo libcs_medcoupling.la -lz -ldl libtool: link: (cd .libs/libcsbase.lax/libcs_medcoupling.a && ar x "/media/ephemeral0/code_saturne-7.0.0/build/src/base/./.libs/libcs_medcoupling.a") libtool: link: ar cru .libs/libcsbase.a .libs/addfld.o .libs/altycl.o .libs/calhyd.o .libs/caltri.o .libs/cs_mass_source_terms.o .libs/clpsca.o .libs/clptrg.o .libs/clptur.o .libs/clsyvt.o .libs/copain_model.o .libs/condensation_source_terms.o .libs/condli.o .libs/cou1di.o .libs/cou1do.o .libs/covofi.o .libs/covofv.o .libs/cs_1d_wall_thermal.o .libs/cs_1d_wall_thermal_check.o .libs/cs_ale.o .libs/cs_array.o .libs/cs_array_reduce.o .libs/cs_ast_coupling.o .libs/cs_base_fortran.o .libs/cs_boundary.o .libs/cs_boundary_conditions.o .libs/cs_boundary_zone.o .libs/cs_calcium.o .libs/csc2cl.o .libs/csc2ts.o .libs/csccel.o .libs/cscfbr.o .libs/cscini.o .libs/csclli.o .libs/cscloc.o .libs/cscpce.o .libs/cscpfb.o .libs/cs_control.o .libs/cs_coupling.o .libs/cs_ext_neighborhood.o .libs/cs_equation_iterative_solve.o .libs/cs_fan.o .libs/cs_field.o .libs/cs_field_default.o .libs/cs_field_pointer.o .libs/cs_field_operator.o .libs/cs_flag_check.o .libs/cs_gas_mix.o .libs/cs_halo.o .libs/cs_halo_perio.o .libs/cs_head_losses.o .libs/cs_interpolate.o .libs/csinit.o .libs/cs_log_iteration.o .libs/cs_log_setup.o .libs/cs_notebook.o .libs/cs_numbering.o .libs/cs_measures_util.o .libs/cs_mesh_tagmr.o .libs/cs_metal_structures_tag.o .libs/cs_gas_mix_initialization.o .libs/cs_gas_mix_physical_properties.o .libs/csopli.o .libs/cs_opts.o .libs/cs_parall.o .libs/cs_param_types.o .libs/cs_parameters.o .libs/cs_parameters_check.o .libs/cs_physical_constants.o .libs/cs_physical_properties.o .libs/cs_porosity_from_scan.o .libs/cs_porous_model.o .libs/cs_post.o .libs/cs_post_default.o .libs/cs_post_util.o .libs/cs_preprocess.o .libs/cs_preprocessor_data.o .libs/cs_probe.o .libs/cs_random.o .libs/cs_range_set.o .libs/cs_resource.o .libs/cs_restart.o .libs/cs_restart_default.o .libs/cs_restart_map.o .libs/cs_rotation.o .libs/cs_runaway_check.o .libs/cs_sat_coupling.o .libs/cs_search.o .libs/cs_selector.o .libs/cs_selector_f2c.o .libs/cs_sort.o .libs/cs_sort_partition.o .libs/cs_syr4_coupling.o .libs/cs_syr_coupling.o .libs/cs_thermal_model.o .libs/cs_tagmri.o .libs/cs_tagmro.o .libs/cs_time_control.o .libs/cs_time_moment.o .libs/cs_time_plot.o .libs/cs_time_step.o .libs/cs_timer_stats.o .libs/cs_turbomachinery.o .libs/cs_velocity_pressure.o .libs/cs_vof.o .libs/cs_volume_mass_injection.o .libs/cs_volume_zone.o .libs/cs_wall_functions.o .libs/cs_internal_coupling.o .libs/csprnt.o .libs/diffst.o .libs/distpr.o .libs/distpr2.o .libs/distyp.o .libs/driflu.o .libs/dttvar.o .libs/dvvpst.o .libs/ecrava.o .libs/ecrlis.o .libs/findpt.o .libs/fldini.o .libs/fldtri.o .libs/fldvar.o .libs/fldprp.o .libs/haltyp.o .libs/idrbla.o .libs/impini.o .libs/iniini.o .libs/initi1.o .libs/initi2.o .libs/iniusi.o .libs/iniva0.o .libs/inivar.o .libs/iprbla.o .libs/lecamo.o .libs/lecamp.o .libs/lecamx.o .libs/majgeo.o .libs/metal_structures_copain_model.o .libs/modini.o .libs/mmtycl.o .libs/navstv.o .libs/newmrk.o .libs/phyvar.o .libs/post_util.o .libs/precli.o .libs/predfl.o .libs/predvv.o .libs/pthrbm.o .libs/resopv.o .libs/resvoi.o .libs/scalai.o .libs/schtmp.o .libs/stdtcl.o .libs/strdep.o .libs/strhis.o .libs/strini.o .libs/strpre.o .libs/tdesi1.o .libs/tridim.o .libs/tspdcv.o .libs/typecl.o .libs/varpos.o .libs/vericl.o .libs/verini.o .libs/verlon.o .libs/visecv.o .libs/libcsbase.lax/libcs_medcoupling.a/libcs_medcoupling_la-cs_medcoupling_intersector.o .libs/libcsbase.lax/libcs_medcoupling.a/libcs_medcoupling_la-cs_medcoupling_remapper.o .libs/libcsbase.lax/libcs_medcoupling.a/libcs_medcoupling_la-cs_medcoupling_utils.o .libs/libcsbase.lax/libcs_medcoupling.a/libcs_medcoupling_la-cs_paramedmem_coupling.o .libs/libcsbase.lax/libcs_medcoupling.a/libcs_medcoupling_la-cs_paramedmem_remapper.o libtool: link: ranlib .libs/libcsbase.a libtool: link: rm -fr .libs/libcsbase.lax libtool: link: ( cd ".libs" && rm -f "libcsbase.la" && ln -s "../libcsbase.la" "libcsbase.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/base' Making all in cdo make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cdo' depbase=`echo cs_advection_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_advection_field.lo -MD -MP -MF $depbase.Tpo -c -o cs_advection_field.lo ../../../src/cdo/cs_advection_field.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_basis_func.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_basis_func.lo -MD -MP -MF $depbase.Tpo -c -o cs_basis_func.lo ../../../src/cdo/cs_basis_func.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_cdo_advection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_advection.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_advection.lo ../../../src/cdo/cs_cdo_advection.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_cdo_bc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_bc.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_bc.lo ../../../src/cdo/cs_cdo_bc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_advection.lo -MD -MP -MF .deps/cs_cdo_advection.Tpo -c ../../../src/cdo/cs_cdo_advection.c -fPIC -DPIC -o .libs/cs_cdo_advection.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_bc.lo -MD -MP -MF .deps/cs_cdo_bc.Tpo -c ../../../src/cdo/cs_cdo_bc.c -fPIC -DPIC -o .libs/cs_cdo_bc.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_advection_field.lo -MD -MP -MF .deps/cs_advection_field.Tpo -c ../../../src/cdo/cs_advection_field.c -fPIC -DPIC -o .libs/cs_advection_field.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_basis_func.lo -MD -MP -MF .deps/cs_basis_func.Tpo -c ../../../src/cdo/cs_basis_func.c -fPIC -DPIC -o .libs/cs_basis_func.o ../../../src/cdo/cs_cdo_bc.c(219): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits bc->def_ids[bf_id] = ii; /* definition id */ ^ In file included from ../../../src/cdo/cs_xdef_cw_eval.h(35), from ../../../src/cdo/cs_property.h(38), from ../../../src/cdo/cs_cdo_advection.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdo_advection.c(645): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vj = fm->v_ids[vfj]; ^ ../../../src/cdo/cs_cdo_advection.c(933): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_sysf = fm->n_vf + 1; ^ ../../../src/cdo/cs_cdo_advection.c(942): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int e2 = e1 - 1; ^ ../../../src/cdo/cs_cdo_advection.c(944): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits e2 = fm->n_ef - 1; /* Last edge face */ ^ ../../../src/cdo/cs_cdo_advection.c(981): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vj = vi + 1; vj < fm->n_vf; vj++) { ^ ../../../src/cdo/cs_cdo_advection.c(1023): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_sysc = cm->n_vc + 1; ^ ../../../src/cdo/cs_cdo_advection.c(1042): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int eshift = 2*e; ^ ../../../src/cdo/cs_cdo_advection.c(1045): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _v = (v1 < v2) ? 0 : 1; ^ ../../../src/cdo/cs_cdo_advection.c(1074): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vj = vi + 1; vj < cm->n_vc; vj++) { ^ In file included from ../../../src/cdo/cs_evaluate.h(36), from ../../../src/cdo/cs_advection_field.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_scheme_geometry.h(37), from ../../../src/cdo/cs_basis_func.c(42): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_basis_func.c(145): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits ret *= x, x *= x, exp = (exp-1) / 2; ^ ../../../src/cdo/cs_basis_func.c(307): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int i = first_row; i < n_rows; i++) { ^ ../../../src/cdo/cs_basis_func.c(339): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i + 1; j < n_rows; j++) { ^ ../../../src/cdo/cs_basis_func.c(543): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_e = cm->f2e_idx[f+1] - cm->f2e_idx[f]; ^ ../../../src/cdo/cs_basis_func.c(545): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i+1; j < n_e; j++) { ^ ../../../src/cdo/cs_basis_func.c(956): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(1117): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(1247): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int j = i - 4; ^ ../../../src/cdo/cs_basis_func.c(1330): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(1641): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo-1) * _int_pow(my, y_expo) * _int_pow(mz, z_expo); ^ ../../../src/cdo/cs_basis_func.c(1648): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo) * _int_pow(my, y_expo-1) * _int_pow(mz, z_expo); ^ ../../../src/cdo/cs_basis_func.c(1655): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo) * _int_pow(my, y_expo) * _int_pow(mz, z_expo-1); ^ ../../../src/cdo/cs_basis_func.c(1727): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo-1) * _int_pow(my, y_expo) * _int_pow(mz, z_expo); ^ ../../../src/cdo/cs_basis_func.c(1734): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo) * _int_pow(my, y_expo-1) * _int_pow(mz, z_expo); ^ ../../../src/cdo/cs_basis_func.c(1741): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _int_pow(mx, x_expo) * _int_pow(my, y_expo) * _int_pow(mz, z_expo-1); ^ ../../../src/cdo/cs_basis_func.c(1869): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(2006): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(2176): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int j = i - 3; ^ ../../../src/cdo/cs_basis_func.c(2239): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_basis_func.c(2390): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int e2 = ik-e1; e2 > -1; e2--) { ^ ../../../src/cdo/cs_basis_func.c(2393): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits pbf->deg[count*dim + 2] = ik - e1 -e2; ^ ../../../src/cdo/cs_basis_func.c(2408): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits pbf->deg[count*dim + 1] = ik - e1; ^ ../../../src/cdo/cs_basis_func.c(2566): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits gbf->flag = ref->flag | CS_BASIS_FUNC_GRADIENT; ^ ../../../src/cdo/cs_basis_func.c(2588): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int e2 = ik-e1; e2 > -1; e2--) { ^ ../../../src/cdo/cs_basis_func.c(2591): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits gbf->deg[count*ref->dim + 2] = ik - e1 -e2; ^ ../../../src/cdo/cs_advection_field.c(195): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int eshift = 2*cm->f2e_ids[i]; ^ ../../../src/cdo/cs_advection_field.c(2214): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end_idx - start_idx; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_advection_field.c(2238): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _2e = 2*f2e_ids[e]; ^ ../../../src/cdo/cs_advection_field.c(2561): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end_idx - start_idx; /* #vertices (= #edges) */ ^ ../../../src/cdo/cs_advection_field.c(2567): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _2e = 2*f2e_ids[e]; ^ ../../../src/cdo/cs_advection_field.c(2594): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int eshift = 2*cm->f2e_ids[i]; ^ depbase=`echo cs_cdo_connect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_connect.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_connect.lo ../../../src/cdo/cs_cdo_connect.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_connect.lo -MD -MP -MF .deps/cs_cdo_connect.Tpo -c ../../../src/cdo/cs_cdo_connect.c -fPIC -DPIC -o .libs/cs_cdo_connect.o depbase=`echo cs_cdo_diffusion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_diffusion.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_diffusion.lo ../../../src/cdo/cs_cdo_diffusion.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_diffusion.lo -MD -MP -MF .deps/cs_cdo_diffusion.Tpo -c ../../../src/cdo/cs_cdo_diffusion.c -fPIC -DPIC -o .libs/cs_cdo_diffusion.o depbase=`echo cs_cdo_field_interpolation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_field_interpolation.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_field_interpolation.lo ../../../src/cdo/cs_cdo_field_interpolation.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_cdo_diffusion.c(45): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdo_diffusion.c(542): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(553): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "short" may lose significant bits short int vj = fm->v_ids[vfj]; ^ ../../../src/cdo/cs_cdo_diffusion.c(586): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(667): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "short" may lose significant bits short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(705): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(747): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(1183): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; ^ ../../../src/cdo/cs_cdo_diffusion.c(1279): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; /* n_blocks or n_scalar_dofs */ ^ ../../../src/cdo/cs_cdo_diffusion.c(1389): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1, n_f = cm->n_fc; ^ ../../../src/cdo/cs_cdo_diffusion.c(1493): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; /* n_blocks or n_scalar_dofs */ ^ ../../../src/cdo/cs_cdo_diffusion.c(1635): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = n_f + 1; /* n_blocks or n_scalar_dofs */ ^ ../../../src/cdo/cs_cdo_diffusion.c(1851): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(1956): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(1964): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(1983): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(2160): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(2281): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int bvi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(2484): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[v]; ^ ../../../src/cdo/cs_cdo_diffusion.c(2491): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vi = fm->v_ids[vfi]; ^ ../../../src/cdo/cs_cdo_diffusion.c(2497): warning #2259: non-pointer conversion from "cs_lnum_t={int}" to "const short" may lose significant bits const short int vj = fm->v_ids[vfj]; ^ ../../../src/cdo/cs_cdo_diffusion.c(3140): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*e; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_field_interpolation.lo -MD -MP -MF .deps/cs_cdo_field_interpolation.Tpo -c ../../../src/cdo/cs_cdo_field_interpolation.c -fPIC -DPIC -o .libs/cs_cdo_field_interpolation.o In file included from ../../../src/cdo/cs_cdofb_scaleq.h(43), from ../../../src/cdo/cs_cdo_field_interpolation.c(45): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_cdo_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_local.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_local.lo ../../../src/cdo/cs_cdo_local.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_cdo_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_main.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_main.lo ../../../src/cdo/cs_cdo_main.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_cdo_quantities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_quantities.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_quantities.lo ../../../src/cdo/cs_cdo_quantities.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_local.lo -MD -MP -MF .deps/cs_cdo_local.Tpo -c ../../../src/cdo/cs_cdo_local.c -fPIC -DPIC -o .libs/cs_cdo_local.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_main.lo -MD -MP -MF .deps/cs_cdo_main.Tpo -c ../../../src/cdo/cs_cdo_main.c -fPIC -DPIC -o .libs/cs_cdo_main.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_quantities.lo -MD -MP -MF .deps/cs_cdo_quantities.Tpo -c ../../../src/cdo/cs_cdo_quantities.c -fPIC -DPIC -o .libs/cs_cdo_quantities.o In file included from ../../../src/cdo/cs_cdo_local.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdo_local.c(153): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cs_cdo_local_face_meshes[t_id] = cs_face_mesh_create(connect->n_max_vbyf); ^ ../../../src/cdo/cs_cdo_local.c(155): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cs_face_mesh_light_create(connect->n_max_vbyf, connect->n_max_vbyc); ^ ../../../src/cdo/cs_cdo_local.c(155): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cs_face_mesh_light_create(connect->n_max_vbyf, connect->n_max_vbyc); ^ ../../../src/cdo/cs_cdo_local.c(573): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_max_vbyc = connect->n_max_vbyc; ^ ../../../src/cdo/cs_cdo_local.c(574): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_max_ebyc = connect->n_max_ebyc; ^ ../../../src/cdo/cs_cdo_local.c(575): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_max_fbyc = connect->n_max_fbyc; ^ ../../../src/cdo/cs_cdo_local.c(924): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_fc = c2f_idx[1] - c2f_idx[0]; ^ ../../../src/cdo/cs_cdo_local.c(939): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_vc = c2v_idx[1] - c2v_idx[0]; ^ ../../../src/cdo/cs_cdo_local.c(968): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->n_ec = c2e_idx[1] - c2e_idx[0]; ^ ../../../src/cdo/cs_cdo_local.c(1148): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->f2v_idx[f+1] = cm->f2v_idx[f] + n_ent; ^ ../../../src/cdo/cs_cdo_local.c(1162): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->f2v_idx[f+1] = cm->f2v_idx[f] + n_ent; ^ ../../../src/cdo/cs_cdo_local.c(1212): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->f2e_idx[f+1] = cm->f2e_idx[f] + n_ef; ^ ../../../src/cdo/cs_cdo_local.c(1231): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cm->f2e_idx[f+1] = cm->f2e_idx[f] + n_ef; ^ ../../../src/cdo/cs_cdo_local.c(1548): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int _f = n_fc; ^ ../../../src/cdo/cs_cdo_local.c(1573): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits fm->n_vf = fm->n_ef = f2e_idx[1] - f2e_idx[0]; ^ ../../../src/cdo/cs_cdo_local.c(1593): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits v1 = v; ^ ../../../src/cdo/cs_cdo_local.c(1595): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits v2 = v; ^ ../../../src/cdo/cs_cdo_local.c(1700): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits fm->n_vf = fm->n_ef = f2e_idx[1] - f2e_idx[0]; ^ ../../../src/cdo/cs_cdo_local.c(1726): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits v1 = v; ^ ../../../src/cdo/cs_cdo_local.c(1728): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits v2 = v; ^ ../../../src/cdo/cs_cdo_local.c(1884): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits fm->n_vf = fm->n_ef = f2e_idx[1] - f2e_idx[0]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_domain_setup.h(36), from ../../../src/cdo/cs_cdo_main.c(51): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdo_quantities.c(538): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ec = c2e_idx[1] - c2e_idx[0]; ^ ../../../src/cdo/cs_cdo_quantities.c(647): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vc = c2v_idx[1] - c2v_idx[0]; ^ ../../../src/cdo/cs_cdo_quantities.c(947): warning #2259: non-pointer conversion from "unsigned int" to "cs_flag_t={unsigned short}" may lose significant bits cs_cdo_quantities_flag |= algo; ^ depbase=`echo cs_cdo_turbulence.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_turbulence.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdo_turbulence.lo ../../../src/cdo/cs_cdo_turbulence.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdo_turbulence.lo -MD -MP -MF .deps/cs_cdo_turbulence.Tpo -c ../../../src/cdo/cs_cdo_turbulence.c -fPIC -DPIC -o .libs/cs_cdo_turbulence.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_cdo_turbulence.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdo_turbulence.c(636): warning #869: parameter "mesh" was never referenced cs_turb_compute_k_eps(const cs_mesh_t *mesh, ^ ../../../src/cdo/cs_cdo_turbulence.c(637): warning #869: parameter "tpb" was never referenced const cs_turbulence_param_t *tpb, ^ depbase=`echo cs_cdoeb_vecteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdoeb_vecteq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdoeb_vecteq.lo ../../../src/cdo/cs_cdoeb_vecteq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdoeb_vecteq.lo -MD -MP -MF .deps/cs_cdoeb_vecteq.Tpo -c ../../../src/cdo/cs_cdoeb_vecteq.c -fPIC -DPIC -o .libs/cs_cdoeb_vecteq.o depbase=`echo cs_cdofb_monolithic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_monolithic.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdofb_monolithic.lo ../../../src/cdo/cs_cdofb_monolithic.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_cdo_diffusion.h(35), from ../../../src/cdo/cs_cdoeb_vecteq.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_monolithic.lo -MD -MP -MF .deps/cs_cdofb_monolithic.Tpo -c ../../../src/cdo/cs_cdofb_monolithic.c -fPIC -DPIC -o .libs/cs_cdofb_monolithic.o depbase=`echo cs_cdofb_navsto.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_navsto.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdofb_navsto.lo ../../../src/cdo/cs_cdofb_navsto.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_cdofb_priv.h(33), from ../../../src/cdo/cs_cdofb_monolithic.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_cdofb_scaleq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_scaleq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdofb_scaleq.lo ../../../src/cdo/cs_cdofb_scaleq.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_cdofb_monolithic.c(57): ../../../src/cdo/cs_cdofb_vecteq.h(348): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _off = 3*cm->n_fc; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_navsto.lo -MD -MP -MF .deps/cs_cdofb_navsto.Tpo -c ../../../src/cdo/cs_cdofb_navsto.c -fPIC -DPIC -o .libs/cs_cdofb_navsto.o ../../../src/cdo/cs_cdofb_monolithic.c(125): warning #593: variable "cs_shared_interface_set" was set but never used static const cs_interface_set_t *cs_shared_interface_set; ^ ../../../src/cdo/cs_cdofb_monolithic.c(127): warning #593: variable "cs_shared_matrix_assembler" was set but never used static const cs_matrix_assembler_t *cs_shared_matrix_assembler; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_scaleq.lo -MD -MP -MF .deps/cs_cdofb_scaleq.Tpo -c ../../../src/cdo/cs_cdofb_scaleq.c -fPIC -DPIC -o .libs/cs_cdofb_scaleq.o In file included from ../../../src/cdo/cs_equation_bc.h(36), from ../../../src/cdo/cs_cdofb_navsto.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdofb_navsto.c(548): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int bj = bi+1; bj < n_fc; bj++) { ^ ../../../src/cdo/cs_cdofb_navsto.c(567): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int m = l+1; m < 3; m++) { ^ ../../../src/cdo/cs_cdofb_navsto.c(568): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int lm = 3*l+m, ml = 3*m+l; ^ ../../../src/cdo/cs_cdofb_navsto.c(568): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int lm = 3*l+m, ml = 3*m+l; ^ ../../../src/cdo/cs_cdofb_navsto.c(610): warning #2259: non-pointer conversion from "int" to "const cs_flag_t={unsigned short}" may lose significant bits const cs_flag_t dof_flag = CS_FLAG_SCALAR | cs_flag_primal_cell; ^ ../../../src/cdo/cs_cdofb_navsto.c(1383): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; /* n_blocks or n_scalar_dofs */ ^ ../../../src/cdo/cs_cdofb_navsto.c(1467): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; /* n_blocks or n_scalar_dofs */ ^ ../../../src/cdo/cs_cdofb_navsto.c(1562): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_fc + 1; /* n_blocks or n_scalar_dofs */ ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdofb_scaleq.c(46): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_cdofb_vecteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_vecteq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdofb_vecteq.lo ../../../src/cdo/cs_cdofb_vecteq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_vecteq.lo -MD -MP -MF .deps/cs_cdofb_vecteq.Tpo -c ../../../src/cdo/cs_cdofb_vecteq.c -fPIC -DPIC -o .libs/cs_cdofb_vecteq.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdofb_vecteq.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_cdofb_vecteq.c(70): ../../../src/cdo/cs_cdofb_vecteq.h(348): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _off = 3*cm->n_fc; ^ ../../../src/cdo/cs_cdofb_vecteq.c(688): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_f_dofs = 3*cm->n_fc; ^ depbase=`echo cs_cdofb_priv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_priv.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdofb_priv.lo ../../../src/cdo/cs_cdofb_priv.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdofb_priv.lo -MD -MP -MF .deps/cs_cdofb_priv.Tpo -c ../../../src/cdo/cs_cdofb_priv.c -fPIC -DPIC -o .libs/cs_cdofb_priv.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdofb_priv.c(43): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_cdovb_scaleq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovb_scaleq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdovb_scaleq.lo ../../../src/cdo/cs_cdovb_scaleq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovb_scaleq.lo -MD -MP -MF .deps/cs_cdovb_scaleq.Tpo -c ../../../src/cdo/cs_cdovb_scaleq.c -fPIC -DPIC -o .libs/cs_cdovb_scaleq.o depbase=`echo cs_cdovb_vecteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovb_vecteq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdovb_vecteq.lo ../../../src/cdo/cs_cdovb_vecteq.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdovb_scaleq.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdovb_scaleq.c(1389): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_evaluate_potential_by_qov(CS_FLAG_SCALAR | cs_flag_primal_vtx, ^ ../../../src/cdo/cs_cdovb_scaleq.c(2943): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int sgn = (_dp3(f.unitv, normal) < 0) ? -1 : 1; ^ ../../../src/cdo/cs_cdovb_scaleq.c(2988): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int sgn = (_dp3(f.unitv, normal) < 0) ? -1 : 1; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovb_vecteq.lo -MD -MP -MF .deps/cs_cdovb_vecteq.Tpo -c ../../../src/cdo/cs_cdovb_vecteq.c -fPIC -DPIC -o .libs/cs_cdovb_vecteq.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdovb_vecteq.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdovb_vecteq.c(1163): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t dof_flag = CS_FLAG_VECTOR | cs_flag_primal_vtx; ^ depbase=`echo cs_cdovcb_scaleq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovcb_scaleq.lo -MD -MP -MF $depbase.Tpo -c -o cs_cdovcb_scaleq.lo ../../../src/cdo/cs_cdovcb_scaleq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cdovcb_scaleq.lo -MD -MP -MF .deps/cs_cdovcb_scaleq.Tpo -c ../../../src/cdo/cs_cdovcb_scaleq.c -fPIC -DPIC -o .libs/cs_cdovcb_scaleq.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_cdovcb_scaleq.c(46): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdovcb_scaleq.c(295): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_dofs = cm->n_vc + 1; ^ ../../../src/cdo/cs_cdovcb_scaleq.c(1273): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t v_dof_flag = CS_FLAG_SCALAR | cs_flag_primal_vtx; ^ ../../../src/cdo/cs_cdovcb_scaleq.c(1274): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t c_dof_flag = CS_FLAG_SCALAR | cs_flag_primal_cell; ^ ../../../src/cdo/cs_cdovcb_scaleq.c(1294): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_evaluate_potential_by_qov(v_dof_flag | c_dof_flag, def, ^ ../../../src/cdo/cs_cdovcb_scaleq.c(2796): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int sgn = (_dp3(fm->face.unitv, normal) < 0) ? -1 : 1; ^ ../../../src/cdo/cs_cdovcb_scaleq.c(2847): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int sgn = (_dp3(fm->face.unitv, normal) < 0) ? -1 : 1; ^ depbase=`echo cs_dbg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_dbg.lo -MD -MP -MF $depbase.Tpo -c -o cs_dbg.lo ../../../src/cdo/cs_dbg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_dbg.lo -MD -MP -MF .deps/cs_dbg.Tpo -c ../../../src/cdo/cs_dbg.c -fPIC -DPIC -o .libs/cs_dbg.o In file included from ../../../src/cdo/cs_dbg.h(36), from ../../../src/cdo/cs_dbg.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_domain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain.lo -MD -MP -MF $depbase.Tpo -c -o cs_domain.lo ../../../src/cdo/cs_domain.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain.lo -MD -MP -MF .deps/cs_domain.Tpo -c ../../../src/cdo/cs_domain.c -fPIC -DPIC -o .libs/cs_domain.o depbase=`echo cs_domain_op.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain_op.lo -MD -MP -MF $depbase.Tpo -c -o cs_domain_op.lo ../../../src/cdo/cs_domain_op.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain_op.lo -MD -MP -MF .deps/cs_domain_op.Tpo -c ../../../src/cdo/cs_domain_op.c -fPIC -DPIC -o .libs/cs_domain_op.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_domain_op.c(45): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_domain_op.c(545): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits cs_restart_checkpoint_set_last_ts(domain->time_step->t_cur); ^ depbase=`echo cs_domain_setup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain_setup.lo -MD -MP -MF $depbase.Tpo -c -o cs_domain_setup.lo ../../../src/cdo/cs_domain_setup.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_domain_setup.lo -MD -MP -MF .deps/cs_domain_setup.Tpo -c ../../../src/cdo/cs_domain_setup.c -fPIC -DPIC -o .libs/cs_domain_setup.o In file included from ../../../src/cdo/cs_evaluate.h(36), from ../../../src/cdo/cs_domain_setup.c(44): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_equation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation.lo ../../../src/cdo/cs_equation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation.lo -MD -MP -MF .deps/cs_equation.Tpo -c ../../../src/cdo/cs_equation.c -fPIC -DPIC -o .libs/cs_equation.o In file included from ../../../src/cdo/cs_cdovb_scaleq.h(35), from ../../../src/cdo/cs_equation.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_equation.c(55): ../../../src/cdo/cs_cdofb_vecteq.h(348): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _off = 3*cm->n_fc; ^ depbase=`echo cs_equation_assemble.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_assemble.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation_assemble.lo ../../../src/cdo/cs_equation_assemble.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_assemble.lo -MD -MP -MF .deps/cs_equation_assemble.Tpo -c ../../../src/cdo/cs_equation_assemble.c -fPIC -DPIC -o .libs/cs_equation_assemble.o depbase=`echo cs_equation_bc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_bc.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation_bc.lo ../../../src/cdo/cs_equation_bc.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/cdo/cs_equation_assemble.c(447): warning #177: function "_add_scal_values_critical" was declared but never referenced _add_scal_values_critical(const cs_equation_assemble_row_t *row, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_bc.lo -MD -MP -MF .deps/cs_equation_bc.Tpo -c ../../../src/cdo/cs_equation_bc.c -fPIC -DPIC -o .libs/cs_equation_bc.o In file included from ../../../src/cdo/cs_equation_common.h(35), from ../../../src/cdo/cs_equation_bc.c(44): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_equation_bc.c(108): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _v = is_constant ? 0 : v; ^ ../../../src/cdo/cs_equation_bc.c(118): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _v = is_constant ? 0 : v; ^ depbase=`echo cs_equation_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_common.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation_common.lo ../../../src/cdo/cs_equation_common.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_common.lo -MD -MP -MF .deps/cs_equation_common.Tpo -c ../../../src/cdo/cs_equation_common.c -fPIC -DPIC -o .libs/cs_equation_common.o In file included from ../../../src/cdo/cs_equation_common.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_equation_common.c(451): warning #869: parameter "matrix" was never referenced const cs_matrix_t *matrix, ^ ../../../src/cdo/cs_equation_common.c(533): warning #869: parameter "n_dofs" was never referenced cs_equation_solve_scalar_cell_system(cs_lnum_t n_dofs, ^ ../../../src/cdo/cs_equation_common.c(692): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits double t[3] = {eqb->tcb.wall_nsec, eqb->tcs.wall_nsec, eqb->tce.wall_nsec}; ^ ../../../src/cdo/cs_equation_common.c(692): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits double t[3] = {eqb->tcb.wall_nsec, eqb->tcs.wall_nsec, eqb->tce.wall_nsec}; ^ ../../../src/cdo/cs_equation_common.c(692): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits double t[3] = {eqb->tcb.wall_nsec, eqb->tcs.wall_nsec, eqb->tce.wall_nsec}; ^ ../../../src/cdo/cs_equation_common.c(90): warning #593: variable "cs_shared_connect" was set but never used static const cs_cdo_connect_t *cs_shared_connect; ^ ../../../src/cdo/cs_equation_common.c(91): warning #593: variable "cs_shared_time_step" was set but never used static const cs_time_step_t *cs_shared_time_step; ^ depbase=`echo cs_equation_param.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_param.lo -MD -MP -MF $depbase.Tpo -c -o cs_equation_param.lo ../../../src/cdo/cs_equation_param.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_equation_param.lo -MD -MP -MF .deps/cs_equation_param.Tpo -c ../../../src/cdo/cs_equation_param.c -fPIC -DPIC -o .libs/cs_equation_param.o depbase=`echo cs_evaluate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_evaluate.lo -MD -MP -MF $depbase.Tpo -c -o cs_evaluate.lo ../../../src/cdo/cs_evaluate.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_equation_param.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_equation_param.c(1240): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits val[i] = tolower(keyval[i]); ^ ../../../src/cdo/cs_equation_param.c(1792): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t meta_flag = (eqp-> space_scheme == CS_SPACE_SCHEME_LEGACY) ? ^ ../../../src/cdo/cs_equation_param.c(1873): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t meta_flag = (eqp-> space_scheme == CS_SPACE_SCHEME_LEGACY) ? ^ ../../../src/cdo/cs_equation_param.c(1952): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t meta_flag = (eqp-> space_scheme == CS_SPACE_SCHEME_LEGACY) ? ^ ../../../src/cdo/cs_equation_param.c(2034): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits cs_flag_t meta_flag = (eqp-> space_scheme == CS_SPACE_SCHEME_LEGACY) ? ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_evaluate.lo -MD -MP -MF .deps/cs_evaluate.Tpo -c ../../../src/cdo/cs_evaluate.c -fPIC -DPIC -o .libs/cs_evaluate.o depbase=`echo cs_flag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_flag.lo -MD -MP -MF $depbase.Tpo -c -o cs_flag.lo ../../../src/cdo/cs_flag.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_evaluate.h(36), from ../../../src/cdo/cs_evaluate.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_evaluate.c(1579): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(1666): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(1747): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(1836): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(1928): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(2033): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ ../../../src/cdo/cs_evaluate.c(2428): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits if (cs_flag_test(dof_flag, cs_flag_primal_vtx | cs_flag_primal_cell)) { ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_flag.lo -MD -MP -MF .deps/cs_flag.Tpo -c ../../../src/cdo/cs_flag.c -fPIC -DPIC -o .libs/cs_flag.o depbase=`echo cs_gwf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf.lo -MD -MP -MF $depbase.Tpo -c -o cs_gwf.lo ../../../src/cdo/cs_gwf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gwf_soil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_soil.lo -MD -MP -MF $depbase.Tpo -c -o cs_gwf_soil.lo ../../../src/cdo/cs_gwf_soil.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf.lo -MD -MP -MF .deps/cs_gwf.Tpo -c ../../../src/cdo/cs_gwf.c -fPIC -DPIC -o .libs/cs_gwf.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_soil.lo -MD -MP -MF .deps/cs_gwf_soil.Tpo -c ../../../src/cdo/cs_gwf_soil.c -fPIC -DPIC -o .libs/cs_gwf_soil.o In file included from ../../../src/cdo/cs_cdovb_scaleq.h(35), from ../../../src/cdo/cs_gwf.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_gwf.c(1136): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits array_location = CS_FLAG_SCALAR | cs_flag_dual_closure_byf; ^ ../../../src/cdo/cs_gwf.c(1156): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits array_location = CS_FLAG_SCALAR | gw->flux_location; ^ In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_gwf_soil.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_gwf_soil.c(892): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits _cell2soil_ids[z->elt_ids[j]] = soil_id; ^ depbase=`echo cs_gwf_tracer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_tracer.lo -MD -MP -MF $depbase.Tpo -c -o cs_gwf_tracer.lo ../../../src/cdo/cs_gwf_tracer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_tracer.lo -MD -MP -MF .deps/cs_gwf_tracer.Tpo -c ../../../src/cdo/cs_gwf_tracer.c -fPIC -DPIC -o .libs/cs_gwf_tracer.o In file included from ../../../src/cdo/cs_xdef_cw_eval.h(35), from ../../../src/cdo/cs_property.h(38), from ../../../src/cdo/cs_gwf_soil.h(39), from ../../../src/cdo/cs_gwf_tracer.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_hho_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_builder.lo -MD -MP -MF $depbase.Tpo -c -o cs_hho_builder.lo ../../../src/cdo/cs_hho_builder.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_hho_scaleq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_scaleq.lo -MD -MP -MF $depbase.Tpo -c -o cs_hho_scaleq.lo ../../../src/cdo/cs_hho_scaleq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_builder.lo -MD -MP -MF .deps/cs_hho_builder.Tpo -c ../../../src/cdo/cs_hho_builder.c -fPIC -DPIC -o .libs/cs_hho_builder.o In file included from ../../../src/cdo/cs_basis_func.h(34), from ../../../src/cdo/cs_hho_builder.h(35), from ../../../src/cdo/cs_hho_builder.c(51): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_hho_builder.c(90): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int gs = hhob->grad_basis->size - 1; ^ ../../../src/cdo/cs_hho_builder.c(91): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs = hhob->cell_basis->size; ^ ../../../src/cdo/cs_hho_builder.c(97): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i + 1; j < gs; j++) ^ ../../../src/cdo/cs_hho_builder.c(389): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int fsize = fbf->size; ^ ../../../src/cdo/cs_hho_builder.c(390): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int csize = cbf->size; ^ ../../../src/cdo/cs_hho_builder.c(391): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int gsize = gbf->size - 1; ^ ../../../src/cdo/cs_hho_builder.c(460): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int gs = gbf->size - 1; ^ ../../../src/cdo/cs_hho_builder.c(521): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs_kp1 = cbf_kp1->size; ^ ../../../src/cdo/cs_hho_builder.c(522): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs = hhob->cell_basis->size; ^ ../../../src/cdo/cs_hho_builder.c(523): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int gs = hhob->grad_basis->size - 1; ^ ../../../src/cdo/cs_hho_builder.c(579): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs = hhob->cell_basis->size; ^ ../../../src/cdo/cs_hho_builder.c(580): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int fs = fbf->size; ^ ../../../src/cdo/cs_hho_builder.c(581): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs_kp1 = cbf_kp1->size; ^ ../../../src/cdo/cs_hho_builder.c(649): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int cs = cbf->size; ^ ../../../src/cdo/cs_hho_builder.c(650): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int gs = hhob->grad_basis->size - 1; ^ ../../../src/cdo/cs_hho_builder.c(687): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_hho_builder.c(763): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits b->n_max_face_basis = n_fc; ^ ../../../src/cdo/cs_hho_builder.c(766): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits b->face_basis[i] = cs_basis_func_create(face_basis_flag, order, 2); ^ ../../../src/cdo/cs_hho_builder.c(768): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits b->cell_basis = cs_basis_func_create(cell_basis_flag, order, 3); ^ ../../../src/cdo/cs_hho_builder.c(1003): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ depbase=`echo cs_hho_vecteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_vecteq.lo -MD -MP -MF $depbase.Tpo -c -o cs_hho_vecteq.lo ../../../src/cdo/cs_hho_vecteq.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/cdo/cs_hho_builder.c(1211): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits cbf->poly_order + 1, ^ ../../../src/cdo/cs_hho_builder.c(1544): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_hho_builder.c(1729): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_hho_builder.c(1891): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_hho_builder.c(2024): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_scaleq.lo -MD -MP -MF .deps/cs_hho_scaleq.Tpo -c ../../../src/cdo/cs_hho_scaleq.c -fPIC -DPIC -o .libs/cs_hho_scaleq.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_vecteq.lo -MD -MP -MF .deps/cs_hho_vecteq.Tpo -c ../../../src/cdo/cs_hho_vecteq.c -fPIC -DPIC -o .libs/cs_hho_vecteq.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_hho_scaleq.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_hho_scaleq.c(900): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits eqc->bf2def_ids[bz->elt_ids[i]] = def_id; ^ ../../../src/cdo/cs_hho_scaleq.c(1172): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int face_offset = cm->n_fc*eqc->n_face_dofs; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_cdo_advection.h(34), from ../../../src/cdo/cs_hho_vecteq.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_hho_vecteq.c(911): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits eqc->bf2def_ids[bz->elt_ids[i]] = def_id; ^ ../../../src/cdo/cs_hho_vecteq.c(1254): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int face_offset = cm->n_fc*eqc->n_face_dofs; ^ ../../../src/cdo/cs_hho_vecteq.c(1527): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int dofs_by_component = eqc->n_cell_dofs/3; ^ depbase=`echo cs_hho_stokes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_stokes.lo -MD -MP -MF $depbase.Tpo -c -o cs_hho_stokes.lo ../../../src/cdo/cs_hho_stokes.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_hodge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hodge.lo -MD -MP -MF $depbase.Tpo -c -o cs_hodge.lo ../../../src/cdo/cs_hodge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hho_stokes.lo -MD -MP -MF .deps/cs_hho_stokes.Tpo -c ../../../src/cdo/cs_hho_stokes.c -fPIC -DPIC -o .libs/cs_hho_stokes.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hodge.lo -MD -MP -MF .deps/cs_hodge.Tpo -c ../../../src/cdo/cs_hodge.c -fPIC -DPIC -o .libs/cs_hodge.o In file included from ../../../src/cdo/cs_equation_common.h(35), from ../../../src/cdo/cs_hho_stokes.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_hho_stokes.c(588): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits eqc->bf2def_ids[bz->elt_ids[i]] = def_id; ^ ../../../src/cdo/cs_hho_stokes.c(139): warning #593: variable "cs_shared_time_step" was set but never used static const cs_time_step_t *cs_shared_time_step; ^ In file included from ../../../src/cdo/cs_scheme_geometry.h(37), from ../../../src/cdo/cs_hodge.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_hodge.c(1648): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_eigen(pty->tensor, &(pty->eigen_ratio), &(pty->eigen_max)); ^ ../../../src/cdo/cs_hodge.c(1727): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_eigen(pty->tensor, &(pty->eigen_ratio), &(pty->eigen_max)); ^ ../../../src/cdo/cs_hodge.c(2533): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*f2e_ids[i]; ^ ../../../src/cdo/cs_hodge.c(2663): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*f2e_ids[i]; ^ ../../../src/cdo/cs_hodge.c(2785): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int fj = fi + 1; fj < cm->n_fc; fj++) { ^ ../../../src/cdo/cs_hodge.c(2922): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vj = vi+1; vj < cm->n_vc; vj++) ^ ../../../src/cdo/cs_hodge.c(2956): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*f2e_ids[i]; ^ ../../../src/cdo/cs_hodge.c(2983): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vi = vj+1; vi < msize; vi++) ^ ../../../src/cdo/cs_hodge.c(3040): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vj = vi + 1; vj < cm->n_vc; vj++) ^ ../../../src/cdo/cs_hodge.c(3073): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*f2e_ids[i]; ^ ../../../src/cdo/cs_hodge.c(3100): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int vi = vj+1; vi < cm->n_vc; vi++) ^ depbase=`echo cs_iter_algo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_iter_algo.lo -MD -MP -MF $depbase.Tpo -c -o cs_iter_algo.lo ../../../src/cdo/cs_iter_algo.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_maxwell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_maxwell.lo -MD -MP -MF $depbase.Tpo -c -o cs_maxwell.lo ../../../src/cdo/cs_maxwell.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_iter_algo.lo -MD -MP -MF .deps/cs_iter_algo.Tpo -c ../../../src/cdo/cs_iter_algo.c -fPIC -DPIC -o .libs/cs_iter_algo.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_maxwell.lo -MD -MP -MF .deps/cs_maxwell.Tpo -c ../../../src/cdo/cs_maxwell.c -fPIC -DPIC -o .libs/cs_maxwell.o In file included from ../../../src/cdo/cs_evaluate.h(36), from ../../../src/cdo/cs_iter_algo.c(42): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_mesh_deform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_deform.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_deform.lo ../../../src/cdo/cs_mesh_deform.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_navsto_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_navsto_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_navsto_coupling.lo ../../../src/cdo/cs_navsto_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_maxwell.c(42): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_deform.lo -MD -MP -MF .deps/cs_mesh_deform.Tpo -c ../../../src/cdo/cs_mesh_deform.c -fPIC -DPIC -o .libs/cs_mesh_deform.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_navsto_coupling.lo -MD -MP -MF .deps/cs_navsto_coupling.Tpo -c ../../../src/cdo/cs_navsto_coupling.c -fPIC -DPIC -o .libs/cs_navsto_coupling.o depbase=`echo cs_navsto_system.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_navsto_system.lo -MD -MP -MF $depbase.Tpo -c -o cs_navsto_system.lo ../../../src/cdo/cs_navsto_system.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_domain_setup.h(36), from ../../../src/cdo/cs_mesh_deform.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_navsto_coupling.h(34), from ../../../src/cdo/cs_navsto_coupling.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_navsto_system.lo -MD -MP -MF .deps/cs_navsto_system.Tpo -c ../../../src/cdo/cs_navsto_system.c -fPIC -DPIC -o .libs/cs_navsto_system.o depbase=`echo cs_property.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_property.lo -MD -MP -MF $depbase.Tpo -c -o cs_property.lo ../../../src/cdo/cs_property.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_cdofb_ac.h(44), from ../../../src/cdo/cs_navsto_system.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_navsto_system.c(865): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits CS_FLAG_FULL_LOC | CS_FLAG_SCALAR | cs_flag_primal_face; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_property.lo -MD -MP -MF .deps/cs_property.Tpo -c ../../../src/cdo/cs_property.c -fPIC -DPIC -o .libs/cs_property.o depbase=`echo cs_quadrature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_quadrature.lo -MD -MP -MF $depbase.Tpo -c -o cs_quadrature.lo ../../../src/cdo/cs_quadrature.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_reco.h(37), from ../../../src/cdo/cs_property.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_property.c(434): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_product_add(tensor_a, tensor_b, tensor); ^ ../../../src/cdo/cs_property.c(434): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_product_add(tensor_a, tensor_b, tensor); ^ ../../../src/cdo/cs_property.c(549): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_product_add(tensor_a, tensor_b, tensor); ^ ../../../src/cdo/cs_property.c(549): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_product_add(tensor_a, tensor_b, tensor); ^ ../../../src/cdo/cs_property.c(1020): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits pty->def_ids[z->elt_ids[j]] = id; ^ ../../../src/cdo/cs_property.c(146): warning #177: function "_print_tensor" was declared but never referenced _print_tensor(const cs_real_3_t *tensor) ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_quadrature.lo -MD -MP -MF .deps/cs_quadrature.Tpo -c ../../../src/cdo/cs_quadrature.c -fPIC -DPIC -o .libs/cs_quadrature.o depbase=`echo cs_reco.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_reco.lo -MD -MP -MF $depbase.Tpo -c -o cs_reco.lo ../../../src/cdo/cs_reco.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_reco.lo -MD -MP -MF .deps/cs_reco.Tpo -c ../../../src/cdo/cs_reco.c -fPIC -DPIC -o .libs/cs_reco.o In file included from ../../../src/cdo/cs_scheme_geometry.h(37), from ../../../src/cdo/cs_reco.c(43): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_reco.c(1330): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*cm->f2e_ids[i]; ^ ../../../src/cdo/cs_reco.c(1343): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int ee = 2*cm->f2e_ids[i]; ^ depbase=`echo cs_scheme_geometry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_scheme_geometry.lo -MD -MP -MF $depbase.Tpo -c -o cs_scheme_geometry.lo ../../../src/cdo/cs_scheme_geometry.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_scheme_geometry.lo -MD -MP -MF .deps/cs_scheme_geometry.Tpo -c ../../../src/cdo/cs_scheme_geometry.c -fPIC -DPIC -o .libs/cs_scheme_geometry.o depbase=`echo cs_sdm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sdm.lo -MD -MP -MF $depbase.Tpo -c -o cs_sdm.lo ../../../src/cdo/cs_sdm.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_scheme_geometry.h(37), from ../../../src/cdo/cs_scheme_geometry.c(44): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_scheme_geometry.c(291): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_ef = end - start; /* ertices (=#edges) */ ^ ../../../src/cdo/cs_scheme_geometry.c(380): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_scheme_geometry.c(125): warning #177: function "_add_tetra_to_inertia2" was declared but never referenced _add_tetra_to_inertia2(const cs_real_t x1[3], ^ ../../../src/cdo/cs_scheme_geometry.c(214): warning #177: function "_add_tetra_to_inertia" was declared but never referenced _add_tetra_to_inertia(const cs_real_t x1[3], ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_sdm.lo -MD -MP -MF .deps/cs_sdm.Tpo -c ../../../src/cdo/cs_sdm.c -fPIC -DPIC -o .libs/cs_sdm.o depbase=`echo cs_solidification.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_solidification.lo -MD -MP -MF $depbase.Tpo -c -o cs_solidification.lo ../../../src/cdo/cs_solidification.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/cdo/cs_sdm.c(260): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_rows_i = max_row_block_sizes[i]; ^ ../../../src/cdo/cs_sdm.c(262): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_cols_j = max_col_block_sizes[j]; ^ ../../../src/cdo/cs_sdm.c(392): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_rows_i = row_block_sizes[i]; ^ ../../../src/cdo/cs_sdm.c(394): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_cols_j = col_block_sizes[j]; ^ ../../../src/cdo/cs_sdm.c(811): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i + 1; j < b_desc->n_row_blocks; j++) ^ ../../../src/cdo/cs_sdm.c(877): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nr = mat->n_rows; ^ ../../../src/cdo/cs_sdm.c(878): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nc = mat->n_cols; ^ ../../../src/cdo/cs_sdm.c(914): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nr = mat->n_rows; ^ ../../../src/cdo/cs_sdm.c(915): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nc = mat->n_cols; ^ ../../../src/cdo/cs_sdm.c(947): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nr = mat->n_rows; ^ ../../../src/cdo/cs_sdm.c(948): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int nc = mat->n_cols; ^ ../../../src/cdo/cs_sdm.c(1169): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i+1; j < mat->n_cols; j++) { ^ ../../../src/cdo/cs_sdm.c(1240): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int j = i+1; j < mat->n_cols; j++) { ^ ../../../src/cdo/cs_sdm.c(1773): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n = m->n_cols; ^ ../../../src/cdo/cs_sdm.c(1799): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int rowi_idx = rowj_idx; ^ ../../../src/cdo/cs_sdm.c(1801): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int i = j+1; i < n; i++) { /* Loop on rows */ ^ ../../../src/cdo/cs_sdm.c(1824): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int rowi_idx = rowj_idx; ^ ../../../src/cdo/cs_sdm.c(1853): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int rowi_idx = rowj_idx; ^ ../../../src/cdo/cs_sdm.c(1855): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int i = j+1; i < n; i++) { /* Loop on rows */ ^ ../../../src/cdo/cs_sdm.c(2019): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int last_row_id = n_rows - 1; ^ ../../../src/cdo/cs_sdm.c(2024): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits for (short int i = last_row_id - 1; i >= 0; i--) { ^ ../../../src/cdo/cs_sdm.c(2029): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int rowk_idx = shift; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_solidification.lo -MD -MP -MF .deps/cs_solidification.Tpo -c ../../../src/cdo/cs_solidification.c -fPIC -DPIC -o .libs/cs_solidification.o In file included from ../../../src/cdo/cs_cdofb_scaleq.h(43), from ../../../src/cdo/cs_solidification.c(44): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_solidification.c(2051): warning #192: unrecognized character escape sequence " * Solid | %6.2f\%% for %9lu cells;\n" ^ ../../../src/cdo/cs_solidification.c(2052): warning #192: unrecognized character escape sequence " * Mushy | %6.2f\%% for %9lu cells;\n" ^ ../../../src/cdo/cs_solidification.c(2053): warning #192: unrecognized character escape sequence " * Liquid | %6.2f\%% for %9lu cells;\n", ^ ../../../src/cdo/cs_solidification.c(2063): warning #192: unrecognized character escape sequence " * Eutectic | %6.2f\%% for %9lu cells;\n", ^ depbase=`echo cs_source_term.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_source_term.lo -MD -MP -MF $depbase.Tpo -c -o cs_source_term.lo ../../../src/cdo/cs_source_term.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_static_condensation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_static_condensation.lo -MD -MP -MF $depbase.Tpo -c -o cs_static_condensation.lo ../../../src/cdo/cs_static_condensation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_source_term.lo -MD -MP -MF .deps/cs_source_term.Tpo -c ../../../src/cdo/cs_source_term.c -fPIC -DPIC -o .libs/cs_source_term.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_static_condensation.lo -MD -MP -MF .deps/cs_static_condensation.Tpo -c ../../../src/cdo/cs_static_condensation.c -fPIC -DPIC -o .libs/cs_static_condensation.o In file included from ../../../src/cdo/cs_static_condensation.h(33), from ../../../src/cdo/cs_static_condensation.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_basis_func.h(34), from ../../../src/cdo/cs_source_term.c(43): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_source_term.c(140): warning #2259: non-pointer conversion from "int" to "const cs_mask_t={unsigned char}" may lose significant bits const cs_mask_t mask = (1 << st_id); ^ ../../../src/cdo/cs_source_term.c(875): warning #2259: non-pointer conversion from "int" to "const cs_mask_t={unsigned char}" may lose significant bits const cs_mask_t st_mask = (1 << st_id); ^ ../../../src/cdo/cs_source_term.c(1549): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits short int v = cb->ids[i]; ^ ../../../src/cdo/cs_source_term.c(2077): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_source_term.c(2300): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; // #vertices (=#edges) ^ ../../../src/cdo/cs_source_term.c(2479): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_source_term.c(2604): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_source_term.c(2724): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_source_term.c(78): warning #593: variable "cs_cdo_connect" was set but never used static const cs_cdo_connect_t *cs_cdo_connect; ^ ../../../src/cdo/cs_source_term.c(99): warning #177: function "_get_name" was declared but never referenced _get_name(const char *name, ^ depbase=`echo cs_thermal_system.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_thermal_system.lo -MD -MP -MF $depbase.Tpo -c -o cs_thermal_system.lo ../../../src/cdo/cs_thermal_system.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_walldistance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_walldistance.lo -MD -MP -MF $depbase.Tpo -c -o cs_walldistance.lo ../../../src/cdo/cs_walldistance.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_thermal_system.lo -MD -MP -MF .deps/cs_thermal_system.Tpo -c ../../../src/cdo/cs_thermal_system.c -fPIC -DPIC -o .libs/cs_thermal_system.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_walldistance.lo -MD -MP -MF .deps/cs_walldistance.Tpo -c ../../../src/cdo/cs_walldistance.c -fPIC -DPIC -o .libs/cs_walldistance.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_thermal_system.h(32), from ../../../src/cdo/cs_thermal_system.c(47): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_thermal_system.c(95): warning #177: function "_is_solved_with_temperature" was declared but never referenced _is_solved_with_temperature(void) ^ ../../../src/cdo/cs_thermal_system.c(133): warning #177: function "_eval_aniso_kappa" was declared but never referenced _eval_aniso_kappa(cs_lnum_t n_elts, ^ ../../../src/cdo/cs_thermal_system.c(199): warning #177: function "_eval_aniso_kappa_cw" was declared but never referenced _eval_aniso_kappa_cw(const cs_cell_mesh_t *cm, ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_walldistance.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_xdef.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef.lo -MD -MP -MF $depbase.Tpo -c -o cs_xdef.lo ../../../src/cdo/cs_xdef.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_xdef_cw_eval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef_cw_eval.lo -MD -MP -MF $depbase.Tpo -c -o cs_xdef_cw_eval.lo ../../../src/cdo/cs_xdef_cw_eval.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef.lo -MD -MP -MF .deps/cs_xdef.Tpo -c ../../../src/cdo/cs_xdef.c -fPIC -DPIC -o .libs/cs_xdef.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef_cw_eval.lo -MD -MP -MF .deps/cs_xdef_cw_eval.Tpo -c ../../../src/cdo/cs_xdef_cw_eval.c -fPIC -DPIC -o .libs/cs_xdef_cw_eval.o depbase=`echo cs_xdef_eval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef_eval.lo -MD -MP -MF $depbase.Tpo -c -o cs_xdef_eval.lo ../../../src/cdo/cs_xdef_eval.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_reco.h(37), from ../../../src/cdo/cs_xdef_cw_eval.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_xdef_cw_eval.c(114): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_xdef_cw_eval.c(187): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_xdef_cw_eval.c(301): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_vf = end - start; /* #vertices (=#edges) */ ^ ../../../src/cdo/cs_xdef_cw_eval.c(1073): warning #2259: non-pointer conversion from "cs_eflag_t={unsigned int}" to "cs_flag_t={unsigned short}" may lose significant bits if (cs_flag_test(cm->flag, CS_FLAG_COMP_FEQ)) { ^ ../../../src/cdo/cs_xdef_cw_eval.c(1145): warning #2259: non-pointer conversion from "cs_eflag_t={unsigned int}" to "cs_flag_t={unsigned short}" may lose significant bits if (cs_flag_test(cm->flag, CS_FLAG_COMP_FEQ)) { /* tef is pre-computed */ ^ ../../../src/cdo/cs_xdef_cw_eval.c(1238): warning #2259: non-pointer conversion from "cs_eflag_t={unsigned int}" to "cs_flag_t={unsigned short}" may lose significant bits if (cs_flag_test(cm->flag, CS_FLAG_COMP_FEQ)) { /* tef is pre-computed */ ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_xdef_eval.lo -MD -MP -MF .deps/cs_xdef_eval.Tpo -c ../../../src/cdo/cs_xdef_eval.c -fPIC -DPIC -o .libs/cs_xdef_eval.o /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_ac.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_ac.Tpo -c -o libcscdo_extension_la-cs_cdofb_ac.lo `test -f 'cs_cdofb_ac.c' || echo '../../../src/cdo/'`cs_cdofb_ac.c In file included from ../../../src/cdo/cs_reco.h(37), from ../../../src/cdo/cs_xdef_eval.c(49): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_xdef_eval.c(867): warning #2259: non-pointer conversion from "int" to "cs_flag_t={unsigned short}" may lose significant bits if (cs_flag_test(cx->loc, cs_flag_primal_face | CS_FLAG_BORDER)) ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_ac.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_ac.Tpo -c ../../../src/cdo/cs_cdofb_ac.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_cdofb_ac.o In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_cdofb_priv.h(33), from ../../../src/cdo/cs_cdofb_ac.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_cdofb_ac.c(56): ../../../src/cdo/cs_cdofb_vecteq.h(348): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _off = 3*cm->n_fc; ^ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_monolithic_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_monolithic_sles.Tpo -c -o libcscdo_extension_la-cs_cdofb_monolithic_sles.lo `test -f 'cs_cdofb_monolithic_sles.c' || echo '../../../src/cdo/'`cs_cdofb_monolithic_sles.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_monolithic_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_monolithic_sles.Tpo -c ../../../src/cdo/cs_cdofb_monolithic_sles.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_cdofb_monolithic_sles.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_cdofb_monolithic_sles.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_cdofb_monolithic_sles.c(2046): warning #2259: non-pointer conversion from "double" to "const cs_lnum_t={int}" may lose significant bits const cs_lnum_t n_sblocks = (n_blocks > 3) ? sqrt(n_blocks) : 1; ^ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_predco.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_predco.Tpo -c -o libcscdo_extension_la-cs_cdofb_predco.lo `test -f 'cs_cdofb_predco.c' || echo '../../../src/cdo/'`cs_cdofb_predco.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_cdofb_predco.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_cdofb_predco.Tpo -c ../../../src/cdo/cs_cdofb_predco.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_cdofb_predco.o /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_param_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_param_sles.Tpo -c -o libcscdo_extension_la-cs_param_sles.lo `test -f 'cs_param_sles.c' || echo '../../../src/cdo/'`cs_param_sles.c In file included from ../../../src/cdo/cs_hodge.h(37), from ../../../src/cdo/cs_cdofb_priv.h(33), from ../../../src/cdo/cs_cdofb_predco.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_param_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_param_sles.Tpo -c ../../../src/cdo/cs_param_sles.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_param_sles.o In file included from ../../../src/cdo/cs_cdofb_predco.c(55): ../../../src/cdo/cs_cdofb_vecteq.h(348): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int _off = 3*cm->n_fc; ^ ../../../src/cdo/cs_cdofb_predco.c(1162): warning #2259: non-pointer conversion from "int" to "const short" may lose significant bits const short int n_fc = cm->n_fc, nf_dofs = 3*n_fc; ^ ../../../src/cdo/cs_cdofb_predco.c(255): warning #593: variable "cs_shared_pre_ms" was set but never used static const cs_matrix_structure_t *cs_shared_pre_ms; ^ ../../../src/cdo/cs_param_sles.c(1347): warning #177: variable "sles_name" was declared but never referenced const char *sles_name = use_field_id ? NULL : slesp->name; ^ ../../../src/cdo/cs_param_sles.c(1350): warning #593: variable "sym" was set but never used int sym = 0; /* One assumes a non-symmetric as default */ ^ ../../../src/cdo/cs_param_sles.c(1387): warning #177: variable "sles_name" was declared but never referenced const char *sles_name = use_field_id ? NULL : slesp->name; ^ mv -f .deps/libcscdo_extension_la-cs_param_sles.Tpo .deps/libcscdo_extension_la-cs_param_sles.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_navsto_param.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_navsto_param.Tpo -c -o libcscdo_extension_la-cs_navsto_param.lo `test -f 'cs_navsto_param.c' || echo '../../../src/cdo/'`cs_navsto_param.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_navsto_param.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_navsto_param.Tpo -c ../../../src/cdo/cs_navsto_param.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_navsto_param.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/cdo/cs_navsto_param.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/cdo/cs_navsto_param.c(194): warning #869: parameter "sles_type" was never referenced cs_navsto_sles_t sles_type) ^ ../../../src/cdo/cs_navsto_param.c(749): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits val[i] = tolower(keyval[i]); ^ mv -f .deps/libcscdo_extension_la-cs_cdofb_ac.Tpo .deps/libcscdo_extension_la-cs_cdofb_ac.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_navsto_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_navsto_sles.Tpo -c -o libcscdo_extension_la-cs_navsto_sles.lo `test -f 'cs_navsto_sles.c' || echo '../../../src/cdo/'`cs_navsto_sles.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cdo -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcscdo_extension_la-cs_navsto_sles.lo -MD -MP -MF .deps/libcscdo_extension_la-cs_navsto_sles.Tpo -c ../../../src/cdo/cs_navsto_sles.c -fPIC -DPIC -o .libs/libcscdo_extension_la-cs_navsto_sles.o In file included from ../../../src/cdo/cs_xdef_cw_eval.h(35), from ../../../src/cdo/cs_property.h(38), from ../../../src/cdo/cs_cdo_turbulence.h(36), from ../../../src/cdo/cs_navsto_param.h(33), from ../../../src/cdo/cs_navsto_sles.c(42): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ mv -f .deps/libcscdo_extension_la-cs_navsto_sles.Tpo .deps/libcscdo_extension_la-cs_navsto_sles.Plo mv -f .deps/libcscdo_extension_la-cs_navsto_param.Tpo .deps/libcscdo_extension_la-cs_navsto_param.Plo mv -f .deps/libcscdo_extension_la-cs_cdofb_predco.Tpo .deps/libcscdo_extension_la-cs_cdofb_predco.Plo mv -f .deps/libcscdo_extension_la-cs_cdofb_monolithic_sles.Tpo .deps/libcscdo_extension_la-cs_cdofb_monolithic_sles.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o libcscdo_extension.la libcscdo_extension_la-cs_cdofb_ac.lo libcscdo_extension_la-cs_cdofb_monolithic_sles.lo libcscdo_extension_la-cs_cdofb_predco.lo libcscdo_extension_la-cs_param_sles.lo libcscdo_extension_la-cs_navsto_param.lo libcscdo_extension_la-cs_navsto_sles.lo -lz -ldl libtool: link: ar cru .libs/libcscdo_extension.a .libs/libcscdo_extension_la-cs_cdofb_ac.o .libs/libcscdo_extension_la-cs_cdofb_monolithic_sles.o .libs/libcscdo_extension_la-cs_cdofb_predco.o .libs/libcscdo_extension_la-cs_param_sles.o .libs/libcscdo_extension_la-cs_navsto_param.o .libs/libcscdo_extension_la-cs_navsto_sles.o libtool: link: ranlib .libs/libcscdo_extension.a libtool: link: ( cd ".libs" && rm -f "libcscdo_extension.la" && ln -s "../libcscdo_extension.la" "libcscdo_extension.la" ) /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscdo.la cs_advection_field.lo cs_basis_func.lo cs_cdo_advection.lo cs_cdo_bc.lo cs_cdo_connect.lo cs_cdo_diffusion.lo cs_cdo_field_interpolation.lo cs_cdo_local.lo cs_cdo_main.lo cs_cdo_quantities.lo cs_cdo_turbulence.lo cs_cdoeb_vecteq.lo cs_cdofb_monolithic.lo cs_cdofb_navsto.lo cs_cdofb_scaleq.lo cs_cdofb_vecteq.lo cs_cdofb_priv.lo cs_cdovb_scaleq.lo cs_cdovb_vecteq.lo cs_cdovcb_scaleq.lo cs_dbg.lo cs_domain.lo cs_domain_op.lo cs_domain_setup.lo cs_equation.lo cs_equation_assemble.lo cs_equation_bc.lo cs_equation_common.lo cs_equation_param.lo cs_evaluate.lo cs_flag.lo cs_gwf.lo cs_gwf_soil.lo cs_gwf_tracer.lo cs_hho_builder.lo cs_hho_scaleq.lo cs_hho_vecteq.lo cs_hho_stokes.lo cs_hodge.lo cs_iter_algo.lo cs_maxwell.lo cs_mesh_deform.lo cs_navsto_coupling.lo cs_navsto_system.lo cs_property.lo cs_quadrature.lo cs_reco.lo cs_scheme_geometry.lo cs_sdm.lo cs_solidification.lo cs_source_term.lo cs_static_condensation.lo cs_thermal_system.lo cs_walldistance.lo cs_xdef.lo cs_xdef_cw_eval.lo cs_xdef_eval.lo libcscdo_extension.la -lz -ldl libtool: link: (cd .libs/libcscdo.lax/libcscdo_extension.a && ar x "/media/ephemeral0/code_saturne-7.0.0/build/src/cdo/./.libs/libcscdo_extension.a") libtool: link: ar cru .libs/libcscdo.a .libs/cs_advection_field.o .libs/cs_basis_func.o .libs/cs_cdo_advection.o .libs/cs_cdo_bc.o .libs/cs_cdo_connect.o .libs/cs_cdo_diffusion.o .libs/cs_cdo_field_interpolation.o .libs/cs_cdo_local.o .libs/cs_cdo_main.o .libs/cs_cdo_quantities.o .libs/cs_cdo_turbulence.o .libs/cs_cdoeb_vecteq.o .libs/cs_cdofb_monolithic.o .libs/cs_cdofb_navsto.o .libs/cs_cdofb_scaleq.o .libs/cs_cdofb_vecteq.o .libs/cs_cdofb_priv.o .libs/cs_cdovb_scaleq.o .libs/cs_cdovb_vecteq.o .libs/cs_cdovcb_scaleq.o .libs/cs_dbg.o .libs/cs_domain.o .libs/cs_domain_op.o .libs/cs_domain_setup.o .libs/cs_equation.o .libs/cs_equation_assemble.o .libs/cs_equation_bc.o .libs/cs_equation_common.o .libs/cs_equation_param.o .libs/cs_evaluate.o .libs/cs_flag.o .libs/cs_gwf.o .libs/cs_gwf_soil.o .libs/cs_gwf_tracer.o .libs/cs_hho_builder.o .libs/cs_hho_scaleq.o .libs/cs_hho_vecteq.o .libs/cs_hho_stokes.o .libs/cs_hodge.o .libs/cs_iter_algo.o .libs/cs_maxwell.o .libs/cs_mesh_deform.o .libs/cs_navsto_coupling.o .libs/cs_navsto_system.o .libs/cs_property.o .libs/cs_quadrature.o .libs/cs_reco.o .libs/cs_scheme_geometry.o .libs/cs_sdm.o .libs/cs_solidification.o .libs/cs_source_term.o .libs/cs_static_condensation.o .libs/cs_thermal_system.o .libs/cs_walldistance.o .libs/cs_xdef.o .libs/cs_xdef_cw_eval.o .libs/cs_xdef_eval.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_cdofb_ac.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_cdofb_monolithic_sles.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_cdofb_predco.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_navsto_param.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_navsto_sles.o .libs/libcscdo.lax/libcscdo_extension.a/libcscdo_extension_la-cs_param_sles.o libtool: link: ranlib .libs/libcscdo.a libtool: link: rm -fr .libs/libcscdo.lax libtool: link: ( cd ".libs" && rm -f "libcscdo.la" && ln -s "../libcscdo.la" "libcscdo.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cdo' Making all in pprt make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/pprt' depbase=`echo cs_combustion_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/pprt -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_combustion_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_combustion_model.lo ../../../src/pprt/cs_combustion_model.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_physical_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/pprt -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_physical_model.lo ../../../src/pprt/cs_physical_model.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppini1.lo ../../../src/pprt/ppini1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppinii.lo ../../../src/pprt/ppinii.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppini1.f90 -fPIC -o .libs/ppini1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppinii.f90 -fPIC -o .libs/ppinii.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/pprt -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_combustion_model.lo -MD -MP -MF .deps/cs_combustion_model.Tpo -c ../../../src/pprt/cs_combustion_model.c -fPIC -DPIC -o .libs/cs_combustion_model.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/pprt -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_physical_model.lo -MD -MP -MF .deps/cs_physical_model.Tpo -c ../../../src/pprt/cs_physical_model.c -fPIC -DPIC -o .libs/cs_physical_model.o ../../../src/pprt/ppini1.f90(85): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/pprt/ppini1.f90(103): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COINI1] call coini1 -------^ ../../../src/pprt/ppini1.f90(109): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_PARAM] call cs_coal_param -------^ ../../../src/pprt/ppini1.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLIN1] call cplin1 -------^ ../../../src/pprt/ppini1.f90(122): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_PARAM] call cs_fuel_param -------^ ../../../src/pprt/ppini1.f90(128): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFINI1] call cfini1 -------^ ../../../src/pprt/ppini1.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELINI1] call elini1(diftl0) -------^ ../../../src/pprt/ppini1.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATINI1] call atini1 -------^ ../../../src/pprt/ppini1.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CTINI1] call ctini1 -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppiniv.lo ../../../src/pprt/ppiniv.f90 ../../../src/pprt/cs_combustion_model.c(289): warning #556: a value of type "int (*)[5]" cannot be assigned to an entity of type "int *" *nclpch = &(cs_glob_combustion_model->coal.n_classes_per_coal); ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppinv2.lo ../../../src/pprt/ppinv2.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pplecd.lo ../../../src/pprt/pplecd.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppiniv.f90 -fPIC -o .libs/ppiniv.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppinv2.f90 -fPIC -o .libs/ppinv2.o ../../../src/pprt/ppiniv.f90(67): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PINI] call d3pini -------^ ../../../src/pprt/ppiniv.f90(74): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUINI] call ebuini -------^ ../../../src/pprt/ppiniv.f90(81): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCINI] call lwcini -------^ ../../../src/pprt/ppiniv.f90(87): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_VARINI] call cs_coal_varini -------^ ../../../src/pprt/ppiniv.f90(93): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLINI] call cplini -------^ ../../../src/pprt/ppiniv.f90(99): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_VARINI] call cs_fuel_varini -------^ ../../../src/pprt/ppiniv.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATINIV0] call atiniv0 -------^ ../../../src/pprt/ppiniv.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CTINIV0] call ctiniv0 -------^ ../../../src/pprt/ppiniv.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELINIV] call eliniv(isuite) -------^ ../../../src/pprt/ppiniv.f90(176): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATINIV1] call atiniv1 -------^ ../../../src/pprt/ppiniv.f90(181): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CTINIV1] call ctiniv1 -------^ ../../../src/pprt/ppiniv.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_GAS_MIX_INITIALIZATION] call cs_gas_mix_initialization -------^ ../../../src/pprt/ppiniv.f90(195): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFINIV] call cfiniv -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pplecd.f90 -fPIC -o .libs/pplecd.o ../../../src/pprt/ppinv2.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUINI] call ebuini -------^ ../../../src/pprt/ppinv2.f90(89): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCINI] call lwcini -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pppdfr.lo ../../../src/pprt/pppdfr.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppphyv.lo ../../../src/pprt/ppphyv.f90 ../../../src/pprt/pplecd.f90(73): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COLECD] call colecd -------^ ../../../src/pprt/pplecd.f90(79): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UISOFU] call uisofu(iirayo, ncharm, ncharb, nclpch, nclacp, & -------^ ../../../src/pprt/pplecd.f90(90): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_READATA] call cs_coal_readata -------^ ../../../src/pprt/pplecd.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_READATA] call cs_fuel_readata -------^ ../../../src/pprt/pplecd.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELLECD] call ellecd(ippmod(ieljou), ippmod(ielarc)) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppprcl.lo ../../../src/pprt/ppprcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pppdfr.f90 -fPIC -o .libs/pppdfr.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppphyv.f90 -fPIC -o .libs/ppphyv.o ../../../src/pprt/ppphyv.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_PHYSICAL_PROPERTIES_COMBUSTION_DRIFT] call cs_physical_properties_combustion_drift() -------^ ../../../src/pprt/ppphyv.f90(112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PPHY] call d3pphy() -------^ ../../../src/pprt/ppphyv.f90(118): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUPHY] call ebuphy(mbrom, izfppp) -------^ ../../../src/pprt/ppphyv.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCPHY] call lwcphy(mbrom, izfppp) -------^ ../../../src/pprt/ppphyv.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_PHYSPROP] call cs_coal_physprop(mbrom, izfppp) -------^ ../../../src/pprt/ppphyv.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLPHY] call cplphy(mbrom, izfppp) -------^ ../../../src/pprt/ppphyv.f90(143): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_PHYSPROP] call cs_fuel_physprop(mbrom, izfppp) -------^ ../../../src/pprt/ppphyv.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELPHYV] call elphyv -------^ ../../../src/pprt/ppphyv.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CTPHYV] call ctphyv -------^ ../../../src/pprt/ppphyv.f90(169): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATPHYV] call atphyv -------^ ../../../src/pprt/ppphyv.f90(243): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_GAS_MIX_PHYSICAL_PROPERTIES] call cs_gas_mix_physical_properties -------^ ../../../src/pprt/ppphyv.f90(251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFPHYV] call cfphyv -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppprcl.f90 -fPIC -o .libs/ppprcl.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppprop.lo ../../../src/pprt/ppprop.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pptbht.lo ../../../src/pprt/pptbht.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pptssc.lo ../../../src/pprt/pptssc.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppprop.f90 -fPIC -o .libs/ppprop.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pptbht.f90 -fPIC -o .libs/pptbht.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pptssc.f90 -fPIC -o .libs/pptssc.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pptsvv.lo ../../../src/pprt/pptsvv.f90 ../../../src/pprt/ppprop.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COPROP] call coprop -------^ ../../../src/pprt/ppprop.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_PROP] call cs_coal_prop -------^ ../../../src/pprt/ppprop.f90(111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLPRO] call cplpro -------^ ../../../src/pprt/ppprop.f90(117): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_PROP] call cs_fuel_prop -------^ ../../../src/pprt/ppprop.f90(123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFPROP] call cfprop -------^ ../../../src/pprt/ppprop.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field('momentum_source_terms', 'MomentumSourceTerms', 3, .false., imomst) ---------^ ../../../src/pprt/ppprop.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATPROP] call atprop -------^ ../../../src/pprt/ppprop.f90(147): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('humidity', 'Humidity', ihumid) -------^ ../../../src/pprt/ppprop.f90(148): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('x_s', 'Humidity sat', f_id) -------^ ../../../src/pprt/ppprop.f90(149): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('enthalpy', 'Enthalpy humid air', ihm) -------^ ../../../src/pprt/ppprop.f90(150): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature_liquid', 'Temp liq', itml) -------^ ../../../src/pprt/ppprop.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('vertvel_l', 'Vertical vel liq', ivertvel) -------^ ../../../src/pprt/ppprop.f90(160): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('x_c', 'Gas mass fraction', f_id) -------^ ../../../src/pprt/ppprop.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('mix_mol_mas', 'Mix_mol_mass', igmxml) -------^ ../../../src/pprt/ppprop.f90(200): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD] call add_property_field(name_d, label_d, idim1, has_previous, iddgas) -------^ ../../../src/pprt/pptbht.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSDATADIR] call csdatadir(len(pathdatadir), pathdatadir) -----^ ../../../src/pprt/pptbht.f90(188): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pptycl.lo ../../../src/pprt/pptycl.f90 ../../../src/pprt/pptssc.f90(111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SOOTSC] call sootsc(iscal, smbrs, rovsdt) -------^ ../../../src/pprt/pptssc.f90(117): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUTSS] call ebutss(iscal, smbrs, rovsdt) -------^ ../../../src/pprt/pptssc.f90(128): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCTSS] call lwctss(iscal, smbrs, rovsdt) -------^ ../../../src/pprt/pptssc.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_SCAST] call cs_coal_scast(iscal, smbrs, rovsdt) -------^ ../../../src/pprt/pptssc.f90(141): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLTSS] call cpltss(iscal, itypfb, smbrs, rovsdt, tslagr) -------^ ../../../src/pprt/pptssc.f90(147): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_SCAST] call cs_fuel_scast(iscal, smbrs, rovsdt) -------^ ../../../src/pprt/pptssc.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELTSSC] call eltssc(iscal, smbrs) -------^ ../../../src/pprt/pptssc.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATTSSC] call attssc(iscal,smbrs) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pptsvv.f90 -fPIC -o .libs/pptsvv.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ppvarp.lo ../../../src/pprt/ppvarp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/pptycl.f90 -fPIC -o .libs/pptycl.o ../../../src/pprt/pptsvv.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ELTSVV] call eltsvv(ivarfl(isca(iscal)), smbrv) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/pprt/ppvarp.f90 -fPIC -o .libs/ppvarp.o ../../../src/pprt/pptycl.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------------^ ../../../src/pprt/pptycl.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATTYCL] call attycl(itypfb, izfppp, icodcl, rcodcl) -------^ ../../../src/pprt/pptycl.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_CTWR_BCOND] call cs_ctwr_bcond(itypfb, izfppp, icodcl, rcodcl) -------^ ../../../src/pprt/pptycl.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFXTCL] call cfxtcl & -------^ ../../../src/pprt/pptycl.f90(215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PTCL] call d3ptcl(itypfb, izfppp, icodcl, rcodcl) -------^ ../../../src/pprt/pptycl.f90(221): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUTCL] call ebutcl(itypfb, izfppp, rcodcl) -------^ ../../../src/pprt/pptycl.f90(227): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCTCL] call lwctcl(itypfb, izfppp, rcodcl) -------^ ../../../src/pprt/pptycl.f90(232): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_BCOND] call cs_coal_bcond(itypfb, izfppp, icodcl, rcodcl) -------^ ../../../src/pprt/pptycl.f90(237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLTCL] call cpltcl(itypfb, izfppp, rcodcl) -------^ ../../../src/pprt/pptycl.f90(242): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_BCOND] call cs_fuel_bcond(itypfb, izfppp, icodcl, rcodcl) -------^ ../../../src/pprt/ppvarp.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COVARP] call covarp -------^ ../../../src/pprt/ppvarp.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_VARPOS] call cs_coal_varpos -------^ ../../../src/pprt/ppvarp.f90(152): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLVAR] call cplvar -------^ ../../../src/pprt/ppvarp.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFVARP] call cfvarp -------^ ../../../src/pprt/ppvarp.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_VARPOS] call cs_fuel_varpos -------^ ../../../src/pprt/ppvarp.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATVARP] call atvarp -------^ ../../../src/pprt/ppvarp.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CTVARP] call ctvarp -------^ ../../../src/pprt/ppvarp.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) ---------^ ../../../src/pprt/ppvarp.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_o2', 'Y_O2', iscasp(1)) ---------^ ../../../src/pprt/ppvarp.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_n2', 'Y_N2', iscasp(2)) ---------^ ../../../src/pprt/ppvarp.f90(225): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_he', 'Y_He', iscasp(3)) -----------^ ../../../src/pprt/ppvarp.f90(233): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_h2', 'Y_H2', iscasp(3)) -----------^ ../../../src/pprt/ppvarp.f90(243): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_n2', 'Y_N2', iscasp(1)) ---------^ ../../../src/pprt/ppvarp.f90(250): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_he', 'Y_He', iscasp(2)) ---------^ /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcspprt.la cs_combustion_model.lo cs_physical_model.lo ppini1.lo ppinii.lo ppiniv.lo ppinv2.lo pplecd.lo pppdfr.lo ppphyv.lo ppprcl.lo ppprop.lo pptbht.lo pptssc.lo pptsvv.lo pptycl.lo ppvarp.lo -lz -ldl libtool: link: ar cru .libs/libcspprt.a .libs/cs_combustion_model.o .libs/cs_physical_model.o .libs/ppini1.o .libs/ppinii.o .libs/ppiniv.o .libs/ppinv2.o .libs/pplecd.o .libs/pppdfr.o .libs/ppphyv.o .libs/ppprcl.o .libs/ppprop.o .libs/pptbht.o .libs/pptssc.o .libs/pptsvv.o .libs/pptycl.o .libs/ppvarp.o libtool: link: ranlib .libs/libcspprt.a libtool: link: ( cd ".libs" && rm -f "libcspprt.la" && ln -s "../libcspprt.la" "libcspprt.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/pprt' Making all in alge make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/alge' /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_balance.lo -MD -MP -MF .deps/libcsalge_la-cs_balance.Tpo -c -o libcsalge_la-cs_balance.lo `test -f 'cs_balance.c' || echo '../../../src/alge/'`cs_balance.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_benchmark.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark.Tpo -c -o libcsalge_la-cs_benchmark.lo `test -f 'cs_benchmark.c' || echo '../../../src/alge/'`cs_benchmark.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_benchmark_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark_matrix.Tpo -c -o libcsalge_la-cs_benchmark_matrix.lo `test -f 'cs_benchmark_matrix.c' || echo '../../../src/alge/'`cs_benchmark_matrix.c /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_blas.lo -MD -MP -MF .deps/libcsalge_la-cs_blas.Tpo -c -o libcsalge_la-cs_blas.lo `test -f 'cs_blas.c' || echo '../../../src/alge/'`cs_blas.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_balance.lo -MD -MP -MF .deps/libcsalge_la-cs_balance.Tpo -c ../../../src/alge/cs_balance.c -fPIC -DPIC -o .libs/libcsalge_la-cs_balance.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_benchmark.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark.Tpo -c ../../../src/alge/cs_benchmark.c -fPIC -DPIC -o .libs/libcsalge_la-cs_benchmark.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_blas.lo -MD -MP -MF .deps/libcsalge_la-cs_blas.Tpo -c ../../../src/alge/cs_blas.c -fPIC -DPIC -o .libs/libcsalge_la-cs_blas.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_benchmark_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark_matrix.Tpo -c ../../../src/alge/cs_benchmark_matrix.c -fPIC -DPIC -o .libs/libcsalge_la-cs_benchmark_matrix.o ../../../src/alge/cs_benchmark.c(686): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits da[ii*sd+kk] = 1.0 + cos(jj*sd+kk); ^ ../../../src/alge/cs_benchmark.c(703): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits = 0.5*(0.9 + cos(jj*se+kk)); ^ ../../../src/alge/cs_benchmark.c(705): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits = -0.5*(0.9 + cos(jj*se+kk)); ^ ../../../src/alge/cs_benchmark.c(722): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits x[ii*stride+kk] = sin(jj*stride+kk); ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/alge/cs_balance.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_blas.c(220): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits *n_sblocks = (n_blocks > 1) ? sqrt(n_blocks) : 1; ^ ../../../src/alge/cs_balance.c(686): warning #869: parameter "icvfli" was never referenced const int icvfli[], ^ mv -f .deps/libcsalge_la-cs_balance.Tpo .deps/libcsalge_la-cs_balance.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_bw_time_diff.lo -MD -MP -MF .deps/libcsalge_la-cs_bw_time_diff.Tpo -c -o libcsalge_la-cs_bw_time_diff.lo `test -f 'cs_bw_time_diff.c' || echo '../../../src/alge/'`cs_bw_time_diff.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_bw_time_diff.lo -MD -MP -MF .deps/libcsalge_la-cs_bw_time_diff.Tpo -c ../../../src/alge/cs_bw_time_diff.c -fPIC -DPIC -o .libs/libcsalge_la-cs_bw_time_diff.o mv -f .deps/libcsalge_la-cs_bw_time_diff.Tpo .deps/libcsalge_la-cs_bw_time_diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_balance_by_zone.lo -MD -MP -MF .deps/libcsalge_la-cs_balance_by_zone.Tpo -c -o libcsalge_la-cs_balance_by_zone.lo `test -f 'cs_balance_by_zone.c' || echo '../../../src/alge/'`cs_balance_by_zone.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_balance_by_zone.lo -MD -MP -MF .deps/libcsalge_la-cs_balance_by_zone.Tpo -c ../../../src/alge/cs_balance_by_zone.c -fPIC -DPIC -o .libs/libcsalge_la-cs_balance_by_zone.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/alge/cs_balance_by_zone.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_balance_by_zone.c(1534): warning #2259: non-pointer conversion from "cs_real_t={double}" to "const int" may lose significant bits bldfrp, ^ ../../../src/alge/cs_balance_by_zone.c(3062): warning #2259: non-pointer conversion from "cs_real_t={double}" to "const int" may lose significant bits bldfrp, ^ mv -f .deps/libcsalge_la-cs_benchmark.Tpo .deps/libcsalge_la-cs_benchmark.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_cell_to_vertex.lo -MD -MP -MF .deps/libcsalge_la-cs_cell_to_vertex.Tpo -c -o libcsalge_la-cs_cell_to_vertex.lo `test -f 'cs_cell_to_vertex.c' || echo '../../../src/alge/'`cs_cell_to_vertex.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_cell_to_vertex.lo -MD -MP -MF .deps/libcsalge_la-cs_cell_to_vertex.Tpo -c ../../../src/alge/cs_cell_to_vertex.c -fPIC -DPIC -o .libs/libcsalge_la-cs_cell_to_vertex.o mv -f .deps/libcsalge_la-cs_benchmark_matrix.Tpo .deps/libcsalge_la-cs_benchmark_matrix.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_convection_diffusion.lo -MD -MP -MF .deps/libcsalge_la-cs_convection_diffusion.Tpo -c -o libcsalge_la-cs_convection_diffusion.lo `test -f 'cs_convection_diffusion.c' || echo '../../../src/alge/'`cs_convection_diffusion.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_convection_diffusion.lo -MD -MP -MF .deps/libcsalge_la-cs_convection_diffusion.Tpo -c ../../../src/alge/cs_convection_diffusion.c -fPIC -DPIC -o .libs/libcsalge_la-cs_convection_diffusion.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_convection_diffusion.c(58): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_convection_diffusion.c(630): warning #869: parameter "extrap" was never referenced const cs_real_t *const extrap, ^ ../../../src/alge/cs_convection_diffusion.c(693): warning #869: parameter "extrap" was never referenced const cs_real_t *const extrap, ^ ../../../src/alge/cs_convection_diffusion.c(760): warning #869: parameter "extrap" was never referenced const cs_real_t *const extrap, ^ ../../../src/alge/cs_convection_diffusion.c(821): warning #869: parameter "extrap" was never referenced const cs_real_t *const extrap, ^ ../../../src/alge/cs_convection_diffusion.c(1823): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(1825): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_distant); ^ ../../../src/alge/cs_convection_diffusion.c(4365): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(4367): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_distant); ^ ../../../src/alge/cs_convection_diffusion.c(7022): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(7024): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_distant); ^ ../../../src/alge/cs_convection_diffusion.c(8350): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(9053): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(9055): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_distant); ^ ../../../src/alge/cs_convection_diffusion.c(9606): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_local, ^ ../../../src/alge/cs_convection_diffusion.c(9608): warning #167: argument of type "cs_lnum_t={int} **" is incompatible with parameter of type "const cs_lnum_t={int} **" &faces_distant); ^ mv -f .deps/libcsalge_la-cs_balance_by_zone.Tpo .deps/libcsalge_la-cs_balance_by_zone.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_face_viscosity.lo -MD -MP -MF .deps/libcsalge_la-cs_face_viscosity.Tpo -c -o libcsalge_la-cs_face_viscosity.lo `test -f 'cs_face_viscosity.c' || echo '../../../src/alge/'`cs_face_viscosity.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_face_viscosity.lo -MD -MP -MF .deps/libcsalge_la-cs_face_viscosity.Tpo -c ../../../src/alge/cs_face_viscosity.c -fPIC -DPIC -o .libs/libcsalge_la-cs_face_viscosity.o mv -f .deps/libcsalge_la-cs_blas.Tpo .deps/libcsalge_la-cs_blas.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_divergence.lo -MD -MP -MF .deps/libcsalge_la-cs_divergence.Tpo -c -o libcsalge_la-cs_divergence.lo `test -f 'cs_divergence.c' || echo '../../../src/alge/'`cs_divergence.c In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_face_viscosity.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ mv -f .deps/libcsalge_la-cs_cell_to_vertex.Tpo .deps/libcsalge_la-cs_cell_to_vertex.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_gradient.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient.Tpo -c -o libcsalge_la-cs_gradient.lo `test -f 'cs_gradient.c' || echo '../../../src/alge/'`cs_gradient.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_divergence.lo -MD -MP -MF .deps/libcsalge_la-cs_divergence.Tpo -c ../../../src/alge/cs_divergence.c -fPIC -DPIC -o .libs/libcsalge_la-cs_divergence.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_gradient.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient.Tpo -c ../../../src/alge/cs_gradient.c -fPIC -DPIC -o .libs/libcsalge_la-cs_gradient.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/alge/cs_divergence.c(58): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_gradient.c(6618): warning #2259: non-pointer conversion from "cs_real_t={double}" to "const int" may lose significant bits inc, ^ mv -f .deps/libcsalge_la-cs_face_viscosity.Tpo .deps/libcsalge_la-cs_face_viscosity.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_gradient_perio.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient_perio.Tpo -c -o libcsalge_la-cs_gradient_perio.lo `test -f 'cs_gradient_perio.c' || echo '../../../src/alge/'`cs_gradient_perio.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_gradient_perio.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient_perio.Tpo -c ../../../src/alge/cs_gradient_perio.c -fPIC -DPIC -o .libs/libcsalge_la-cs_gradient_perio.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/alge/cs_gradient_perio.c(68): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ mv -f .deps/libcsalge_la-cs_gradient_perio.Tpo .deps/libcsalge_la-cs_gradient_perio.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_grid.lo -MD -MP -MF .deps/libcsalge_la-cs_grid.Tpo -c -o libcsalge_la-cs_grid.lo `test -f 'cs_grid.c' || echo '../../../src/alge/'`cs_grid.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_grid.lo -MD -MP -MF .deps/libcsalge_la-cs_grid.Tpo -c ../../../src/alge/cs_grid.c -fPIC -DPIC -o .libs/libcsalge_la-cs_grid.o ../../../src/alge/cs_grid.c(2774): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits a_m[j] = _m - 1; ^ mv -f .deps/libcsalge_la-cs_divergence.Tpo .deps/libcsalge_la-cs_divergence.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix.Tpo -c -o libcsalge_la-cs_matrix.lo `test -f 'cs_matrix.c' || echo '../../../src/alge/'`cs_matrix.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix.Tpo -c ../../../src/alge/cs_matrix.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix.o ../../../src/alge/cs_matrix.c(3824): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t n_s_rows = cs_align(n_rows * 0.9, CS_CL); ^ ../../../src/alge/cs_matrix.c(3869): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t n_s_rows = cs_align(n_rows * 0.9, CS_CL); ^ mv -f .deps/libcsalge_la-cs_matrix.Tpo .deps/libcsalge_la-cs_matrix.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_building.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_building.Tpo -c -o libcsalge_la-cs_matrix_building.lo `test -f 'cs_matrix_building.c' || echo '../../../src/alge/'`cs_matrix_building.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_building.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_building.Tpo -c ../../../src/alge/cs_matrix_building.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_building.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/alge/cs_matrix_building.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_matrix_building.c(596): warning #167: argument of type "cs_real_66_t *" is incompatible with parameter of type "const cs_real_66_t *" (cs_real_66_t *)i_visc, ^ ../../../src/alge/cs_matrix_building.c(1326): warning #556: a value of type "cs_real_2_t *" cannot be assigned to an entity of type "const cs_real_2_t *" i_f_face_factor = &_i_f_face_factor; ^ ../../../src/alge/cs_matrix_building.c(1920): warning #556: a value of type "cs_real_2_t *" cannot be assigned to an entity of type "const cs_real_2_t *" i_f_face_factor = &_i_f_face_factor; ^ mv -f .deps/libcsalge_la-cs_gradient.Tpo .deps/libcsalge_la-cs_gradient.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_default.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_default.Tpo -c -o libcsalge_la-cs_matrix_default.lo `test -f 'cs_matrix_default.c' || echo '../../../src/alge/'`cs_matrix_default.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_default.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_default.Tpo -c ../../../src/alge/cs_matrix_default.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_default.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_matrix_default.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ mv -f .deps/libcsalge_la-cs_grid.Tpo .deps/libcsalge_la-cs_grid.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_assembler.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_assembler.Tpo -c -o libcsalge_la-cs_matrix_assembler.lo `test -f 'cs_matrix_assembler.c' || echo '../../../src/alge/'`cs_matrix_assembler.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_assembler.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_assembler.Tpo -c ../../../src/alge/cs_matrix_assembler.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_assembler.o mv -f .deps/libcsalge_la-cs_matrix_default.Tpo .deps/libcsalge_la-cs_matrix_default.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_tuning.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_tuning.Tpo -c -o libcsalge_la-cs_matrix_tuning.lo `test -f 'cs_matrix_tuning.c' || echo '../../../src/alge/'`cs_matrix_tuning.c ../../../src/alge/cs_matrix_assembler.c(181): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits n_steps = CS_MAX(1, floor(count_max-count_min)); ^ ../../../src/alge/cs_matrix_assembler.c(904): warning #593: variable "a_rank_prev" was set but never used int a_rank_prev = -1; ^ ../../../src/alge/cs_matrix_assembler.c(1857): warning #177: variable "g_c_id" was declared but never referenced cs_gnum_t g_c_id = ma->g_rc_id[i*2 + 1]; ^ ../../../src/alge/cs_matrix_assembler.c(3227): warning #177: variable "l_c_id" was declared but never referenced cs_lnum_t l_c_id = col_id[k]; ^ ../../../src/alge/cs_matrix_assembler.c(308): warning #177: function "_g_id_binary_search" was declared but never referenced _g_id_binary_search(cs_lnum_t g_id_array_size, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_tuning.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_tuning.Tpo -c ../../../src/alge/cs_matrix_tuning.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_tuning.o mv -f .deps/libcsalge_la-cs_matrix_tuning.Tpo .deps/libcsalge_la-cs_matrix_tuning.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_util.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_util.Tpo -c -o libcsalge_la-cs_matrix_util.lo `test -f 'cs_matrix_util.c' || echo '../../../src/alge/'`cs_matrix_util.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_matrix_util.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_util.Tpo -c ../../../src/alge/cs_matrix_util.c -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_util.o mv -f .deps/libcsalge_la-cs_matrix_building.Tpo .deps/libcsalge_la-cs_matrix_building.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_multigrid.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid.Tpo -c -o libcsalge_la-cs_multigrid.lo `test -f 'cs_multigrid.c' || echo '../../../src/alge/'`cs_multigrid.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_multigrid.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid.Tpo -c ../../../src/alge/cs_multigrid.c -fPIC -DPIC -o .libs/libcsalge_la-cs_multigrid.o ../../../src/alge/cs_multigrid.c(3037): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3047): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3128): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3217): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3389): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * f_n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3487): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * c_n_g_rows * denom_n_g_rows_0; ^ ../../../src/alge/cs_multigrid.c(3666): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits *n_equiv_iter += n_iter * f_n_g_rows * denom_n_g_rows_0; ^ mv -f .deps/libcsalge_la-cs_matrix_assembler.Tpo .deps/libcsalge_la-cs_matrix_assembler.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_multigrid_smoother.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid_smoother.Tpo -c -o libcsalge_la-cs_multigrid_smoother.lo `test -f 'cs_multigrid_smoother.c' || echo '../../../src/alge/'`cs_multigrid_smoother.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_multigrid_smoother.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid_smoother.Tpo -c ../../../src/alge/cs_multigrid_smoother.c -fPIC -DPIC -o .libs/libcsalge_la-cs_multigrid_smoother.o mv -f .deps/libcsalge_la-cs_matrix_util.Tpo .deps/libcsalge_la-cs_matrix_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_bad_cells_regularisation.lo -MD -MP -MF .deps/libcsalge_la-cs_bad_cells_regularisation.Tpo -c -o libcsalge_la-cs_bad_cells_regularisation.lo `test -f 'cs_bad_cells_regularisation.c' || echo '../../../src/alge/'`cs_bad_cells_regularisation.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_bad_cells_regularisation.lo -MD -MP -MF .deps/libcsalge_la-cs_bad_cells_regularisation.Tpo -c ../../../src/alge/cs_bad_cells_regularisation.c -fPIC -DPIC -o .libs/libcsalge_la-cs_bad_cells_regularisation.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_bad_cells_regularisation.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/alge/cs_bad_cells_regularisation.c(393): warning #869: parameter "boundary_projection" was never referenced int boundary_projection) ^ ../../../src/alge/cs_bad_cells_regularisation.c(576): warning #869: parameter "boundary_projection" was never referenced int boundary_projection) ^ ../../../src/alge/cs_bad_cells_regularisation.c(590): warning #177: variable "surfbn" was declared but never referenced const cs_real_t *surfbn = mq->b_face_surf; ^ ../../../src/alge/cs_bad_cells_regularisation.c(592): warning #177: variable "distbr" was declared but never referenced double *distbr = mq->b_dist; ^ ../../../src/alge/cs_bad_cells_regularisation.c(595): warning #177: variable "surfbo" was declared but never referenced const cs_real_3_t *surfbo = (const cs_real_3_t *) mq->b_face_normal; ^ mv -f .deps/libcsalge_la-cs_bad_cells_regularisation.Tpo .deps/libcsalge_la-cs_bad_cells_regularisation.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles.lo -MD -MP -MF .deps/libcsalge_la-cs_sles.Tpo -c -o libcsalge_la-cs_sles.lo `test -f 'cs_sles.c' || echo '../../../src/alge/'`cs_sles.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles.lo -MD -MP -MF .deps/libcsalge_la-cs_sles.Tpo -c ../../../src/alge/cs_sles.c -fPIC -DPIC -o .libs/libcsalge_la-cs_sles.o mv -f .deps/libcsalge_la-cs_multigrid.Tpo .deps/libcsalge_la-cs_multigrid.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_default.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_default.Tpo -c -o libcsalge_la-cs_sles_default.lo `test -f 'cs_sles_default.c' || echo '../../../src/alge/'`cs_sles_default.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_default.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_default.Tpo -c ../../../src/alge/cs_sles_default.c -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_default.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/alge/cs_sles_default.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ mv -f .deps/libcsalge_la-cs_sles.Tpo .deps/libcsalge_la-cs_sles.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_it.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it.Tpo -c -o libcsalge_la-cs_sles_it.lo `test -f 'cs_sles_it.c' || echo '../../../src/alge/'`cs_sles_it.c mv -f .deps/libcsalge_la-cs_sles_default.Tpo .deps/libcsalge_la-cs_sles_default.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_it_priv.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it_priv.Tpo -c -o libcsalge_la-cs_sles_it_priv.lo `test -f 'cs_sles_it_priv.c' || echo '../../../src/alge/'`cs_sles_it_priv.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_it.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it.Tpo -c ../../../src/alge/cs_sles_it.c -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_it.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_it_priv.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it_priv.Tpo -c ../../../src/alge/cs_sles_it_priv.c -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_it_priv.o ../../../src/alge/cs_sles_it.c(2636): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits int krylov_size = sqrt(n_rows*diag_block_size)*1.5 + 1; ^ mv -f .deps/libcsalge_la-cs_sles_it_priv.Tpo .deps/libcsalge_la-cs_sles_it_priv.Plo /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_pc.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_pc.Tpo -c -o libcsalge_la-cs_sles_pc.lo `test -f 'cs_sles_pc.c' || echo '../../../src/alge/'`cs_sles_pc.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/alge -I../.. -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcsalge_la-cs_sles_pc.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_pc.Tpo -c ../../../src/alge/cs_sles_pc.c -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_pc.o mv -f .deps/libcsalge_la-cs_sles_pc.Tpo .deps/libcsalge_la-cs_sles_pc.Plo mv -f .deps/libcsalge_la-cs_convection_diffusion.Tpo .deps/libcsalge_la-cs_convection_diffusion.Plo mv -f .deps/libcsalge_la-cs_multigrid_smoother.Tpo .deps/libcsalge_la-cs_multigrid_smoother.Plo mv -f .deps/libcsalge_la-cs_sles_it.Tpo .deps/libcsalge_la-cs_sles_it.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O3 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsalge.la libcsalge_la-cs_balance.lo libcsalge_la-cs_benchmark.lo libcsalge_la-cs_benchmark_matrix.lo libcsalge_la-cs_blas.lo libcsalge_la-cs_bw_time_diff.lo libcsalge_la-cs_balance_by_zone.lo libcsalge_la-cs_cell_to_vertex.lo libcsalge_la-cs_convection_diffusion.lo libcsalge_la-cs_face_viscosity.lo libcsalge_la-cs_divergence.lo libcsalge_la-cs_gradient.lo libcsalge_la-cs_gradient_perio.lo libcsalge_la-cs_grid.lo libcsalge_la-cs_matrix.lo libcsalge_la-cs_matrix_building.lo libcsalge_la-cs_matrix_default.lo libcsalge_la-cs_matrix_assembler.lo libcsalge_la-cs_matrix_tuning.lo libcsalge_la-cs_matrix_util.lo libcsalge_la-cs_multigrid.lo libcsalge_la-cs_multigrid_smoother.lo libcsalge_la-cs_bad_cells_regularisation.lo libcsalge_la-cs_sles.lo libcsalge_la-cs_sles_default.lo libcsalge_la-cs_sles_it.lo libcsalge_la-cs_sles_it_priv.lo libcsalge_la-cs_sles_pc.lo -lz -ldl libtool: link: ar cru .libs/libcsalge.a .libs/libcsalge_la-cs_balance.o .libs/libcsalge_la-cs_benchmark.o .libs/libcsalge_la-cs_benchmark_matrix.o .libs/libcsalge_la-cs_blas.o .libs/libcsalge_la-cs_bw_time_diff.o .libs/libcsalge_la-cs_balance_by_zone.o .libs/libcsalge_la-cs_cell_to_vertex.o .libs/libcsalge_la-cs_convection_diffusion.o .libs/libcsalge_la-cs_face_viscosity.o .libs/libcsalge_la-cs_divergence.o .libs/libcsalge_la-cs_gradient.o .libs/libcsalge_la-cs_gradient_perio.o .libs/libcsalge_la-cs_grid.o .libs/libcsalge_la-cs_matrix.o .libs/libcsalge_la-cs_matrix_building.o .libs/libcsalge_la-cs_matrix_default.o .libs/libcsalge_la-cs_matrix_assembler.o .libs/libcsalge_la-cs_matrix_tuning.o .libs/libcsalge_la-cs_matrix_util.o .libs/libcsalge_la-cs_multigrid.o .libs/libcsalge_la-cs_multigrid_smoother.o .libs/libcsalge_la-cs_bad_cells_regularisation.o .libs/libcsalge_la-cs_sles.o .libs/libcsalge_la-cs_sles_default.o .libs/libcsalge_la-cs_sles_it.o .libs/libcsalge_la-cs_sles_it_priv.o .libs/libcsalge_la-cs_sles_pc.o libtool: link: ranlib .libs/libcsalge.a libtool: link: ( cd ".libs" && rm -f "libcsalge.la" && ln -s "../libcsalge.la" "libcsalge.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/alge' Making all in mesh make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/mesh' depbase=`echo cs_geom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_geom.lo -MD -MP -MF $depbase.Tpo -c -o cs_geom.lo ../../../src/mesh/cs_geom.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_join.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join.lo -MD -MP -MF $depbase.Tpo -c -o cs_join.lo ../../../src/mesh/cs_join.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_join_intersect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_intersect.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_intersect.lo ../../../src/mesh/cs_join_intersect.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_join_merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_merge.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_merge.lo ../../../src/mesh/cs_join_merge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_merge.lo -MD -MP -MF .deps/cs_join_merge.Tpo -c ../../../src/mesh/cs_join_merge.c -fPIC -DPIC -o .libs/cs_join_merge.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_geom.lo -MD -MP -MF .deps/cs_geom.Tpo -c ../../../src/mesh/cs_geom.c -fPIC -DPIC -o .libs/cs_geom.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join.lo -MD -MP -MF .deps/cs_join.Tpo -c ../../../src/mesh/cs_join.c -fPIC -DPIC -o .libs/cs_join.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_intersect.lo -MD -MP -MF .deps/cs_join_intersect.Tpo -c ../../../src/mesh/cs_join_intersect.c -fPIC -DPIC -o .libs/cs_join_intersect.o ../../../src/mesh/cs_join_merge.c(521): warning #869: parameter "n_vertices" was never referenced _spread_tag(cs_lnum_t n_vertices, ^ ../../../src/mesh/cs_join_merge.c(2063): warning #869: parameter "n_vertices" was never referenced cs_lnum_t n_vertices, ^ ../../../src/mesh/cs_join.c(1358): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits join->param.tree_max_box_ratio = tmr; ^ ../../../src/mesh/cs_join.c(1363): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits join->param.tree_max_box_ratio_distrib = tmr_distrib; ^ ../../../src/mesh/cs_join.c(1375): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits join->param.merge_tol_coef = mtf; ^ ../../../src/mesh/cs_join.c(1389): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits join->param.pre_merge_factor = pmf; ^ ../../../src/mesh/cs_join_merge.c(2351): warning #177: variable "init_list_size" was declared but never referenced cs_lnum_t init_list_size = inter_edges->index[n_edges]; ^ depbase=`echo cs_join_mesh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_mesh.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_mesh.lo ../../../src/mesh/cs_join_mesh.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_mesh.lo -MD -MP -MF .deps/cs_join_mesh.Tpo -c ../../../src/mesh/cs_join_mesh.c -fPIC -DPIC -o .libs/cs_join_mesh.o depbase=`echo cs_join_perio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_perio.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_perio.lo ../../../src/mesh/cs_join_perio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_perio.lo -MD -MP -MF .deps/cs_join_perio.Tpo -c ../../../src/mesh/cs_join_perio.c -fPIC -DPIC -o .libs/cs_join_perio.o ../../../src/mesh/cs_join_perio.c(365): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ ../../../src/mesh/cs_join_perio.c(366): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits plane, ^ ../../../src/mesh/cs_join_perio.c(424): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ ../../../src/mesh/cs_join_perio.c(425): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits plane, ^ ../../../src/mesh/cs_join_perio.c(466): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits fraction, ^ ../../../src/mesh/cs_join_perio.c(467): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits plane, ^ depbase=`echo cs_join_post.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_post.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_post.lo ../../../src/mesh/cs_join_post.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_join_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_set.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_set.lo ../../../src/mesh/cs_join_set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_post.lo -MD -MP -MF .deps/cs_join_post.Tpo -c ../../../src/mesh/cs_join_post.c -fPIC -DPIC -o .libs/cs_join_post.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_set.lo -MD -MP -MF .deps/cs_join_set.Tpo -c ../../../src/mesh/cs_join_set.c -fPIC -DPIC -o .libs/cs_join_set.o depbase=`echo cs_join_split.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_split.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_split.lo ../../../src/mesh/cs_join_split.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_split.lo -MD -MP -MF .deps/cs_join_split.Tpo -c ../../../src/mesh/cs_join_split.c -fPIC -DPIC -o .libs/cs_join_split.o depbase=`echo cs_join_update.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_update.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_update.lo ../../../src/mesh/cs_join_update.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_update.lo -MD -MP -MF .deps/cs_join_update.Tpo -c ../../../src/mesh/cs_join_update.c -fPIC -DPIC -o .libs/cs_join_update.o ../../../src/mesh/cs_join_update.c(2209): warning #177: variable "loc_rank_e" was declared but never referenced const cs_gnum_t loc_rank_e = join_select->compact_rank_index[loc_rank+1]; ^ depbase=`echo cs_join_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_util.lo -MD -MP -MF $depbase.Tpo -c -o cs_join_util.lo ../../../src/mesh/cs_join_util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_join_util.lo -MD -MP -MF .deps/cs_join_util.Tpo -c ../../../src/mesh/cs_join_util.c -fPIC -DPIC -o .libs/cs_join_util.o depbase=`echo cs_mesh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh.lo ../../../src/mesh/cs_mesh.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/mesh/cs_join_util.c(529): warning #869: parameter "var_size" was never referenced cs_lnum_t var_size, ^ ../../../src/mesh/cs_join_util.c(697): warning #869: parameter "var_size" was never referenced cs_lnum_t var_size, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh.lo -MD -MP -MF .deps/cs_mesh.Tpo -c ../../../src/mesh/cs_mesh.c -fPIC -DPIC -o .libs/cs_mesh.o ../../../src/mesh/cs_mesh.c(194): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits n_steps = CS_MAX(1, floor(val_max-val_min)); ^ depbase=`echo cs_mesh_adjacencies.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_adjacencies.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_adjacencies.lo ../../../src/mesh/cs_mesh_adjacencies.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_adjacencies.lo -MD -MP -MF .deps/cs_mesh_adjacencies.Tpo -c ../../../src/mesh/cs_mesh_adjacencies.c -fPIC -DPIC -o .libs/cs_mesh_adjacencies.o depbase=`echo cs_mesh_bad_cells.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_bad_cells.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_bad_cells.lo ../../../src/mesh/cs_mesh_bad_cells.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_bad_cells.lo -MD -MP -MF .deps/cs_mesh_bad_cells.Tpo -c ../../../src/mesh/cs_mesh_bad_cells.c -fPIC -DPIC -o .libs/cs_mesh_bad_cells.o depbase=`echo cs_mesh_boundary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_boundary.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_boundary.lo ../../../src/mesh/cs_mesh_boundary.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_boundary_layer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_boundary_layer.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_boundary_layer.lo ../../../src/mesh/cs_mesh_boundary_layer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_builder.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_builder.lo ../../../src/mesh/cs_mesh_builder.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_boundary.lo -MD -MP -MF .deps/cs_mesh_boundary.Tpo -c ../../../src/mesh/cs_mesh_boundary.c -fPIC -DPIC -o .libs/cs_mesh_boundary.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_boundary_layer.lo -MD -MP -MF .deps/cs_mesh_boundary_layer.Tpo -c ../../../src/mesh/cs_mesh_boundary_layer.c -fPIC -DPIC -o .libs/cs_mesh_boundary_layer.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_builder.lo -MD -MP -MF .deps/cs_mesh_builder.Tpo -c ../../../src/mesh/cs_mesh_builder.c -fPIC -DPIC -o .libs/cs_mesh_builder.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/cdo/cs_equation.h(34), from ../../../src/mesh/cs_mesh_boundary_layer.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/mesh/cs_mesh_boundary_layer.c(252): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits e->distribution[j] /= r; ^ depbase=`echo cs_mesh_cartesian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_cartesian.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_cartesian.lo ../../../src/mesh/cs_mesh_cartesian.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_cartesian.lo -MD -MP -MF .deps/cs_mesh_cartesian.Tpo -c ../../../src/mesh/cs_mesh_cartesian.c -fPIC -DPIC -o .libs/cs_mesh_cartesian.o depbase=`echo cs_mesh_coarsen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_coarsen.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_coarsen.lo ../../../src/mesh/cs_mesh_coarsen.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_coarsen.lo -MD -MP -MF .deps/cs_mesh_coarsen.Tpo -c ../../../src/mesh/cs_mesh_coarsen.c -fPIC -DPIC -o .libs/cs_mesh_coarsen.o ../../../src/mesh/cs_mesh_coarsen.c(745): warning #177: variable "n_v_ini" was declared but never referenced cs_lnum_t n_v_ini = m->n_vertices; ^ ../../../src/mesh/cs_mesh_coarsen.c(746): warning #177: variable "n_f_ini" was declared but never referenced cs_lnum_t n_f_ini = m->n_b_faces + m->n_i_faces; ^ ../../../src/mesh/cs_mesh_coarsen.c(748): warning #177: variable "n_b_f_ini" was declared but never referenced cs_lnum_t n_b_f_ini = m->n_b_faces; ^ ../../../src/mesh/cs_mesh_coarsen.c(515): warning #177: function "_face_merge_state_create" was declared but never referenced _face_merge_state_create(void) ^ ../../../src/mesh/cs_mesh_coarsen.c(538): warning #177: function "_face_merge_state_destroy" was declared but never referenced _face_merge_state_destroy(cs_mesh_face_merge_state_t **s) ^ ../../../src/mesh/cs_mesh_coarsen.c(594): warning #177: function "_build_merged_face" was declared but never referenced _build_merged_face(cs_lnum_t n_faces, ^ depbase=`echo cs_mesh_coherency.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_coherency.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_coherency.lo ../../../src/mesh/cs_mesh_coherency.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_connect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_connect.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_connect.lo ../../../src/mesh/cs_mesh_connect.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_coherency.lo -MD -MP -MF .deps/cs_mesh_coherency.Tpo -c ../../../src/mesh/cs_mesh_coherency.c -fPIC -DPIC -o .libs/cs_mesh_coherency.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_connect.lo -MD -MP -MF .deps/cs_mesh_connect.Tpo -c ../../../src/mesh/cs_mesh_connect.c -fPIC -DPIC -o .libs/cs_mesh_connect.o depbase=`echo cs_mesh_extrude.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_extrude.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_extrude.lo ../../../src/mesh/cs_mesh_extrude.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_from_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_from_builder.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_from_builder.lo ../../../src/mesh/cs_mesh_from_builder.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_extrude.lo -MD -MP -MF .deps/cs_mesh_extrude.Tpo -c ../../../src/mesh/cs_mesh_extrude.c -fPIC -DPIC -o .libs/cs_mesh_extrude.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_from_builder.lo -MD -MP -MF .deps/cs_mesh_from_builder.Tpo -c ../../../src/mesh/cs_mesh_from_builder.c -fPIC -DPIC -o .libs/cs_mesh_from_builder.o depbase=`echo cs_mesh_group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_group.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_group.lo ../../../src/mesh/cs_mesh_group.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/mesh/cs_mesh_extrude.c(1651): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _expansion[v_id] += expansion_factor * a; ^ ../../../src/mesh/cs_mesh_extrude.c(1708): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _expansion[i] /= w[i][0]; ^ ../../../src/mesh/cs_mesh_extrude.c(1909): warning #2259: non-pointer conversion from "cs_real_t={double}" to "float" may lose significant bits _d[0] = _thickness_se[v_id][0]; ^ ../../../src/mesh/cs_mesh_extrude.c(1911): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _d[s_id] = d_expansion/d_tot; ^ ../../../src/mesh/cs_mesh_extrude.c(1913): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits _d[l_id] = _d[l_id-1] + _d[l_id]/d_tot; ^ ../../../src/mesh/cs_mesh_extrude.c(1916): warning #2259: non-pointer conversion from "cs_real_t={double}" to "float" may lose significant bits _d[e_id-1] = _thickness_se[v_id][1]; ^ ../../../src/mesh/cs_mesh_extrude.c(2199): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits expansion_factor, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_group.lo -MD -MP -MF .deps/cs_mesh_group.Tpo -c ../../../src/mesh/cs_mesh_group.c -fPIC -DPIC -o .libs/cs_mesh_group.o depbase=`echo cs_mesh_halo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_halo.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_halo.lo ../../../src/mesh/cs_mesh_halo.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_halo.lo -MD -MP -MF .deps/cs_mesh_halo.Tpo -c ../../../src/mesh/cs_mesh_halo.c -fPIC -DPIC -o .libs/cs_mesh_halo.o depbase=`echo cs_mesh_location.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_location.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_location.lo ../../../src/mesh/cs_mesh_location.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/mesh/cs_mesh_halo.c(188): warning #177: variable "tr_index_size" was declared but never referenced const cs_lnum_t tr_index_size = cs_interface_get_tr_index_size(interface); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_location.lo -MD -MP -MF .deps/cs_mesh_location.Tpo -c ../../../src/mesh/cs_mesh_location.c -fPIC -DPIC -o .libs/cs_mesh_location.o depbase=`echo cs_mesh_quality.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_quality.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_quality.lo ../../../src/mesh/cs_mesh_quality.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_quality.lo -MD -MP -MF .deps/cs_mesh_quality.Tpo -c ../../../src/mesh/cs_mesh_quality.c -fPIC -DPIC -o .libs/cs_mesh_quality.o depbase=`echo cs_mesh_quantities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_quantities.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_quantities.lo ../../../src/mesh/cs_mesh_quantities.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_quantities.lo -MD -MP -MF .deps/cs_mesh_quantities.Tpo -c ../../../src/mesh/cs_mesh_quantities.c -fPIC -DPIC -o .libs/cs_mesh_quantities.o depbase=`echo cs_mesh_refine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_refine.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_refine.lo ../../../src/mesh/cs_mesh_refine.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_remove.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_remove.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_remove.lo ../../../src/mesh/cs_mesh_remove.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_refine.lo -MD -MP -MF .deps/cs_mesh_refine.Tpo -c ../../../src/mesh/cs_mesh_refine.c -fPIC -DPIC -o .libs/cs_mesh_refine.o depbase=`echo cs_mesh_save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_save.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_save.lo ../../../src/mesh/cs_mesh_save.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_remove.lo -MD -MP -MF .deps/cs_mesh_remove.Tpo -c ../../../src/mesh/cs_mesh_remove.c -fPIC -DPIC -o .libs/cs_mesh_remove.o ../../../src/mesh/cs_mesh_refine.c(999): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits c2f->sgn[s_id + i] = _f_sgn[i]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_save.lo -MD -MP -MF .deps/cs_mesh_save.Tpo -c ../../../src/mesh/cs_mesh_save.c -fPIC -DPIC -o .libs/cs_mesh_save.o ../../../src/mesh/cs_mesh_refine.c(2666): warning #593: variable "e_id" was set but never used cs_lnum_t s_id, e_id; ^ ../../../src/mesh/cs_mesh_refine.c(2651): warning #869: parameter "c_o2n_idx" was never referenced const cs_lnum_t c_o2n_idx[], ^ ../../../src/mesh/cs_mesh_refine.c(2775): warning #593: variable "e_id" was set but never used cs_lnum_t s_id, e_id; ^ ../../../src/mesh/cs_mesh_refine.c(2760): warning #869: parameter "c_o2n_idx" was never referenced const cs_lnum_t c_o2n_idx[], ^ ../../../src/mesh/cs_mesh_refine.c(3699): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits m->i_face_r_gen[f_id] = c_r_level[c_id] + 1; ^ depbase=`echo cs_mesh_thinwall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_thinwall.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_thinwall.lo ../../../src/mesh/cs_mesh_thinwall.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_mesh_to_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_to_builder.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_to_builder.lo ../../../src/mesh/cs_mesh_to_builder.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_thinwall.lo -MD -MP -MF .deps/cs_mesh_thinwall.Tpo -c ../../../src/mesh/cs_mesh_thinwall.c -fPIC -DPIC -o .libs/cs_mesh_thinwall.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_to_builder.lo -MD -MP -MF .deps/cs_mesh_to_builder.Tpo -c ../../../src/mesh/cs_mesh_to_builder.c -fPIC -DPIC -o .libs/cs_mesh_to_builder.o depbase=`echo cs_mesh_warping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_warping.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_warping.lo ../../../src/mesh/cs_mesh_warping.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_warping.lo -MD -MP -MF .deps/cs_mesh_warping.Tpo -c ../../../src/mesh/cs_mesh_warping.c -fPIC -DPIC -o .libs/cs_mesh_warping.o depbase=`echo cs_mesh_smoother.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_smoother.lo -MD -MP -MF $depbase.Tpo -c -o cs_mesh_smoother.lo ../../../src/mesh/cs_mesh_smoother.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_mesh_smoother.lo -MD -MP -MF .deps/cs_mesh_smoother.Tpo -c ../../../src/mesh/cs_mesh_smoother.c -fPIC -DPIC -o .libs/cs_mesh_smoother.o depbase=`echo cs_stl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_stl.lo -MD -MP -MF $depbase.Tpo -c -o cs_stl.lo ../../../src/mesh/cs_stl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_stl.lo -MD -MP -MF .deps/cs_stl.Tpo -c ../../../src/mesh/cs_stl.c -fPIC -DPIC -o .libs/cs_stl.o ../../../src/mesh/cs_stl.c(124): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits out[0] = (val ) & 0xff; ^ ../../../src/mesh/cs_stl.c(125): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits out[1] = (val >> 8 ) & 0xff; ^ ../../../src/mesh/cs_stl.c(126): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits out[2] = (val >> 16 ) & 0xff; ^ ../../../src/mesh/cs_stl.c(127): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits out[3] = (val >> 24 ) & 0xff; ^ ../../../src/mesh/cs_stl.c(1691): warning #2259: non-pointer conversion from "double" to "float" may lose significant bits float norm = sqrt( normals[0]*normals[0] ^ ../../../src/mesh/cs_stl.c(1886): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" tri_coords); ^ ../../../src/mesh/cs_stl.c(2179): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_real_t surf = _exact_triangle_box_surface_intersection(aabb, coords); ^ ../../../src/mesh/cs_stl.c(382): warning #177: function "_triangle_box_surface_intersection" was declared but never referenced _triangle_box_surface_intersection(const cs_real_t box_extents[6], ^ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcspartition_la-cs_partition.lo -MD -MP -MF .deps/libcspartition_la-cs_partition.Tpo -c -o libcspartition_la-cs_partition.lo `test -f 'cs_partition.c' || echo '../../../src/mesh/'`cs_partition.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/mesh -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/cdo -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT libcspartition_la-cs_partition.lo -MD -MP -MF .deps/libcspartition_la-cs_partition.Tpo -c ../../../src/mesh/cs_partition.c -fPIC -DPIC -o .libs/libcspartition_la-cs_partition.o ../../../src/mesh/cs_partition.c(236): warning #177: function "_init_reduced_communicator" was declared but never referenced _init_reduced_communicator(int part_step) ^ /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsmesh.la cs_geom.lo cs_join.lo cs_join_intersect.lo cs_join_merge.lo cs_join_mesh.lo cs_join_perio.lo cs_join_post.lo cs_join_set.lo cs_join_split.lo cs_join_update.lo cs_join_util.lo cs_mesh.lo cs_mesh_adjacencies.lo cs_mesh_bad_cells.lo cs_mesh_boundary.lo cs_mesh_boundary_layer.lo cs_mesh_builder.lo cs_mesh_cartesian.lo cs_mesh_coarsen.lo cs_mesh_coherency.lo cs_mesh_connect.lo cs_mesh_extrude.lo cs_mesh_from_builder.lo cs_mesh_group.lo cs_mesh_halo.lo cs_mesh_location.lo cs_mesh_quality.lo cs_mesh_quantities.lo cs_mesh_refine.lo cs_mesh_remove.lo cs_mesh_save.lo cs_mesh_thinwall.lo cs_mesh_to_builder.lo cs_mesh_warping.lo cs_mesh_smoother.lo cs_stl.lo -lz -ldl mv -f .deps/libcspartition_la-cs_partition.Tpo .deps/libcspartition_la-cs_partition.Plo /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcspartition.la libcspartition_la-cs_partition.lo -lz -ldl libtool: link: ar cru .libs/libcsmesh.a .libs/cs_geom.o .libs/cs_join.o .libs/cs_join_intersect.o .libs/cs_join_merge.o .libs/cs_join_mesh.o .libs/cs_join_perio.o .libs/cs_join_post.o .libs/cs_join_set.o .libs/cs_join_split.o .libs/cs_join_update.o .libs/cs_join_util.o .libs/cs_mesh.o .libs/cs_mesh_adjacencies.o .libs/cs_mesh_bad_cells.o .libs/cs_mesh_boundary.o .libs/cs_mesh_boundary_layer.o .libs/cs_mesh_builder.o .libs/cs_mesh_cartesian.o .libs/cs_mesh_coarsen.o .libs/cs_mesh_coherency.o .libs/cs_mesh_connect.o .libs/cs_mesh_extrude.o .libs/cs_mesh_from_builder.o .libs/cs_mesh_group.o .libs/cs_mesh_halo.o .libs/cs_mesh_location.o .libs/cs_mesh_quality.o .libs/cs_mesh_quantities.o .libs/cs_mesh_refine.o .libs/cs_mesh_remove.o .libs/cs_mesh_save.o .libs/cs_mesh_thinwall.o .libs/cs_mesh_to_builder.o .libs/cs_mesh_warping.o .libs/cs_mesh_smoother.o .libs/cs_stl.o libtool: link: ranlib .libs/libcsmesh.a libtool: link: ( cd ".libs" && rm -f "libcsmesh.la" && ln -s "../libcsmesh.la" "libcsmesh.la" ) libtool: link: ar cru .libs/libcspartition.a .libs/libcspartition_la-cs_partition.o libtool: link: ranlib .libs/libcspartition.a libtool: link: ( cd ".libs" && rm -f "libcspartition.la" && ln -s "../libcspartition.la" "libcspartition.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/mesh' Making all in turb make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/turb' depbase=`echo cs_les_filter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_filter.lo -MD -MP -MF $depbase.Tpo -c -o cs_les_filter.lo ../../../src/turb/cs_les_filter.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_les_inflow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_inflow.lo -MD -MP -MF $depbase.Tpo -c -o cs_les_inflow.lo ../../../src/turb/cs_les_inflow.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_les_balance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_balance.lo -MD -MP -MF $depbase.Tpo -c -o cs_les_balance.lo ../../../src/turb/cs_les_balance.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_turbulence_bc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_bc.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_bc.lo ../../../src/turb/cs_turbulence_bc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_balance.lo -MD -MP -MF .deps/cs_les_balance.Tpo -c ../../../src/turb/cs_les_balance.c -fPIC -DPIC -o .libs/cs_les_balance.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_bc.lo -MD -MP -MF .deps/cs_turbulence_bc.Tpo -c ../../../src/turb/cs_turbulence_bc.c -fPIC -DPIC -o .libs/cs_turbulence_bc.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_inflow.lo -MD -MP -MF .deps/cs_les_inflow.Tpo -c ../../../src/turb/cs_les_inflow.c -fPIC -DPIC -o .libs/cs_les_inflow.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_les_filter.lo -MD -MP -MF .deps/cs_les_filter.Tpo -c ../../../src/turb/cs_les_filter.c -fPIC -DPIC -o .libs/cs_les_filter.o ../../../src/turb/cs_les_inflow.c(570): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" inlet->face_center, ^ ../../../src/turb/cs_les_inflow.c(574): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ ../../../src/turb/cs_les_inflow.c(617): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" point_coordinates, ^ ../../../src/turb/cs_les_inflow.c(623): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" vel_m_l, ^ ../../../src/turb/cs_les_inflow.c(624): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ ../../../src/turb/cs_les_inflow.c(631): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" inlet->face_center, ^ ../../../src/turb/cs_les_inflow.c(637): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" vel_m_l, ^ ../../../src/turb/cs_les_inflow.c(638): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ ../../../src/turb/cs_les_inflow.c(661): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ ../../../src/turb/cs_les_inflow.c(666): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ ../../../src/turb/cs_les_inflow.c(673): warning #167: argument of type "cs_real_6_t *" is incompatible with parameter of type "const cs_real_6_t *" rij_l, ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_convection_diffusion.h(40), from ../../../src/turb/cs_les_balance.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_turbulence_inflow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_inflow.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_inflow.lo ../../../src/turb/cs_turbulence_inflow.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_turbulence_ke.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_ke.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_ke.lo ../../../src/turb/cs_turbulence_ke.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_inflow.lo -MD -MP -MF .deps/cs_turbulence_inflow.Tpo -c ../../../src/turb/cs_turbulence_inflow.c -fPIC -DPIC -o .libs/cs_turbulence_inflow.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_ke.lo -MD -MP -MF .deps/cs_turbulence_ke.Tpo -c ../../../src/turb/cs_turbulence_ke.c -fPIC -DPIC -o .libs/cs_turbulence_ke.o depbase=`echo cs_turbulence_kw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_kw.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_kw.lo ../../../src/turb/cs_turbulence_kw.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/turb/cs_turbulence_inflow.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_balance.h(40), from ../../../src/turb/cs_turbulence_ke.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_turbulence_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_model.lo ../../../src/turb/cs_turbulence_model.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/turb/cs_turbulence_ke.c(138): warning #144: a value of type "cs_lnum_2_t *" cannot be used to initialize an entity of type "const cs_lnum_2_t *" const cs_lnum_2_t *i_face_cells = m->i_face_cells; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_kw.lo -MD -MP -MF .deps/cs_turbulence_kw.Tpo -c ../../../src/turb/cs_turbulence_kw.c -fPIC -DPIC -o .libs/cs_turbulence_kw.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_model.lo -MD -MP -MF .deps/cs_turbulence_model.Tpo -c ../../../src/turb/cs_turbulence_model.c -fPIC -DPIC -o .libs/cs_turbulence_model.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/alge/cs_balance.h(40), from ../../../src/turb/cs_turbulence_kw.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/turb/cs_turbulence_model.c(54): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/turb/cs_turbulence_model.c(1209): warning #2332: a value of type "const double *" cannot be assigned to an entity of type "double *" (dropping qualifiers) *xlesfl= &cs_turb_xlesfl; ^ ../../../src/turb/cs_turbulence_model.c(1210): warning #2332: a value of type "const double *" cannot be assigned to an entity of type "double *" (dropping qualifiers) *ales = &cs_turb_ales; ^ ../../../src/turb/cs_turbulence_model.c(1211): warning #2332: a value of type "const double *" cannot be assigned to an entity of type "double *" (dropping qualifiers) *bles = &cs_turb_bles; ^ ../../../src/turb/cs_turbulence_model.c(2132): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_eig_val_vec(rij,tol_jacobi,eigval,eigvect); ^ ../../../src/turb/cs_turbulence_model.c(2133): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(eigvect,cvar_rit[cell_id],rot_rit); ^ ../../../src/turb/cs_turbulence_model.c(2154): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33t_3_product(eigvect,rot_rit,cvar_rit[cell_id]); ^ depbase=`echo cs_turbulence_rotation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_rotation.lo -MD -MP -MF $depbase.Tpo -c -o cs_turbulence_rotation.lo ../../../src/turb/cs_turbulence_rotation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_turbulence_rotation.lo -MD -MP -MF .deps/cs_turbulence_rotation.Tpo -c ../../../src/turb/cs_turbulence_rotation.c -fPIC -DPIC -o .libs/cs_turbulence_rotation.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/turb/cs_turbulence_rotation.c(48): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_clip_ke.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_clip_ke.lo -MD -MP -MF $depbase.Tpo -c -o cs_clip_ke.lo ../../../src/turb/cs_clip_ke.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/turb -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/lagr -I../../../src/mesh -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_clip_ke.lo -MD -MP -MF .deps/cs_clip_ke.Tpo -c ../../../src/turb/cs_clip_ke.c -fPIC -DPIC -o .libs/cs_clip_ke.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/turb/cs_clip_ke.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clipsa.lo ../../../src/turb/clipsa.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/clipsa.f90 -fPIC -o .libs/clipsa.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clpalp.lo ../../../src/turb/clpalp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/clpalp.f90 -fPIC -o .libs/clpalp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clprij.lo ../../../src/turb/clprij.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/clprij.f90 -fPIC -o .libs/clprij.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o clpv2f.lo ../../../src/turb/clpv2f.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/clpv2f.f90 -fPIC -o .libs/clpv2f.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cnlevm.lo ../../../src/turb/cnlevm.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/cnlevm.f90 -fPIC -o .libs/cnlevm.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o divrit.lo ../../../src/turb/divrit.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/divrit.f90 -fPIC -o .libs/divrit.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resalp.lo ../../../src/turb/resalp.f90 ../../../src/turb/divrit.f90(216): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/turb/divrit.f90(511): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/turb/divrit.f90(532): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESRIT] call resrit & -------^ ../../../src/turb/divrit.f90(570): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/turb/divrit.f90(595): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, thflxf, thflxb, divut) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resalp.f90 -fPIC -o .libs/resalp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o reseps.lo ../../../src/turb/reseps.f90 ../../../src/turb/resalp.f90(218): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ ../../../src/turb/resalp.f90(305): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPALP] call clpalp(f_id, ncelet, ncel, alpha_min) -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/reseps.f90 -fPIC -o .libs/reseps.o ../../../src/turb/reseps.f90(470): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHEPS] call rijtheps(nscal, gradro, w7) ---------^ ../../../src/turb/reseps.f90(472): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHE] call rijthe(nscal, ivar, gradro, w7) ---------^ ../../../src/turb/reseps.f90(523): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resrij.lo ../../../src/turb/resrij.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resrij.f90 -fPIC -o .libs/resrij.o ../../../src/turb/resrij.f90(539): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJECH] call rijech(isou, produc, w7) -------^ ../../../src/turb/resrij.f90(566): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHE] call rijthe(nscal, ivar, gradro, w7) -------^ ../../../src/turb/resrij.f90(615): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resrij2.lo ../../../src/turb/resrij2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resrij2.f90 -fPIC -o .libs/resrij2.o ../../../src/turb/resrij2.f90(659): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJECH2] call rijech2(produc, w7) -------^ ../../../src/turb/resrij2.f90(695): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHE2] call rijthe2(nscal, gradro, cpro_buoyancy) -------^ ../../../src/turb/resrij2.f90(752): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa(imvisf, w1, viscf, viscb) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resrit.lo ../../../src/turb/resrit.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resrit.f90 -fPIC -o .libs/resrit.o ../../../src/turb/resrit.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/turb/resrit.f90(503): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resssg.lo ../../../src/turb/resssg.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resssg.f90 -fPIC -o .libs/resssg.o ../../../src/turb/resssg.f90(701): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHE] call rijthe(nscal, ivar, gradro, w7) -------^ ../../../src/turb/resssg.f90(753): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resssg2.lo ../../../src/turb/resssg2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resssg2.f90 -fPIC -o .libs/resssg2.o ../../../src/turb/resssg2.f90(837): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RIJTHE2] call rijthe2(nscal, gradro, cpro_buoyancy) -------^ ../../../src/turb/resssg2.f90(984): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o resv2f.lo ../../../src/turb/resv2f.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/resv2f.f90 -fPIC -o .libs/resv2f.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rijech.lo ../../../src/turb/rijech.f90 ../../../src/turb/resv2f.f90(337): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ ../../../src/turb/resv2f.f90(376): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & -----^ ../../../src/turb/resv2f.f90(729): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ ../../../src/turb/resv2f.f90(825): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPV2F] call clpv2f(ncel, vcopt%iwarni) -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/rijech.f90 -fPIC -o .libs/rijech.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rijthe.lo ../../../src/turb/rijthe.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/rijthe.f90 -fPIC -o .libs/rijthe.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rijthe2.lo ../../../src/turb/rijthe2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/rijthe2.f90 -fPIC -o .libs/rijthe2.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o turbsa.lo ../../../src/turb/turbsa.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o turrij.lo ../../../src/turb/turrij.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/turbsa.f90 -fPIC -o .libs/turbsa.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/turrij.f90 -fPIC -o .libs/turrij.o ../../../src/turb/turbsa.f90(519): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ ../../../src/turb/turbsa.f90(585): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLIPSA] call clipsa(ncel) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o visdyn.lo ../../../src/turb/visdyn.f90 ../../../src/turb/turrij.f90(234): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_TURBULENCE_SOURCE_TERMS2] call cs_user_turbulence_source_terms2 & -------^ ../../../src/turb/turrij.f90(658): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESRIJ2] call resrij2 & ---------^ ../../../src/turb/turrij.f90(671): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESSSG2] call resssg2 & ---------^ ../../../src/turb/turrij.f90(704): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESRIJ] call resrij & -----------^ ../../../src/turb/turrij.f90(717): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESSSG] call resssg & -----------^ ../../../src/turb/turrij.f90(736): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RESEPS] call reseps & -----^ ../../../src/turb/turrij.f90(756): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPRIJ2] call clprij2(ncelet, ncel, iclip) -------^ ../../../src/turb/turrij.f90(758): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPRIJ] call clprij(ncelet, ncel, iclip) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/visdyn.f90 -fPIC -o .libs/visdyn.o ../../../src/turb/visdyn.f90(365): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(w1) -------^ ../../../src/turb/visdyn.f90(366): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(w2) -------^ ../../../src/turb/visdyn.f90(385): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USSMAG] call ussmag & -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o vislmg.lo ../../../src/turb/vislmg.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/vislmg.f90 -fPIC -o .libs/vislmg.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o visqke.lo ../../../src/turb/visqke.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/visqke.f90 -fPIC -o .libs/visqke.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o vissma.lo ../../../src/turb/vissma.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/vissma.f90 -fPIC -o .libs/vissma.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o vissst.lo ../../../src/turb/vissst.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/vissst.f90 -fPIC -o .libs/vissst.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o visv2f.lo ../../../src/turb/visv2f.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o viswal.lo ../../../src/turb/viswal.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/visv2f.f90 -fPIC -o .libs/visv2f.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/turb/viswal.f90 -fPIC -o .libs/viswal.o /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsturb.la cs_les_filter.lo cs_les_inflow.lo cs_les_balance.lo cs_turbulence_bc.lo cs_turbulence_inflow.lo cs_turbulence_ke.lo cs_turbulence_kw.lo cs_turbulence_model.lo cs_turbulence_rotation.lo cs_clip_ke.lo clipsa.lo clpalp.lo clprij.lo clpv2f.lo cnlevm.lo divrit.lo resalp.lo reseps.lo resrij.lo resrij2.lo resrit.lo resssg.lo resssg2.lo resv2f.lo rijech.lo rijthe.lo rijthe2.lo turbsa.lo turrij.lo visdyn.lo vislmg.lo visqke.lo vissma.lo vissst.lo visv2f.lo viswal.lo -lz -ldl libtool: link: ar cru .libs/libcsturb.a .libs/cs_les_filter.o .libs/cs_les_inflow.o .libs/cs_les_balance.o .libs/cs_turbulence_bc.o .libs/cs_turbulence_inflow.o .libs/cs_turbulence_ke.o .libs/cs_turbulence_kw.o .libs/cs_turbulence_model.o .libs/cs_turbulence_rotation.o .libs/cs_clip_ke.o .libs/clipsa.o .libs/clpalp.o .libs/clprij.o .libs/clpv2f.o .libs/cnlevm.o .libs/divrit.o .libs/resalp.o .libs/reseps.o .libs/resrij.o .libs/resrij2.o .libs/resrit.o .libs/resssg.o .libs/resssg2.o .libs/resv2f.o .libs/rijech.o .libs/rijthe.o .libs/rijthe2.o .libs/turbsa.o .libs/turrij.o .libs/visdyn.o .libs/vislmg.o .libs/visqke.o .libs/vissma.o .libs/vissst.o .libs/visv2f.o .libs/viswal.o libtool: link: ranlib .libs/libcsturb.a libtool: link: ( cd ".libs" && rm -f "libcsturb.la" && ln -s "../libcsturb.la" "libcsturb.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/turb' Making all in darc make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/darc' /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o daini1.lo ../../../src/darc/daini1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o richards.lo ../../../src/darc/richards.f90 depbase=`echo cs_gwf_parameters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/darc -I../.. -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_parameters.lo -MD -MP -MF $depbase.Tpo -c -o cs_gwf_parameters.lo ../../../src/darc/cs_gwf_parameters.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_gwf_physical_properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/darc -I../.. -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_physical_properties.lo -MD -MP -MF $depbase.Tpo -c -o cs_gwf_physical_properties.lo ../../../src/darc/cs_gwf_physical_properties.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/darc -I../.. -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_parameters.lo -MD -MP -MF .deps/cs_gwf_parameters.Tpo -c ../../../src/darc/cs_gwf_parameters.c -fPIC -DPIC -o .libs/cs_gwf_parameters.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/darc/daini1.f90 -fPIC -o .libs/daini1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/darc/richards.f90 -fPIC -o .libs/richards.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/darc -I../.. -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_gwf_physical_properties.lo -MD -MP -MF .deps/cs_gwf_physical_properties.Tpo -c ../../../src/darc/cs_gwf_physical_properties.c -fPIC -DPIC -o .libs/cs_gwf_physical_properties.o ../../../src/darc/daini1.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UIDAI1] call uidai1(darcy_anisotropic_permeability, & -----^ ../../../src/darc/daini1.f90(147): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USER_DARCY_INI1] call user_darcy_ini1 -----^ ../../../src/darc/richards.f90(280): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ ../../../src/darc/richards.f90(289): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_wgrec_s) ---------^ ../../../src/darc/richards.f90(295): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VITENS] call vitens & -------^ ../../../src/darc/richards.f90(306): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNTIS] call syntis(cpro_wgrec_v) ---------^ ../../../src/darc/richards.f90(320): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRIX] call matrix & -----^ ../../../src/darc/richards.f90(361): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & -------^ ../../../src/darc/richards.f90(375): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRV] call itrgrv & -------^ ../../../src/darc/richards.f90(479): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRP] call itrgrp & ---------^ ../../../src/darc/richards.f90(493): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRGRV] call itrgrv & ---------^ ../../../src/darc/richards.f90(569): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -------^ ../../../src/darc/richards.f90(587): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -------^ ../../../src/darc/richards.f90(600): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAV] call itrmav & -------^ ../../../src/darc/richards.f90(620): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAV] call itrmav & -------^ ../../../src/darc/richards.f90(646): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_pr) -------^ /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsdarc.la daini1.lo richards.lo cs_gwf_parameters.lo cs_gwf_physical_properties.lo -lz -ldl libtool: link: ar cru .libs/libcsdarc.a .libs/daini1.o .libs/richards.o .libs/cs_gwf_parameters.o .libs/cs_gwf_physical_properties.o libtool: link: ranlib .libs/libcsdarc.a libtool: link: ( cd ".libs" && rm -f "libcsdarc.la" && ln -s "../libcsdarc.la" "libcsdarc.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/darc' Making all in atmo make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/atmo' /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atini1.lo ../../../src/atmo/atini1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atiniv.lo ../../../src/atmo/atiniv.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atleca.lo ../../../src/atmo/atleca.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atlecc.lo ../../../src/atmo/atlecc.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atleca.f90 -fPIC -o .libs/atleca.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atiniv.f90 -fPIC -o .libs/atiniv.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atlecc.f90 -fPIC -o .libs/atlecc.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atini1.f90 -fPIC -o .libs/atini1.o ../../../src/atmo/atiniv.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATLECM] call atlecm(imode) -------^ ../../../src/atmo/atiniv.f90(156): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USATDV] call usatdv & -------^ ../../../src/atmo/atiniv.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATLECC] call atlecc & -------^ ../../../src/atmo/atiniv.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATLECA] call atleca() -------^ ../../../src/atmo/atiniv.f90(240): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atiniv.f90(246): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atiniv.f90(253): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atiniv.f90(261): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atlecc.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atlecc.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COMP_QUANTILE] call comp_quantile(day, month, year, quant) -------^ ../../../src/atmo/atlecc.f90(150): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atlecc.f90(191): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/atmo/atlecc.f90(278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/atmo/atlecc.f90(321): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------------^ ../../../src/atmo/atlecc.f90(347): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------------^ ../../../src/atmo/atlecc.f90(436): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----^ ../../../src/atmo/atini1.f90(69): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/atmo/atiniv.f90(656): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atiniv.f90(662): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atiniv.f90(669): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atiniv.f90(677): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atlecm.lo ../../../src/atmo/atlecm.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmcls.lo ../../../src/atmo/atmcls.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atlecm.f90 -fPIC -o .libs/atlecm.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atmcls.f90 -fPIC -o .libs/atmcls.o ../../../src/atmo/atlecm.f90(144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atlecm.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COMP_QUANTILE] call comp_quantile(day, month, year, quant) -----^ ../../../src/atmo/atlecm.f90(154): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/atmo/atlecm.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/atmo/atlecm.f90(245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atlecm.f90(288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/atmo/atlecm.f90(293): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------------^ ../../../src/atmo/atlecm.f90(438): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/atmo/atlecm.f90(533): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----^ ../../../src/atmo/atlecm.f90(538): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atmsol.lo ../../../src/atmo/atmsol.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atphyv.lo ../../../src/atmo/atphyv.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atphyv.f90 -fPIC -o .libs/atphyv.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atmsol.f90 -fPIC -o .libs/atmsol.o ../../../src/atmo/atmsol.f90(61): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USATSOIL] call usatsoil(iappel) -------^ ../../../src/atmo/atmsol.f90(67): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SOLCAT] call solcat( error ) -------^ ../../../src/atmo/atmsol.f90(71): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/atmo/atmsol.f90(84): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/atmo/atmsol.f90(88): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USATSOIL] call usatsoil(iappel) ---------^ ../../../src/atmo/atmsol.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/atmo/atmsol.f90(101): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SOLMOY] call solmoy( error ) ---------^ ../../../src/atmo/atmsol.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/atmo/atmsol.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SOLIVA] call soliva() ---------^ ../../../src/atmo/atphyv.f90(114): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atprop.lo ../../../src/atmo/atprop.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atprop.f90 -fPIC -o .libs/atprop.o ../../../src/atmo/atprop.f90(63): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_BOUNDARY_PROPERTY_FIELD_OWNER] call add_boundary_property_field_owner('boundary_roughness', & -----^ ../../../src/atmo/atprop.f90(67): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_BOUNDARY_PROPERTY_FIELD_OWNER] call add_boundary_property_field_owner('boundary_thermal_roughness', & -----^ ../../../src/atmo/atprop.f90(72): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('real_temperature', 'RealTemp', itempc) -------^ ../../../src/atmo/atprop.f90(74): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_BOUNDARY_PROPERTY_FIELD_OWNER] call add_boundary_property_field_owner('non_neutral_scalar_correction', & -------^ ../../../src/atmo/atprop.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('liquid_water', 'LiqWater', iliqwt) -------^ ../../../src/atmo/atprop.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('nebulosity_frac', 'Nebulo frac', f_id) -------^ ../../../src/atmo/atprop.f90(97): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('nebulosity_diag', 'Nebulo diag', f_id) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atr1vf.lo ../../../src/atmo/atr1vf.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o attssc.lo ../../../src/atmo/attssc.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atr1vf.f90 -fPIC -o .libs/atr1vf.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/attssc.f90 -fPIC -o .libs/attssc.o ../../../src/atmo/atr1vf.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIMAP] call grimap(igrid, nvert*kmx, coords) ---------^ ../../../src/atmo/atr1vf.f90(161): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, cpro_tempc, ttvert) -------^ ../../../src/atmo/atr1vf.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, crom, romvert) -------^ ../../../src/atmo/atr1vf.f90(166): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, cpro_pcliq, qlvert) ---------^ ../../../src/atmo/atr1vf.f90(168): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, cvara_totwt, qwvert) ---------^ ../../../src/atmo/atr1vf.f90(178): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, cvara_ntdrp, ncvert) ---------^ ../../../src/atmo/atr1vf.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GRIPOL] call gripol(igrid, nebdia, fnvert) ---------^ ../../../src/atmo/atr1vf.f90(257): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_ATMO_1D_RAD_PRF] call cs_user_atmo_1d_rad_prf(preray, temray, romray, qvray, qlray, & ---------^ ../../../src/atmo/atr1vf.f90(307): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIR] call rayir(ii, k1, kmray, ico2, emis, & ---------^ ../../../src/atmo/atr1vf.f90(316): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYSO] call rayso(ii, k1, kmray, heuray, imer1, albedo, & ---------^ ../../../src/atmo/atr1vf.f90(335): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap (idrayi, kmx*nvert, rayi, coords, & -------^ ../../../src/atmo/atr1vf.f90(339): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MESMAP] call mesmap (idrayst, kmx*nvert, rayst, coords, & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o attycl.lo ../../../src/atmo/attycl.f90 ../../../src/atmo/attssc.f90(131): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ATR1VF] call atr1vf ---------^ ../../../src/atmo/attssc.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(idrayi, 1, ray3Di) ---------^ ../../../src/atmo/attssc.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(idrayst, 1, ray3Dst) ---------^ ../../../src/atmo/attssc.f90(220): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [NUCLEA] call nuclea ( & -------------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o atvarp.lo ../../../src/atmo/atvarp.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/attycl.f90 -fPIC -o .libs/attycl.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/atvarp.f90 -fPIC -o .libs/atvarp.o ../../../src/atmo/attycl.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_u,2,u_bord) ---------^ ../../../src/atmo/attycl.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_v,2,v_bord) ---------^ ../../../src/atmo/attycl.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_tke,2,tke_bord) ---------^ ../../../src/atmo/attycl.f90(206): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_eps,2,eps_bord) ---------^ ../../../src/atmo/attycl.f90(219): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_theta, 2, theta_bord) ---------^ ../../../src/atmo/attycl.f90(232): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_qw, 2, qw_bord) ---------^ ../../../src/atmo/attycl.f90(245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MSCRSS] call mscrss(id_nc, 2, nc_bord) ---------^ ../../../src/atmo/atvarp.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('temperature', 'PotTemp', iscalt) -------^ ../../../src/atmo/atvarp.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('temperature', 'LqPotTmp', iscalt) -------^ ../../../src/atmo/atvarp.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('ym_water', 'Ym water', iymw) -------^ ../../../src/atmo/atvarp.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('number_of_droplets', 'TotDrop', intdrp) -------^ ../../../src/atmo/atvarp.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no', 'NO', isca_chem(1)) ---------^ ../../../src/atmo/atvarp.f90(174): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no2', 'NO2', isca_chem(2)) ---------^ ../../../src/atmo/atvarp.f90(175): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3', 'O3', isca_chem(3)) ---------^ ../../../src/atmo/atvarp.f90(176): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3p', 'O3P', isca_chem(4)) ---------^ ../../../src/atmo/atvarp.f90(191): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no', 'NO', isca_chem(1)) ---------^ ../../../src/atmo/atvarp.f90(192): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no2', 'NO2', isca_chem(2)) ---------^ ../../../src/atmo/atvarp.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3', 'O3', isca_chem(3)) ---------^ ../../../src/atmo/atvarp.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3p', 'O3P', isca_chem(4)) ---------^ ../../../src/atmo/atvarp.f90(195): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o1d', 'O1D', isca_chem(5)) ---------^ ../../../src/atmo/atvarp.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_oh', 'OH', isca_chem(6)) ---------^ ../../../src/atmo/atvarp.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ho2', 'HO2', isca_chem(7)) ---------^ ../../../src/atmo/atvarp.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_h2o2', 'H2O2', isca_chem(8)) ---------^ ../../../src/atmo/atvarp.f90(199): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no3', 'NO3', isca_chem(9)) ---------^ ../../../src/atmo/atvarp.f90(200): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_n2o5', 'N2O5', isca_chem(10)) ---------^ ../../../src/atmo/atvarp.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hono', 'HONO', isca_chem(11)) ---------^ ../../../src/atmo/atvarp.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hno3', 'HNO3', isca_chem(12)) ---------^ ../../../src/atmo/atvarp.f90(203): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_co', 'CO', isca_chem(13)) ---------^ ../../../src/atmo/atvarp.f90(204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hcho', 'HCHO', isca_chem(14)) ---------^ ../../../src/atmo/atvarp.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ald2', 'ALD2', isca_chem(15)) ---------^ ../../../src/atmo/atvarp.f90(206): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_c2o3', 'C2O3', isca_chem(16)) ---------^ ../../../src/atmo/atvarp.f90(207): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_pan', 'PAN', isca_chem(17)) ---------^ ../../../src/atmo/atvarp.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_xo2', 'XO2', isca_chem(18)) ---------^ ../../../src/atmo/atvarp.f90(209): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_so2', 'SO2', isca_chem(19)) ---------^ ../../../src/atmo/atvarp.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_h2so4', 'H2SO4', isca_chem(20)) ---------^ ../../../src/atmo/atvarp.f90(242): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no', 'NO', isca_chem(1)) ---------^ ../../../src/atmo/atvarp.f90(243): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no2', 'NO2', isca_chem(2)) ---------^ ../../../src/atmo/atvarp.f90(244): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3', 'O3', isca_chem(3)) ---------^ ../../../src/atmo/atvarp.f90(245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o3p', 'O3P', isca_chem(4)) ---------^ ../../../src/atmo/atvarp.f90(246): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_o1d', 'O1D', isca_chem(5)) ---------^ ../../../src/atmo/atvarp.f90(247): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_oh', 'OH', isca_chem(6)) ---------^ ../../../src/atmo/atvarp.f90(248): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ho2', 'HO2', isca_chem(7)) ---------^ ../../../src/atmo/atvarp.f90(249): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_h2o2', 'H2O2', isca_chem(8)) ---------^ ../../../src/atmo/atvarp.f90(250): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_no3', 'NO3', isca_chem(9)) ---------^ ../../../src/atmo/atvarp.f90(251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_n2o5', 'N2O5', isca_chem(10)) ---------^ ../../../src/atmo/atvarp.f90(252): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hono', 'HONO', isca_chem(11)) ---------^ ../../../src/atmo/atvarp.f90(253): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hno3', 'HNO3', isca_chem(12)) ---------^ ../../../src/atmo/atvarp.f90(254): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hno4', 'HNO4', isca_chem(13)) ---------^ ../../../src/atmo/atvarp.f90(255): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_co', 'CO', isca_chem(14)) ---------^ ../../../src/atmo/atvarp.f90(256): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hcho', 'HCHO', isca_chem(15)) ---------^ ../../../src/atmo/atvarp.f90(257): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ald2', 'ALD2', isca_chem(16)) ---------^ ../../../src/atmo/atvarp.f90(258): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_c2o3', 'C2O3', isca_chem(17)) ---------^ ../../../src/atmo/atvarp.f90(259): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_pan', 'PAN', isca_chem(18)) ---------^ ../../../src/atmo/atvarp.f90(260): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_aldx', 'ALDX', isca_chem(19)) ---------^ ../../../src/atmo/atvarp.f90(261): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_cxo3', 'CXO3', isca_chem(20)) ---------^ ../../../src/atmo/atvarp.f90(262): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_panx', 'PANX', isca_chem(21)) ---------^ ../../../src/atmo/atvarp.f90(263): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_xo2', 'XO2', isca_chem(22)) ---------^ ../../../src/atmo/atvarp.f90(264): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_xo2n', 'XO2N', isca_chem(23)) ---------^ ../../../src/atmo/atvarp.f90(265): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ntr', 'NTR', isca_chem(24)) ---------^ ../../../src/atmo/atvarp.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_etoh', 'ETOH', isca_chem(25)) ---------^ ../../../src/atmo/atvarp.f90(267): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ch4', 'CH4', isca_chem(26)) ---------^ ../../../src/atmo/atvarp.f90(268): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_meo2', 'MEO2', isca_chem(27)) ---------^ ../../../src/atmo/atvarp.f90(269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_meoh', 'MEOH', isca_chem(28)) ---------^ ../../../src/atmo/atvarp.f90(270): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_mepx', 'MEPX', isca_chem(29)) ---------^ ../../../src/atmo/atvarp.f90(271): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_facd', 'FACD', isca_chem(30)) ---------^ ../../../src/atmo/atvarp.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_etha', 'ETHA', isca_chem(31)) ---------^ ../../../src/atmo/atvarp.f90(273): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_rooh', 'ROOH', isca_chem(32)) ---------^ ../../../src/atmo/atvarp.f90(274): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_aacd', 'AACD', isca_chem(33)) ---------^ ../../../src/atmo/atvarp.f90(275): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_pacd', 'PACD', isca_chem(34)) ---------^ ../../../src/atmo/atvarp.f90(276): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_par', 'PAR', isca_chem(35)) ---------^ ../../../src/atmo/atvarp.f90(277): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ror', 'ROR', isca_chem(36)) ---------^ ../../../src/atmo/atvarp.f90(278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_eth', 'ETH', isca_chem(37)) ---------^ ../../../src/atmo/atvarp.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ole', 'OLE', isca_chem(38)) ---------^ ../../../src/atmo/atvarp.f90(280): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_iole', 'IOLE', isca_chem(39)) ---------^ ../../../src/atmo/atvarp.f90(281): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_isop', 'ISOP', isca_chem(40)) ---------^ ../../../src/atmo/atvarp.f90(282): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_ispd', 'ISPD', isca_chem(41)) ---------^ ../../../src/atmo/atvarp.f90(283): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_terp', 'TERP', isca_chem(42)) ---------^ ../../../src/atmo/atvarp.f90(284): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_tol', 'TOL', isca_chem(43)) ---------^ ../../../src/atmo/atvarp.f90(285): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_xyl', 'XYL', isca_chem(44)) ---------^ ../../../src/atmo/atvarp.f90(286): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_cres', 'CRES', isca_chem(45)) ---------^ ../../../src/atmo/atvarp.f90(287): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_to2', 'TO2', isca_chem(46)) ---------^ ../../../src/atmo/atvarp.f90(288): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_open', 'OPEN', isca_chem(47)) ---------^ ../../../src/atmo/atvarp.f90(289): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_cro', 'CRO', isca_chem(48)) ---------^ ../../../src/atmo/atvarp.f90(290): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_mgly', 'MGLY', isca_chem(49)) ---------^ ../../../src/atmo/atvarp.f90(291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_so2', 'SO2', isca_chem(50)) ---------^ ../../../src/atmo/atvarp.f90(292): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_h2so4', 'H2SO4', isca_chem(51)) ---------^ ../../../src/atmo/atvarp.f90(293): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('species_hco3', 'HCO3', isca_chem(52)) ---------^ ../../../src/atmo/atvarp.f90(359): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_DIMENSIONS] call ssh_dimensions(ii, nrg, jj) ---------^ ../../../src/atmo/atvarp.f90(364): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/atmo/atvarp.f90(389): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_luscheme1.lo ../../../src/atmo/chem_luscheme1.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_luscheme1.f90 -fPIC -o .libs/chem_luscheme1.o ../../../src/atmo/chem_luscheme1.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RATES_1] call rates_1(ns,nr,rk,conc,w) -----^ ../../../src/atmo/chem_luscheme1.f90(291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DRATEDC_1] call dratedc_1(ns,nr,rk,conc,dw) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_luscheme2.lo ../../../src/atmo/chem_luscheme2.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_luscheme2.f90 -fPIC -o .libs/chem_luscheme2.o ../../../src/atmo/chem_luscheme2.f90(847): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RATES_2] call rates_2(ns,nr,rk,conc,w) -----^ ../../../src/atmo/chem_luscheme2.f90(1016): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DRATEDC_2] call dratedc_2(ns,nr,rk,conc,dw) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_luscheme3.lo ../../../src/atmo/chem_luscheme3.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_luscheme3.f90 -fPIC -o .libs/chem_luscheme3.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_roschem.lo ../../../src/atmo/chem_roschem.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_roschem.f90 -fPIC -o .libs/chem_roschem.o ../../../src/atmo/chem_luscheme3.f90(1884): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RATES_3] call rates_3(ns,nr,rk,conc,w) -----^ ../../../src/atmo/chem_luscheme3.f90(2636): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DRATEDC_3] call dratedc_3(ns,nr,rk,conc,dw) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_solvelu.lo ../../../src/atmo/chem_solvelu.f90 ../../../src/atmo/chem_roschem.f90(85): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_1] call fexchem_1 (nespg,nrg,dlconc,dlrki,zcsourc,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(87): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_2] call fexchem_2 (nespg,nrg,dlconc,dlrki,zcsourc,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(89): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_3] call fexchem_3 (nespg,nrg,dlconc,dlrki,zcsourc,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(91): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_4] call fexchem_4 (nespg,nrg,dlconc,dlrki,zcsourc,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [JACDCHEMDC_1] call jacdchemdc_1 (nespg,nrg,dlconc,conv_factor,conv_factor_jac,dlrki,dldrdc) -------^ ../../../src/atmo/chem_roschem.f90(100): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [JACDCHEMDC_2] call jacdchemdc_2 (nespg,nrg,dlconc,conv_factor,conv_factor_jac,dlrki,dldrdc) -------^ ../../../src/atmo/chem_roschem.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [JACDCHEMDC_3] call jacdchemdc_3 (nespg,nrg,dlconc,conv_factor,conv_factor_jac,dlrki,dldrdc) -------^ ../../../src/atmo/chem_roschem.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_JACDCHEMDC] call ssh_jacdchemdc (nespg,nrg,dlconc,conv_factor,conv_factor_jac,dlrki,dldrdc) -------^ ../../../src/atmo/chem_roschem.f90(118): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_SOLVLIN] call cs_solvlin (0,dlmat,dlmatlu,dlk1,dlb1) -----^ ../../../src/atmo/chem_roschem.f90(132): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_1] call fexchem_1 (nespg,nrg,dlconcbis,dlrkf,zcsourcf,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_2] call fexchem_2 (nespg,nrg,dlconcbis,dlrkf,zcsourcf,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(136): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_3] call fexchem_3 (nespg,nrg,dlconcbis,dlrkf,zcsourcf,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_4] call fexchem_4 (nespg,nrg,dlconcbis,dlrkf,zcsourcf,conv_factor,dlr) -------^ ../../../src/atmo/chem_roschem.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_SOLVLIN] call cs_solvlin (1,dlmat,dlmatlu,dlk2,dlb2) -----^ libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_solvelu.f90 -fPIC -o .libs/chem_solvelu.o ../../../src/atmo/chem_solvelu.f90(80): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_DECOMPOSE_1] call lu_decompose_1(nespg,dlalu) ---------^ ../../../src/atmo/chem_solvelu.f90(81): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_1] call lu_solve_1(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(83): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_DECOMPOSE_2] call lu_decompose_2(nespg,dlalu) ---------^ ../../../src/atmo/chem_solvelu.f90(84): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_2] call lu_solve_2(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(86): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_DECOMPOSE_3] call lu_decompose_3(nespg,dlalu) ---------^ ../../../src/atmo/chem_solvelu.f90(87): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_3] call lu_solve_3(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(89): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_LU_DECOMPOSE] call ssh_lu_decompose(nespg,dlalu) ---------^ ../../../src/atmo/chem_solvelu.f90(90): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_LU_SOLVE] call ssh_lu_solve(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(94): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_1] call lu_solve_1(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_2] call lu_solve_2(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LU_SOLVE_3] call lu_solve_3(nespg,dlalu,dlx) ---------^ ../../../src/atmo/chem_solvelu.f90(100): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_LU_SOLVE] call ssh_lu_solve(nespg,dlalu,dlx) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o chem_source_terms.lo ../../../src/atmo/chem_source_terms.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o compute_gaseous_chemistry.lo ../../../src/atmo/compute_gaseous_chemistry.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/chem_source_terms.f90 -fPIC -o .libs/chem_source_terms.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/compute_gaseous_chemistry.f90 -fPIC -o .libs/compute_gaseous_chemistry.o ../../../src/atmo/chem_source_terms.f90(97): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/atmo/chem_source_terms.f90(136): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_1] call fexchem_1 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) ---------^ ../../../src/atmo/chem_source_terms.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_2] call fexchem_2 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) ---------^ ../../../src/atmo/chem_source_terms.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_3] call fexchem_3 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) ---------^ ../../../src/atmo/chem_source_terms.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_4] call fexchem_4 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) ---------^ ../../../src/atmo/compute_gaseous_chemistry.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_1] call fexchem_1 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) -----------^ ../../../src/atmo/compute_gaseous_chemistry.f90(144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_2] call fexchem_2 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) -----------^ ../../../src/atmo/compute_gaseous_chemistry.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_3] call fexchem_3 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) -----------^ ../../../src/atmo/compute_gaseous_chemistry.f90(148): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FEXCHEM_4] call fexchem_4 (nespg,nrg,dlconc,rk,source,conv_factor,dchema) -----------^ ../../../src/atmo/compute_gaseous_chemistry.f90(165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CHEM_ROSCHEM] call chem_roschem (dlconc,source,source,conv_factor,dtc,rk,rk) ---------^ ../../../src/atmo/compute_gaseous_chemistry.f90(170): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CHEM_ROSCHEM] call chem_roschem (dlconc,source,source,conv_factor,dtchemmax,rk,rk) -----------^ ../../../src/atmo/compute_gaseous_chemistry.f90(172): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CHEM_ROSCHEM] call chem_roschem (dlconc,source,source,conv_factor,dtrest,rk,rk) ---------^ ../../../src/atmo/compute_gaseous_chemistry.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(isca_chem(ii)) -------^ depbase=`echo cs_air_props.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_air_props.lo -MD -MP -MF $depbase.Tpo -c -o cs_air_props.lo ../../../src/atmo/cs_air_props.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_at_opt_interp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_at_opt_interp.lo -MD -MP -MF $depbase.Tpo -c -o cs_at_opt_interp.lo ../../../src/atmo/cs_at_opt_interp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_air_props.lo -MD -MP -MF .deps/cs_air_props.Tpo -c ../../../src/atmo/cs_air_props.c -fPIC -DPIC -o .libs/cs_air_props.o depbase=`echo cs_at_data_assim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_at_data_assim.lo -MD -MP -MF $depbase.Tpo -c -o cs_at_data_assim.lo ../../../src/atmo/cs_at_data_assim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_at_opt_interp.lo -MD -MP -MF .deps/cs_at_opt_interp.Tpo -c ../../../src/atmo/cs_at_opt_interp.c -fPIC -DPIC -o .libs/cs_at_opt_interp.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_at_data_assim.lo -MD -MP -MF .deps/cs_at_data_assim.Tpo -c ../../../src/atmo/cs_at_data_assim.c -fPIC -DPIC -o .libs/cs_at_data_assim.o ../../../src/atmo/cs_at_opt_interp.c(468): warning #2259: non-pointer conversion from "cs_real_t={double}" to "int" may lose significant bits int a_size = cs_math_sq(a_l_size); ^ ../../../src/atmo/cs_at_opt_interp.c(1644): warning #2259: non-pointer conversion from "cs_real_t={double}" to "int" may lose significant bits int a_size = cs_math_sq(a_l_size); ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_at_source_terms.lo ../../../src/atmo/cs_at_source_terms.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/cs_at_source_terms.f90 -fPIC -o .libs/cs_at_source_terms.o depbase=`echo cs_atmo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo.lo -MD -MP -MF $depbase.Tpo -c -o cs_atmo.lo ../../../src/atmo/cs_atmo.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo.lo -MD -MP -MF .deps/cs_atmo.Tpo -c ../../../src/atmo/cs_atmo.c -fPIC -DPIC -o .libs/cs_atmo.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/atmo/cs_atmo.c(68): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_atmo_aerosol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_aerosol.lo -MD -MP -MF $depbase.Tpo -c -o cs_atmo_aerosol.lo ../../../src/atmo/cs_atmo_aerosol.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/atmo/cs_atmo.c(410): warning #177: variable "n_cells_ext" was declared but never referenced cs_lnum_t n_cells_ext = m->n_cells_with_ghosts; ^ ../../../src/atmo/cs_atmo.c(476): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *_dest = tolower(*src); ^ ../../../src/atmo/cs_atmo.c(650): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "const cs_real_3_t *" next_fext, ^ ../../../src/atmo/cs_atmo.c(530): warning #177: variable "inc" was declared but never referenced int inc, niterf, iccocg; ^ ../../../src/atmo/cs_atmo.c(530): warning #177: variable "iccocg" was declared but never referenced int inc, niterf, iccocg; ^ ../../../src/atmo/cs_atmo.c(958): warning #177: variable "cpro_met_p" was declared but never referenced cs_real_t *cpro_met_p = cs_field_by_name("meteo_pressure")->val; ^ ../../../src/atmo/cs_atmo.c(959): warning #177: variable "cpro_met_rho" was declared but never referenced cs_real_t *cpro_met_rho = cs_field_by_name("meteo_density")->val; ^ ../../../src/atmo/cs_atmo.c(960): warning #177: variable "cpro_met_t" was declared but never referenced cs_real_t *cpro_met_t = cs_field_by_name("meteo_temperature")->val; ^ ../../../src/atmo/cs_atmo.c(1343): warning #144: a value of type "const cs_real_3_t *" cannot be used to initialize an entity of type "cs_real_3_t *__restrict__" (const cs_real_3_t *restrict)mq->i_face_normal; ^ ../../../src/atmo/cs_atmo.c(1338): warning #177: variable "domain" was declared but never referenced cs_domain_t *domain = cs_glob_domain; ^ ../../../src/atmo/cs_atmo.c(1342): warning #177: variable "i_face_normal" was declared but never referenced cs_real_3_t *restrict i_face_normal = ^ ../../../src/atmo/cs_atmo.c(1344): warning #177: variable "b_face_normal" was declared but never referenced const cs_real_3_t *restrict b_face_normal = ^ ../../../src/atmo/cs_atmo.c(1351): warning #177: variable "bc_type" was declared but never referenced const int *bc_type = cs_glob_bc_type; ^ ../../../src/atmo/cs_atmo.c(1386): warning #177: variable "theta0" was declared but never referenced cs_real_t theta0 = aopt->meteo_t0 * pow(pref/ aopt->meteo_psea, rscp); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_aerosol.lo -MD -MP -MF .deps/cs_atmo_aerosol.Tpo -c ../../../src/atmo/cs_atmo_aerosol.c -fPIC -DPIC -o .libs/cs_atmo_aerosol.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/atmo/cs_atmo_aerosol.c(68): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_atmo_aerosol_ssh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_aerosol_ssh.lo -MD -MP -MF $depbase.Tpo -c -o cs_atmo_aerosol_ssh.lo ../../../src/atmo/cs_atmo_aerosol_ssh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_atmo_profile_std.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_profile_std.lo -MD -MP -MF $depbase.Tpo -c -o cs_atmo_profile_std.lo ../../../src/atmo/cs_atmo_profile_std.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_aerosol_ssh.lo -MD -MP -MF .deps/cs_atmo_aerosol_ssh.Tpo -c ../../../src/atmo/cs_atmo_aerosol_ssh.c -fPIC -DPIC -o .libs/cs_atmo_aerosol_ssh.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atmo_profile_std.lo -MD -MP -MF .deps/cs_atmo_profile_std.Tpo -c ../../../src/atmo/cs_atmo_profile_std.c -fPIC -DPIC -o .libs/cs_atmo_profile_std.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/atmo/cs_atmo_aerosol_ssh.c(68): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_atprke.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atprke.lo -MD -MP -MF $depbase.Tpo -c -o cs_atprke.lo ../../../src/atmo/cs_atprke.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_atprke.lo -MD -MP -MF .deps/cs_atprke.Tpo -c ../../../src/atmo/cs_atprke.c -fPIC -DPIC -o .libs/cs_atprke.o depbase=`echo cs_intprf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_intprf.lo -MD -MP -MF $depbase.Tpo -c -o cs_intprf.lo ../../../src/atmo/cs_intprf.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o kinrates.lo ../../../src/atmo/kinrates.f90 In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/atmo/cs_atprke.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/kinrates.f90 -fPIC -o .libs/kinrates.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/atmo -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/mesh -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_intprf.lo -MD -MP -MF .deps/cs_intprf.Tpo -c ../../../src/atmo/cs_intprf.c -fPIC -DPIC -o .libs/cs_intprf.o ../../../src/atmo/kinrates.f90(175): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [KINETIC_1] call kinetic_1(nrg,rk,temp,hspec,press,azi,1.0d0,iphotolysis) ---------^ ../../../src/atmo/kinrates.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [KINETIC_2] call kinetic_2(nrg,rk,temp,hspec,press,azi,1.0d0,iphotolysis) ---------^ ../../../src/atmo/kinrates.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [KINETIC_3] call kinetic_3(nrg,rk,temp,hspec,press,azi,1.0d0,iphotolysis) ---------^ ../../../src/atmo/kinrates.f90(181): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [KINETIC_4] call kinetic_4(nrg,rk,temp,hspec,press,azi,1.0d0,iphotolysis) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o nuclea.lo ../../../src/atmo/nuclea.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/nuclea.f90 -fPIC -o .libs/nuclea.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rayigc.lo ../../../src/atmo/rayigc.f90 ../../../src/atmo/nuclea.f90(202): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ----------------^ ../../../src/atmo/nuclea.f90(349): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ----------------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rayir.lo ../../../src/atmo/rayir.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/rayigc.f90 -fPIC -o .libs/rayigc.o libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/rayir.f90 -fPIC -o .libs/rayir.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rayive.lo ../../../src/atmo/rayive.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o rayso.lo ../../../src/atmo/rayso.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/rayive.f90 -fPIC -o .libs/rayive.o ../../../src/atmo/rayir.f90(328): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq(kk), pspoqq(kk), aco2(k,kk), & -------------^ ../../../src/atmo/rayir.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq(kk), pspoqq(kk), aco2s(k,kk), & -------------^ ../../../src/atmo/rayir.f90(342): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq(kk), pspoqq(kk), aco2(k,kk), & -----------^ ../../../src/atmo/rayir.f90(346): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq(kk), pspoqq(kk), aco2s(k,kk), & -----------^ ../../../src/atmo/rayir.f90(355): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq0, pzp0, acsup(k), dacsup(k), & ---------^ ../../../src/atmo/rayir.f90(359): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k), zqq0, pzp0, acsups(k), dacsups(k), & ---------^ ../../../src/atmo/rayir.f90(368): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIGC] call rayigc(zbas, zz, pspo(k1), zzk, pspo(k), acinfe(k), dacinfe(k), & -----------^ ../../../src/atmo/rayir.f90(386): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqv(k), qv0(k1), qqc(k), qc(k1), romray(k)) ---------^ ../../../src/atmo/rayir.f90(391): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, xqqvinf, qv0(k1), xqqcinf,qc(k1), romray(kmray)) -------^ ../../../src/atmo/rayir.f90(405): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -------------^ ../../../src/atmo/rayir.f90(412): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -----------^ ../../../src/atmo/rayir.f90(421): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) ---------------^ ../../../src/atmo/rayir.f90(436): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -------------^ ../../../src/atmo/rayir.f90(443): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsups, dtvsups, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -----------^ ../../../src/atmo/rayir.f90(451): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqqv(i),qv0(k1),qqqc(i),qc(k1),romray(k1)) -------------^ ../../../src/atmo/rayir.f90(474): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqv(k),qv0(k1),qqc(k),qc(k1),romray(k)) ---------^ ../../../src/atmo/rayir.f90(479): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,xqqvinf,qv0(k1),xqqcinf,qc(k1), & -------^ ../../../src/atmo/rayir.f90(505): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -------------^ ../../../src/atmo/rayir.f90(512): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -----------^ ../../../src/atmo/rayir.f90(532): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) ---------------^ ../../../src/atmo/rayir.f90(546): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -------------^ ../../../src/atmo/rayir.f90(561): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsups, dtvsups, qqqqv, qv0(i), qqqqc, qc(i), romray(i)) -----------^ ../../../src/atmo/rayir.f90(566): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqv(i), qv0(k1), qqqc(i), qc(k1), romray(k1)) -------------^ ../../../src/atmo/rayir.f90(592): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) -----------^ ../../../src/atmo/rayir.f90(604): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) -----------^ ../../../src/atmo/rayir.f90(615): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) -----------^ ../../../src/atmo/rayir.f90(622): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsup, dtvsup, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) ---------^ ../../../src/atmo/rayir.f90(627): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvinfe, dtvinfe, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) ---------^ ../../../src/atmo/rayir.f90(632): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsups, dtvsups, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) ---------^ ../../../src/atmo/rayir.f90(654): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) -----------^ ../../../src/atmo/rayir.f90(681): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv,dtauv,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) -----------^ ../../../src/atmo/rayir.f90(706): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tauv, dtauv, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) -----------^ ../../../src/atmo/rayir.f90(727): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsup, dtvsup, qqqqv, qv0(k), qqqqc, qc(k), romray(k)) ---------^ ../../../src/atmo/rayir.f90(745): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvinfe,dtvinfe,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) ---------^ ../../../src/atmo/rayir.f90(762): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [RAYIVE] call rayive(tvsups,dtvsups,qqqqv,qv0(k),qqqqc,qc(k),romray(k)) ---------^ libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/rayso.f90 -fPIC -o .libs/rayso.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o solcat.lo ../../../src/atmo/solcat.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/solcat.f90 -fPIC -o .libs/solcat.o ../../../src/atmo/rayso.f90(521): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & -------^ ../../../src/atmo/rayso.f90(529): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & -------^ ../../../src/atmo/rayso.f90(610): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & -----------^ ../../../src/atmo/rayso.f90(619): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & ---------^ ../../../src/atmo/rayso.f90(743): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & -------------^ ../../../src/atmo/rayso.f90(751): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & ---------------^ ../../../src/atmo/rayso.f90(779): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [REFTRA] call reftra & ---------------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o soliva.lo ../../../src/atmo/soliva.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/soliva.f90 -fPIC -o .libs/soliva.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o solmoy.lo ../../../src/atmo/solmoy.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/solmoy.f90 -fPIC -o .libs/solmoy.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o solvar.lo ../../../src/atmo/solvar.f90 libtool: compile: mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/atmo/solvar.f90 -fPIC -o .libs/solvar.o ../../../src/atmo/solvar.f90(370): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_ATMO_SOIL] call cs_user_atmo_soil(temp, qv, rom, dt, rcodcl) -----^ /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/base -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsatmo.la atini1.lo atiniv.lo atleca.lo atlecc.lo atlecm.lo atmcls.lo atmsol.lo atphyv.lo atprop.lo atr1vf.lo attssc.lo attycl.lo atvarp.lo chem_luscheme1.lo chem_luscheme2.lo chem_luscheme3.lo chem_roschem.lo chem_solvelu.lo chem_source_terms.lo compute_gaseous_chemistry.lo cs_air_props.lo cs_at_opt_interp.lo cs_at_data_assim.lo cs_at_source_terms.lo cs_atmo.lo cs_atmo_aerosol.lo cs_atmo_aerosol_ssh.lo cs_atmo_profile_std.lo cs_atprke.lo cs_intprf.lo kinrates.lo nuclea.lo rayigc.lo rayir.lo rayive.lo rayso.lo solcat.lo soliva.lo solmoy.lo solvar.lo -lz -ldl libtool: link: ar cru .libs/libcsatmo.a .libs/atini1.o .libs/atiniv.o .libs/atleca.o .libs/atlecc.o .libs/atlecm.o .libs/atmcls.o .libs/atmsol.o .libs/atphyv.o .libs/atprop.o .libs/atr1vf.o .libs/attssc.o .libs/attycl.o .libs/atvarp.o .libs/chem_luscheme1.o .libs/chem_luscheme2.o .libs/chem_luscheme3.o .libs/chem_roschem.o .libs/chem_solvelu.o .libs/chem_source_terms.o .libs/compute_gaseous_chemistry.o .libs/cs_air_props.o .libs/cs_at_opt_interp.o .libs/cs_at_data_assim.o .libs/cs_at_source_terms.o .libs/cs_atmo.o .libs/cs_atmo_aerosol.o .libs/cs_atmo_aerosol_ssh.o .libs/cs_atmo_profile_std.o .libs/cs_atprke.o .libs/cs_intprf.o .libs/kinrates.o .libs/nuclea.o .libs/rayigc.o .libs/rayir.o .libs/rayive.o .libs/rayso.o .libs/solcat.o .libs/soliva.o .libs/solmoy.o .libs/solvar.o libtool: link: ranlib .libs/libcsatmo.a libtool: link: ( cd ".libs" && rm -f "libcsatmo.la" && ln -s "../libcsatmo.la" "libcsatmo.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/atmo' Making all in cfbl make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cfbl' /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfdivs.lo ../../../src/cfbl/cfdivs.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfdttv.lo ../../../src/cfbl/cfdttv.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfener.lo ../../../src/cfbl/cfener.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfini1.lo ../../../src/cfbl/cfini1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfdivs.f90 -fPIC -o .libs/cfdivs.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfini1.f90 -fPIC -o .libs/cfini1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfdttv.f90 -fPIC -o .libs/cfdttv.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfener.f90 -fPIC -o .libs/cfener.o ../../../src/cfbl/cfdivs.f90(132): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(vistot) -------^ ../../../src/cfbl/cfdivs.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_kappa) ---------^ ../../../src/cfbl/cfdivs.f90(227): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNVIN] call synvin(tempv) -------^ ../../../src/cfbl/cfini1.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cfbl/cfini1.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cfbl/cfini1.f90(136): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSCFGP] call cscfgp(icfgrp) -----^ ../../../src/cfbl/cfini1.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USCFX2] call uscfx2 -----^ ../../../src/cfbl/cfini1.f90(171): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cfbl/cfdttv.f90(169): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFMSFP] call cfmsfp & -----^ ../../../src/cfbl/cfdttv.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [MATRDT] call matrdt & -----^ ../../../src/cfbl/cfener.f90(252): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USTSSC] call ustssc & -----^ ../../../src/cfbl/cfener.f90(302): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFDIVS] call cfdivs(smbrs, vel) -------^ ../../../src/cfbl/cfener.f90(343): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init, iprtfl, bprtfl, smbrs) -----^ ../../../src/cfbl/cfener.f90(408): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------^ ../../../src/cfbl/cfener.f90(520): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa(imvisf, kspe, viscfk, viscbk) ---------^ ../../../src/cfbl/cfener.f90(793): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CLPSCA] call clpsca(iscal) -----^ ../../../src/cfbl/cfener.f90(838): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_pr) -------^ ../../../src/cfbl/cfener.f90(840): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_energ) -------^ ../../../src/cfbl/cfener.f90(842): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_tempk) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfiniv.lo ../../../src/cfbl/cfiniv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfiniv.f90 -fPIC -o .libs/cfiniv.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfphyv.lo ../../../src/cfbl/cfphyv.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfprop.lo ../../../src/cfbl/cfprop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfphyv.f90 -fPIC -o .libs/cfphyv.o ../../../src/cfbl/cfphyv.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfprop.f90 -fPIC -o .libs/cfprop.o ../../../src/cfbl/cfprop.f90(87): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSVVVA] call csvvva(iviscv) -----^ ../../../src/cfbl/cfprop.f90(91): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USCFX1] call uscfx1 -----^ ../../../src/cfbl/cfprop.f90(103): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('specific_heat_const_vol', & -------^ ../../../src/cfbl/cfprop.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(icv) -------^ ../../../src/cfbl/cfprop.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('volume_viscosity', & -------^ ../../../src/cfbl/cfprop.f90(113): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(iviscv) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfrusb.lo ../../../src/cfbl/cfrusb.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cffana.lo ../../../src/cfbl/cffana.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cffana.f90 -fPIC -o .libs/cffana.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfvarp.lo ../../../src/cfbl/cfvarp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfrusb.f90 -fPIC -o .libs/cfrusb.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfxtcl.lo ../../../src/cfbl/cfxtcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfvarp.f90 -fPIC -o .libs/cfvarp.o ../../../src/cfbl/cfvarp.f90(75): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('total_energy', 'TotEner', ienerg) -------^ ../../../src/cfbl/cfvarp.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('temperature', 'TempK', itempk) -------^ ../../../src/cfbl/cfvarp.f90(100): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('volume_fraction', 'Volume Fraction', ifracv) ---------^ ../../../src/cfbl/cfvarp.f90(103): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mass_fraction', 'Mass Fraction', ifracm) ---------^ ../../../src/cfbl/cfvarp.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('energy_fraction', 'Energy Fraction', ifrace) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfmspr.lo ../../../src/cfbl/cfmspr.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfxtcl.f90 -fPIC -o .libs/cfxtcl.o ../../../src/cfbl/cfxtcl.f90(358): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/cfbl/cfxtcl.f90(383): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/cfbl/cfxtcl.f90(409): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/cfbl/cfxtcl.f90(429): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/cfbl/cfxtcl.f90(439): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ ../../../src/cfbl/cfxtcl.f90(468): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFRUSB] call cfrusb(ifac, bc_en, bc_pr, bc_vel) -----------^ ../../../src/cfbl/cfxtcl.f90(476): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFFANA] call cffana(ifac, bc_en, bc_pr, bc_vel) -----------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfmspr.f90 -fPIC -o .libs/cfmspr.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cfmsfp.lo ../../../src/cfbl/cfmsfp.f90 ../../../src/cfbl/cfmspr.f90(225): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SET_NEUMANN_SCALAR] call set_neumann_scalar & -------^ ../../../src/cfbl/cfmspr.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CFMSFP] call cfmsfp & -----^ ../../../src/cfbl/cfmspr.f90(304): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [DIVMAS] call divmas(init,wflmas,wflmab,smbrs) -----^ ../../../src/cfbl/cfmspr.f90(317): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -----^ ../../../src/cfbl/cfmspr.f90(396): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_pr) -------^ ../../../src/cfbl/cfmspr.f90(415): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ITRMAS] call itrmas & -----^ ../../../src/cfbl/cfmspr.f90(455): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(crom) ---------^ ../../../src/cfbl/cfmspr.f90(456): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(rhopre) ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cfbl/cfmsfp.f90 -fPIC -o .libs/cfmsfp.o ../../../src/cfbl/cfmsfp.f90(218): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISECV] call visecv & ---------^ ../../../src/cfbl/cfmsfp.f90(225): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [USTSNV] call ustsnv & -------^ ../../../src/cfbl/cfmsfp.f90(256): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -------^ ../../../src/cfbl/cfmsfp.f90(287): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa & -------------^ ../../../src/cfbl/cfmsfp.f90(431): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -----^ ../../../src/cfbl/cfmsfp.f90(447): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [INIMAV] call inimav & -----^ depbase=`echo cs_cf_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cf_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_cf_model.lo ../../../src/cfbl/cs_cf_model.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cf_model.lo -MD -MP -MF .deps/cs_cf_model.Tpo -c ../../../src/cfbl/cs_cf_model.c -fPIC -DPIC -o .libs/cs_cf_model.o depbase=`echo cs_cf_thermo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cf_thermo.lo -MD -MP -MF $depbase.Tpo -c -o cs_cf_thermo.lo ../../../src/cfbl/cs_cf_thermo.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_cf_thermo.lo -MD -MP -MF .deps/cs_cf_thermo.Tpo -c ../../../src/cfbl/cs_cf_thermo.c -fPIC -DPIC -o .libs/cs_cf_thermo.o depbase=`echo cs_hgn_thermo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_thermo.lo -MD -MP -MF $depbase.Tpo -c -o cs_hgn_thermo.lo ../../../src/cfbl/cs_hgn_thermo.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/cfbl/cs_cf_thermo.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_thermo.lo -MD -MP -MF .deps/cs_hgn_thermo.Tpo -c ../../../src/cfbl/cs_hgn_thermo.c -fPIC -DPIC -o .libs/cs_hgn_thermo.o ../../../src/cfbl/cs_hgn_thermo.c(361): warning #3656: variable "ftmp" may be used before its value is set if (iter >= 1) ptmpm1 = ftmp; ^ depbase=`echo cs_hgn_phase_thermo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_phase_thermo.lo -MD -MP -MF $depbase.Tpo -c -o cs_hgn_phase_thermo.lo ../../../src/cfbl/cs_hgn_phase_thermo.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_hgn_source_terms_step.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_source_terms_step.lo -MD -MP -MF $depbase.Tpo -c -o cs_hgn_source_terms_step.lo ../../../src/cfbl/cs_hgn_source_terms_step.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_phase_thermo.lo -MD -MP -MF .deps/cs_hgn_phase_thermo.Tpo -c ../../../src/cfbl/cs_hgn_phase_thermo.c -fPIC -DPIC -o .libs/cs_hgn_phase_thermo.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cfbl -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_hgn_source_terms_step.lo -MD -MP -MF .deps/cs_hgn_source_terms_step.Tpo -c ../../../src/cfbl/cs_hgn_source_terms_step.c -fPIC -DPIC -o .libs/cs_hgn_source_terms_step.o /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscfbl.la cfdivs.lo cfdttv.lo cfener.lo cfini1.lo cfiniv.lo cfphyv.lo cfprop.lo cfrusb.lo cffana.lo cfvarp.lo cfxtcl.lo cfmspr.lo cfmsfp.lo cs_cf_model.lo cs_cf_thermo.lo cs_hgn_thermo.lo cs_hgn_phase_thermo.lo cs_hgn_source_terms_step.lo -lz -ldl libtool: link: ar cru .libs/libcscfbl.a .libs/cfdivs.o .libs/cfdttv.o .libs/cfener.o .libs/cfini1.o .libs/cfiniv.o .libs/cfphyv.o .libs/cfprop.o .libs/cfrusb.o .libs/cffana.o .libs/cfvarp.o .libs/cfxtcl.o .libs/cfmspr.o .libs/cfmsfp.o .libs/cs_cf_model.o .libs/cs_cf_thermo.o .libs/cs_hgn_thermo.o .libs/cs_hgn_phase_thermo.o .libs/cs_hgn_source_terms_step.o libtool: link: ranlib .libs/libcscfbl.a libtool: link: ( cd ".libs" && rm -f "libcscfbl.la" && ln -s "../libcscfbl.la" "libcscfbl.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cfbl' Making all in cogz make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cogz' depbase=`echo cs_combustion_gas.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cogz -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/turb -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_combustion_gas.lo -MD -MP -MF $depbase.Tpo -c -o cs_combustion_gas.lo ../../../src/cogz/cs_combustion_gas.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o coini1.lo ../../../src/cogz/coini1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o colecd.lo ../../../src/cogz/colecd.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o coprop.lo ../../../src/cogz/coprop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/coini1.f90 -fPIC -o .libs/coini1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/colecd.f90 -fPIC -o .libs/colecd.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/coprop.f90 -fPIC -o .libs/coprop.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/cogz -I../.. -I../../../src/alge -I../../../src/base -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/turb -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_combustion_gas.lo -MD -MP -MF .deps/cs_combustion_gas.Tpo -c ../../../src/cogz/cs_combustion_gas.c -fPIC -DPIC -o .libs/cs_combustion_gas.o ../../../src/cogz/coprop.f90(80): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'Temperature', itemp) -------^ ../../../src/cogz/coprop.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_fuel', 'Ym_Fuel', iym(1)) -------^ ../../../src/cogz/coprop.f90(83): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_oxyd', 'Ym_Oxyd', iym(2)) -------^ ../../../src/cogz/coprop.f90(84): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_prod', 'Ym_Prod', iym(3)) -------^ ../../../src/cogz/coprop.f90(93): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'Temperature', itemp) -------^ ../../../src/cogz/coprop.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_fuel', 'Ym_Fuel', iym(1)) -------^ ../../../src/cogz/coprop.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_oxyd', 'Ym_Oxyd', iym(2)) -------^ ../../../src/cogz/coprop.f90(97): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_prod', 'Ym_Prod', iym(3)) -------^ ../../../src/cogz/coprop.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'Temperature', itemp) -------^ ../../../src/cogz/coprop.f90(107): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('molar_mass', 'Molar_Mass', imam) -------^ ../../../src/cogz/coprop.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('source_term', 'Source_Term', itsc) -------^ ../../../src/cogz/coprop.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_fuel', 'Ym_Fuel', iym(1)) -------^ ../../../src/cogz/coprop.f90(111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_oxyd', 'Ym_Oxyd', iym(2)) -------^ ../../../src/cogz/coprop.f90(112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_prod', 'Ym_Prod', iym(3)) -------^ ../../../src/cogz/coprop.f90(118): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, irhol(idirac)) ---------^ ../../../src/cogz/coprop.f90(122): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, iteml(idirac)) ---------^ ../../../src/cogz/coprop.f90(126): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ifmel(idirac)) ---------^ ../../../src/cogz/coprop.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ifmal(idirac)) ---------^ ../../../src/cogz/coprop.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, iampl(idirac)) ---------^ ../../../src/cogz/coprop.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, itscl(idirac)) ---------^ ../../../src/cogz/coprop.f90(142): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, imaml(idirac)) ---------^ ../../../src/cogz/coprop.f90(156): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('kabs', 'KABS', ickabs) ---------^ ../../../src/cogz/coprop.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature_4', 'Temp4', it4m) ---------^ ../../../src/cogz/coprop.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature_3', 'Temp3', it3m) ---------^ ../../../src/cogz/colecd.f90(107): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/cogz/colecd.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/colecd.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/colecd.f90(171): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon(chain1, idebch, ifinch, lonch) -------^ ../../../src/cogz/colecd.f90(190): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/colecd.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/cogz/colecd.f90(222): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/colecd.f90(248): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/cogz/colecd.f90(269): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/cogz/colecd.f90(302): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/cogz/colecd.f90(311): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/cogz/colecd.f90(327): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------------^ ../../../src/cogz/colecd.f90(408): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GAUSS] call gauss(nato,nato,aa(1,2),xx(2),bb) ---------^ ../../../src/cogz/colecd.f90(452): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------------^ ../../../src/cogz/colecd.f90(511): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/cogz/coini1.f90(186): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICPI1] call uicpi1(srrom, diftl0) -------^ ../../../src/cogz/colecd.f90(523): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTBHT] call pptbht(ncoel, nomcoe(icoel), ehgaze(icoel,1), cpgaze(icoel,1), wmolce(icoel)) -------^ ../../../src/cogz/colecd.f90(575): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/cogz/coini1.f90(189): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICPI1] call uicpi1(srrom, diftl0) -------^ ../../../src/cogz/colecd.f90(622): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------------^ ../../../src/cogz/coini1.f90(190): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICPI2] call uicpi2(tinoxy, tinfue) -------^ ../../../src/cogz/colecd.f90(665): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht(mode, ngazg, ngazgm, coefg, & -----------^ ../../../src/cogz/coini1.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_COMBUSTION] call cs_user_combustion -----^ ../../../src/cogz/coini1.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [EBUVER] call ebuver(iok) -------^ ../../../src/cogz/colecd.f90(692): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/cogz/coini1.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ../../../src/cogz/colecd.f90(728): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] ---------^ call csexit(1) ---------^ ../../../src/cogz/coini1.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PVER] call d3pver(iok) -------^ ../../../src/cogz/colecd.f90(780): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/coini1.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/colecd.f90(805): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----^ ../../../src/cogz/coini1.f90(223): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCVER] call lwcver(iok) -------^ ../../../src/cogz/colecd.f90(809): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----^ ../../../src/cogz/coini1.f90(226): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cothht.lo ../../../src/cogz/cothht.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o covarp.lo ../../../src/cogz/covarp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/cothht.f90 -fPIC -o .libs/cothht.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/covarp.f90 -fPIC -o .libs/covarp.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3phst.lo ../../../src/cogz/d3phst.f90 ../../../src/cogz/cothht.f90(167): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cogz/covarp.f90(114): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mixture_fraction', 'Fra_MEL', ifm) -------^ ../../../src/cogz/covarp.f90(119): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mixture_fraction_variance', 'Var_FrMe', ifp2m) -------^ ../../../src/cogz/covarp.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) ---------^ ../../../src/cogz/covarp.f90(138): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('soot_mass_fraction', 'Fra_Soot', ifsm) ---------^ ../../../src/cogz/covarp.f90(143): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('soot_precursor_number', 'NPr_Soot', inpm) ---------^ ../../../src/cogz/covarp.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('fresh_gas_fraction', 'Fra_GF', iygfm) -------^ ../../../src/cogz/covarp.f90(166): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mixture_fraction', 'Fra_MEL', ifm) ---------^ ../../../src/cogz/covarp.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) ---------^ ../../../src/cogz/covarp.f90(189): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] ../../../src/cogz/cothht.f90(279): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call add_model_scalar_field('mixture_fraction', 'Fra_MEL', ifm) -------^ call cothht(mode, ngazg, ngazgm, coefg, npo, npot, th, ehgazg, & ---------^ ../../../src/cogz/covarp.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mixture_fraction_variance', 'Var_FrMe', ifp2m) -------^ ../../../src/cogz/covarp.f90(199): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mass_fraction', 'Fra_Mas', iyfm) -------^ ../../../src/cogz/covarp.f90(204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mass_fraction_variance', 'Var_FMa', iyfp2m) -------^ ../../../src/cogz/covarp.f90(209): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('mass_fraction_covariance', 'COYF_PP4', icoyfp) ---------^ ../../../src/cogz/covarp.f90(219): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) ---------^ ../../../src/cogz/cothht.f90(375): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht(mode, ngazg, ngazgm, coefg, npo, npot, th, ehgazg, h_b(ifac), tbl) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3phst.f90 -fPIC -o .libs/d3phst.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3pini.lo ../../../src/cogz/d3pini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3pint.lo ../../../src/cogz/d3pint.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3pini.f90 -fPIC -o .libs/d3pini.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3pphy.lo ../../../src/cogz/d3pphy.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3pint.f90 -fPIC -o .libs/d3pint.o ../../../src/cogz/d3pini.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3pini.f90(155): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3pini.f90(165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3pini.f90(172): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fm) ---------^ ../../../src/cogz/d3pini.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fp2m) ---------^ ../../../src/cogz/d3pini.f90(175): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_scalt) -----------^ ../../../src/cogz/d3pini.f90(178): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_npm) -----------^ ../../../src/cogz/d3pini.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fsm) -----------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3pphy.f90 -fPIC -o .libs/d3pphy.o ../../../src/cogz/d3pint.f90(249): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PHST] call d3phst & -------^ ../../../src/cogz/d3pphy.f90(133): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3pphy.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3pphy.f90(185): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/d3pphy.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/d3pphy.f90(226): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPPDFR] call pppdfr & -----^ ../../../src/cogz/d3pphy.f90(245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [D3PINT] call d3pint & -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3ptcl.lo ../../../src/cogz/d3ptcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3ptcl.f90 -fPIC -o .libs/d3ptcl.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o d3pver.lo ../../../src/cogz/d3pver.f90 ../../../src/cogz/d3ptcl.f90(192): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/d3ptcl.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/d3pver.f90 -fPIC -o .libs/d3pver.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ebuini.lo ../../../src/cogz/ebuini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ebuphy.lo ../../../src/cogz/ebuphy.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ebutcl.lo ../../../src/cogz/ebutcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/ebuini.f90 -fPIC -o .libs/ebuini.o ../../../src/cogz/ebuini.f90(176): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/ebuini.f90(278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/ebuini.f90(310): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_ygfm) -----------^ ../../../src/cogz/ebuini.f90(313): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fm) -------------^ ../../../src/cogz/ebuini.f90(317): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_scalt) -------------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/ebuphy.f90 -fPIC -o .libs/ebuphy.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/ebutcl.f90 -fPIC -o .libs/ebutcl.o ../../../src/cogz/ebuphy.f90(244): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/ebuphy.f90(281): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -------^ ../../../src/cogz/ebutcl.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cogz/ebutcl.f90(373): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/ebutcl.f90(386): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ebutss.lo ../../../src/cogz/ebutss.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ebuver.lo ../../../src/cogz/ebuver.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o gauss.lo ../../../src/cogz/gauss.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/ebutss.f90 -fPIC -o .libs/ebutss.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/ebuver.f90 -fPIC -o .libs/ebuver.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/gauss.f90 -fPIC -o .libs/gauss.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwcgfu.lo ../../../src/cogz/lwcgfu.f90 ../../../src/cogz/gauss.f90(74): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/cogz/gauss.f90(105): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/cogz/gauss.f90(123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwcgfu.f90 -fPIC -o .libs/lwcgfu.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwcini.lo ../../../src/cogz/lwcini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwcphy.lo ../../../src/cogz/lwcphy.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwcini.f90 -fPIC -o .libs/lwcini.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwcphy.f90 -fPIC -o .libs/lwcphy.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwctcl.lo ../../../src/cogz/lwctcl.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwctss.lo ../../../src/cogz/lwctss.f90 ../../../src/cogz/lwcphy.f90(134): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PDFLWC] call pdflwc & -------^ ../../../src/cogz/lwcphy.f90(144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PDFPP3] call pdfpp3 & -------^ ../../../src/cogz/lwcphy.f90(155): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PDFPP4] call pdfpp4 & -------^ ../../../src/cogz/lwcini.f90(177): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/lwcini.f90(284): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/lwcini.f90(294): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_yfm) -----------^ ../../../src/cogz/lwcini.f90(295): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_yfp2m) -----------^ ../../../src/cogz/lwcini.f90(296): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fm) -----------^ ../../../src/cogz/lwcini.f90(297): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_fp2m) -----------^ ../../../src/cogz/lwcini.f90(300): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_coyfp) -------------^ ../../../src/cogz/lwcini.f90(305): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_scalt) -------------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwctcl.f90 -fPIC -o .libs/lwctcl.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwctss.f90 -fPIC -o .libs/lwctss.o ../../../src/cogz/lwctcl.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/cogz/lwctcl.f90(364): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & ---------^ ../../../src/cogz/lwctcl.f90(376): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwcurl.lo ../../../src/cogz/lwcurl.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o lwcver.lo ../../../src/cogz/lwcver.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwcurl.f90 -fPIC -o .libs/lwcurl.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/lwcver.f90 -fPIC -o .libs/lwcver.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pdflwc.lo ../../../src/cogz/pdflwc.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pdfpp3.lo ../../../src/cogz/pdfpp3.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/pdflwc.f90 -fPIC -o .libs/pdflwc.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o pdfpp4.lo ../../../src/cogz/pdfpp4.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o sootsc.lo ../../../src/cogz/sootsc.f90 ../../../src/cogz/pdflwc.f90(272): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/pdflwc.f90(402): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2max, f15, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(403): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3max, f13, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(404): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g1min, f12, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(405): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2min, f14, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(457): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2max,f15, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(458): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3max,f13, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(459): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2min,f14, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(460): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3min,f16, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(512): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2max,f15, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(513): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g1max,f12, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(514): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2min,f14, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(515): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3min,f16, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(570): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g1max, f12, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(571): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2max, f15, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(572): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3max, f13, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(573): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g1min, f12, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(574): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g2min, f14, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(575): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g3min, f16, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(576): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCGFU] call lwcgfu(g4min, f13, fmp, yfp2mp, fp2mp) -------------^ ../../../src/cogz/pdflwc.f90(672): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/pdfpp3.f90 -fPIC -o .libs/pdfpp3.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/pdfpp4.f90 -fPIC -o .libs/pdfpp4.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/cogz/sootsc.f90 -fPIC -o .libs/sootsc.o ../../../src/cogz/pdfpp3.f90(327): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/pdfpp3.f90(419): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCURL] call lwcurl & ---------^ ../../../src/cogz/pdfpp3.f90(479): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCURL] call lwcurl & ---------^ ../../../src/cogz/pdfpp3.f90(540): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/pdfpp4.f90(349): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & -----------^ ../../../src/cogz/pdfpp4.f90(452): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCURL] call lwcurl & ---------^ ../../../src/cogz/pdfpp4.f90(663): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCURL] call lwcurl & ---------^ ../../../src/cogz/pdfpp4.f90(671): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [LWCURL] call lwcurl & ---------^ ../../../src/cogz/pdfpp4.f90(737): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht & ---------^ ../../../src/cogz/sootsc.f90(170): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_temp) ---------^ ../../../src/cogz/sootsc.f90(171): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_scal) ---------^ /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscogz.la cs_combustion_gas.lo coini1.lo colecd.lo coprop.lo cothht.lo covarp.lo d3phst.lo d3pini.lo d3pint.lo d3pphy.lo d3ptcl.lo d3pver.lo ebuini.lo ebuphy.lo ebutcl.lo ebutss.lo ebuver.lo gauss.lo lwcgfu.lo lwcini.lo lwcphy.lo lwctcl.lo lwctss.lo lwcurl.lo lwcver.lo pdflwc.lo pdfpp3.lo pdfpp4.lo sootsc.lo -lz -ldl libtool: link: ar cru .libs/libcscogz.a .libs/cs_combustion_gas.o .libs/coini1.o .libs/colecd.o .libs/coprop.o .libs/cothht.o .libs/covarp.o .libs/d3phst.o .libs/d3pini.o .libs/d3pint.o .libs/d3pphy.o .libs/d3ptcl.o .libs/d3pver.o .libs/ebuini.o .libs/ebuphy.o .libs/ebutcl.o .libs/ebutss.o .libs/ebuver.o .libs/gauss.o .libs/lwcgfu.o .libs/lwcini.o .libs/lwcphy.o .libs/lwctcl.o .libs/lwctss.o .libs/lwcurl.o .libs/lwcver.o .libs/pdflwc.o .libs/pdfpp3.o .libs/pdfpp4.o .libs/sootsc.o libtool: link: ranlib .libs/libcscogz.a libtool: link: ( cd ".libs" && rm -f "libcscogz.la" && ln -s "../libcscogz.la" "libcscogz.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/cogz' Making all in comb make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/comb' /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_bcond.lo ../../../src/comb/cs_coal_bcond.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplin1.lo ../../../src/comb/cplin1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplini.lo ../../../src/comb/cplini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplph1.lo ../../../src/comb/cplph1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_bcond.f90 -fPIC -o .libs/cs_coal_bcond.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplin1.f90 -fPIC -o .libs/cplin1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplph1.f90 -fPIC -o .libs/cplph1.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplini.f90 -fPIC -o .libs/cplini.o ../../../src/comb/cplph1.f90(223): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPPDF4] call cppdf4 & -----^ ../../../src/comb/cplph1.f90(237): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPPDFR] call cppdfr & -----^ ../../../src/comb/cplini.f90(219): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTHP1] call cpthp1 & -------^ ../../../src/comb/cplph1.f90(260): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLYM1] call cplym1 & -----^ ../../../src/comb/cplph1.f90(307): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTEH1] call cpteh1 & -------^ ../../../src/comb/cplin1.f90(210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_COMBUSTION] call cs_user_combustion -----^ ../../../src/comb/cplin1.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLVER] call cplver (iok) -----^ ../../../src/comb/cplin1.f90(222): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_bcond.f90(224): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/comb/cs_coal_bcond.f90(311): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_bcond.f90(468): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS2] call cs_coal_htconvers2(mode,icla,h2(izone,icla),xsolid,t2,t1) -------------^ ../../../src/comb/cs_coal_bcond.f90(497): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode,h1(izone),coefe,f1mc,f2mc,t1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplphy.lo ../../../src/comb/cplphy.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplphy.f90 -fPIC -o .libs/cplphy.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplpro.lo ../../../src/comb/cplpro.f90 ../../../src/comb/cplphy.f90(244): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLPH1] call cplph1 & -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplpro.f90 -fPIC -o .libs/cplpro.o ../../../src/comb/cplpro.f90(79): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'T_Gas', itemp) -----^ ../../../src/comb/cplpro.f90(85): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_chx1m', 'Ym_CHx1m', iym1(1)) -----^ ../../../src/comb/cplpro.f90(86): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_chx2m', 'Ym_CHx2m', iym1(2)) -----^ ../../../src/comb/cplpro.f90(87): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co', 'Ym_CO', iym1(3)) -----^ ../../../src/comb/cplpro.f90(88): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_o2', 'Ym_O2', iym1(4)) -----^ ../../../src/comb/cplpro.f90(89): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co2', 'Ym_CO2', iym1(5)) -----^ ../../../src/comb/cplpro.f90(90): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2o', 'Ym_H2O', iym1(6)) -----^ ../../../src/comb/cplpro.f90(91): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_n2', 'Ym_N2', iym1(7)) -----^ ../../../src/comb/cplpro.f90(92): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('xm', 'Xm', immel) -----^ ../../../src/comb/cplpro.f90(93): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(immel) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cpltcl.lo ../../../src/comb/cpltcl.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cpltcl.f90 -fPIC -o .libs/cpltcl.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cpltss.lo ../../../src/comb/cpltss.f90 ../../../src/comb/cpltcl.f90(219): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cpltcl.f90(364): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTHP1] call cpthp1 & ---------^ ../../../src/comb/cpltcl.f90(407): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTHP1] call cpthp1 & ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplvar.lo ../../../src/comb/cplvar.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cpltss.f90 -fPIC -o .libs/cpltss.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplvar.f90 -fPIC -o .libs/cplvar.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cpthp1.lo ../../../src/comb/cpthp1.f90 ../../../src/comb/cpltss.f90(223): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPLTSV] call cpltsv & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplver.lo ../../../src/comb/cplver.f90 ../../../src/comb/cplvar.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) -----^ ../../../src/comb/cplvar.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if1m(icha)) -------^ ../../../src/comb/cplvar.f90(122): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if2m(icha)) -------^ ../../../src/comb/cplvar.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('het_fraction', 'Fr_HET', if3m) -----^ ../../../src/comb/cplvar.f90(136): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('air_variance', 'Var_AIR', if4p2m) -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cpthp1.f90 -fPIC -o .libs/cpthp1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cppdf4.lo ../../../src/comb/cppdf4.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cpltsv.lo ../../../src/comb/cpltsv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplver.f90 -fPIC -o .libs/cplver.o ../../../src/comb/cpthp1.f90(491): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cpltsv.f90 -fPIC -o .libs/cpltsv.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cppdf4.f90 -fPIC -o .libs/cppdf4.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cplym1.lo ../../../src/comb/cplym1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cplym1.f90 -fPIC -o .libs/cplym1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cppdfr.lo ../../../src/comb/cppdfr.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cpteh1.lo ../../../src/comb/cpteh1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cppdfr.f90 -fPIC -o .libs/cppdfr.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cpteh1.f90 -fPIC -o .libs/cpteh1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_bt2h.lo ../../../src/comb/cs_coal_bt2h.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_fp2st.lo ../../../src/comb/cs_coal_fp2st.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_bt2h.f90 -fPIC -o .libs/cs_coal_bt2h.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_fp2st.f90 -fPIC -o .libs/cs_coal_fp2st.o ../../../src/comb/cs_coal_bt2h.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS2] call cs_coal_htconvers2(mode, iii, h2, xsolid, tbl, t1) -----------^ ../../../src/comb/cs_coal_bt2h.f90(184): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, hf, coefe, f1mc, f2mc, tbl) -------^ ../../../src/comb/cs_coal_fp2st.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_fp2st.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_fp2st.f90(345): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_htconvers1.lo ../../../src/comb/cs_coal_htconvers1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_htconvers1.f90 -fPIC -o .libs/cs_coal_htconvers1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_htconvers2.lo ../../../src/comb/cs_coal_htconvers2.f90 ../../../src/comb/cs_coal_htconvers1.f90(590): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_htconvers2.f90 -fPIC -o .libs/cs_coal_htconvers2.o ../../../src/comb/cs_coal_htconvers2.f90(111): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/comb/cs_coal_htconvers2.f90(207): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_masstransfer.lo ../../../src/comb/cs_coal_masstransfer.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_masstransfer.f90 -fPIC -o .libs/cs_coal_masstransfer.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_noxst.lo ../../../src/comb/cs_coal_noxst.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_param.lo ../../../src/comb/cs_coal_param.f90 ../../../src/comb/cs_coal_masstransfer.f90(117): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_masstransfer.f90(613): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------------^ ../../../src/comb/cs_coal_masstransfer.f90(697): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_noxst.f90 -fPIC -o .libs/cs_coal_noxst.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_param.f90 -fPIC -o .libs/cs_coal_param.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_physprop1.lo ../../../src/comb/cs_coal_physprop1.f90 ../../../src/comb/cs_coal_param.f90(183): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [UICPI1] call uicpi1(srrom, diftl0) -----^ ../../../src/comb/cs_coal_param.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_COMBUSTION] call cs_user_combustion -----^ ../../../src/comb/cs_coal_param.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_VERIFY] call cs_coal_verify (iok) -----^ ../../../src/comb/cs_coal_param.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_noxst.f90(492): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, hoxyd, coefe, f1mc, f2mc, toxyd) -----------^ ../../../src/comb/cs_coal_noxst.f90(573): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, xhf1, coefe, f1mc, f2mc, tfuel) -------------^ ../../../src/comb/cs_coal_noxst.f90(597): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, xhf2, coefe, f1mc, f2mc, tfuel) -------------^ ../../../src/comb/cs_coal_noxst.f90(625): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, hfs4ad, coefe, f1mc, f2mc, tfs4ad) -------------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_physprop2.lo ../../../src/comb/cs_coal_physprop2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_physprop1.f90 -fPIC -o .libs/cs_coal_physprop1.o ../../../src/comb/cs_coal_physprop1.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_physprop1.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_physprop1.f90(221): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_physprop1.f90(267): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPPDFR] call pppdfr & -----^ ../../../src/comb/cs_coal_physprop1.f90(379): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_GASCOMB] call cs_gascomb & -----^ ../../../src/comb/cs_coal_physprop1.f90(457): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_NOXST] call cs_coal_noxst & -------^ ../../../src/comb/cs_coal_physprop1.f90(608): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_physprop1.f90(618): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_physprop1.f90(625): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_physprop2.f90 -fPIC -o .libs/cs_coal_physprop2.o ../../../src/comb/cs_coal_physprop2.f90(300): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_x2) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_physprop.lo ../../../src/comb/cs_coal_physprop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_physprop.f90 -fPIC -o .libs/cs_coal_physprop.o ../../../src/comb/cs_coal_physprop.f90(176): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_physprop.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_PHYSPROP2] call cs_coal_physprop2(ncel) -----^ ../../../src/comb/cs_coal_physprop.f90(246): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_x1) -------^ ../../../src/comb/cs_coal_physprop.f90(346): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_PHYSPROP1] call cs_coal_physprop1 & -----^ ../../../src/comb/cs_coal_physprop.f90(362): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_THFIELDCONV2] call cs_coal_thfieldconv2(ncel) ------^ ../../../src/comb/cs_coal_physprop.f90(637): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_physprop.f90(647): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_prop.lo ../../../src/comb/cs_coal_prop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_prop.f90 -fPIC -o .libs/cs_coal_prop.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_radst.lo ../../../src/comb/cs_coal_radst.f90 ../../../src/comb/cs_coal_prop.f90(91): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'T_Gas', itemp) -----^ ../../../src/comb/cs_coal_prop.f90(92): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('rho_gas', 'Rho_Gas', irom1) -----^ ../../../src/comb/cs_coal_prop.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_chx1m', 'Ym_CHx1m', iym1(1)) -----^ ../../../src/comb/cs_coal_prop.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_chx2m', 'Ym_CHx2m', iym1(2)) -----^ ../../../src/comb/cs_coal_prop.f90(97): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co', 'Ym_CO', iym1(3)) -----^ ../../../src/comb/cs_coal_prop.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2s', 'Ym_H2S', iym1(4)) -----^ ../../../src/comb/cs_coal_prop.f90(99): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2', 'Ym_H2', iym1(5)) -----^ ../../../src/comb/cs_coal_prop.f90(100): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_hcn', 'Ym_HCN', iym1(6)) -----^ ../../../src/comb/cs_coal_prop.f90(101): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_nh3', 'Ym_NH3', iym1(7)) -----^ ../../../src/comb/cs_coal_prop.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_o2', 'Ym_O2', iym1(8)) -----^ ../../../src/comb/cs_coal_prop.f90(103): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co2', 'Ym_CO2', iym1(9)) -----^ ../../../src/comb/cs_coal_prop.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2o', 'Ym_H2O', iym1(10)) -----^ ../../../src/comb/cs_coal_prop.f90(105): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_so2', 'Ym_SO2', iym1(11)) -----^ ../../../src/comb/cs_coal_prop.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_n2', 'Ym_N2', iym1(12)) -----^ ../../../src/comb/cs_coal_prop.f90(109): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('xm', 'Xm', immel) -----^ ../../../src/comb/cs_coal_prop.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(immel) -----^ ../../../src/comb/cs_coal_prop.f90(114): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp1', 'EXP1', ighcn1) -------^ ../../../src/comb/cs_coal_prop.f90(115): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp2', 'EXP1', ighcn2) -------^ ../../../src/comb/cs_coal_prop.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp3', 'EXP3', ignoth) -------^ ../../../src/comb/cs_coal_prop.f90(117): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp4', 'EXP4', ignh31) -------^ ../../../src/comb/cs_coal_prop.f90(118): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp5', 'EXP5', ignh32) -------^ ../../../src/comb/cs_coal_prop.f90(119): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_hcn_dev', 'F_HCN_DEV', ifhcnd) -------^ ../../../src/comb/cs_coal_prop.f90(120): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_hcn_het', 'F_HCN_HET', ifhcnc) -------^ ../../../src/comb/cs_coal_prop.f90(121): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_nh3_dev', 'F_NH3_DEV', ifnh3d) -------^ ../../../src/comb/cs_coal_prop.f90(122): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_nh3_het', 'F_NH3_HET', ifnh3c) -------^ ../../../src/comb/cs_coal_prop.f90(123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_no_hcn', 'F_NO_HCN', ifnohc) -------^ ../../../src/comb/cs_coal_prop.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_no_nh3', 'F_NO_NH3', ifnonh) -------^ ../../../src/comb/cs_coal_prop.f90(125): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_no_het', 'F_NO_HET', ifnoch) -------^ ../../../src/comb/cs_coal_prop.f90(126): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_no_the', 'F_NO_THE', ifnoth) -------^ ../../../src/comb/cs_coal_prop.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('c_no_hcn', 'C_NO_HCN', icnohc) -------^ ../../../src/comb/cs_coal_prop.f90(128): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('c_no_nh3', 'C_NO_NH3', icnonh) -------^ ../../../src/comb/cs_coal_prop.f90(129): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('f_hcn_rb', 'F_HCN_RB', ifhcnr) -------^ ../../../src/comb/cs_coal_prop.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('c_no_rb', 'C_NO_RB', icnorb) -------^ ../../../src/comb/cs_coal_prop.f90(131): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp_rb', 'Exp_RB', igrb) -------^ ../../../src/comb/cs_coal_prop.f90(143): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, itemp2(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ix2(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, irom2(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, idiam2(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(169): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmdch(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(175): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmdv1(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(181): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmdv2(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(187): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmhet(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmtr(icla)) -------^ ../../../src/comb/cs_coal_prop.f90(249): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ighco2(icla)) ---------^ ../../../src/comb/cs_coal_prop.f90(257): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ighh2o(icla)) ---------^ ../../../src/comb/cs_coal_prop.f90(265): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmsec(icla)) ---------^ ../../../src/comb/cs_coal_prop.f90(310): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('x_carbon', 'Z_Carbon', ibcarbone) -----^ ../../../src/comb/cs_coal_prop.f90(311): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('x_oxygen', 'Z_Oxygen', iboxygen) -----^ ../../../src/comb/cs_coal_prop.f90(312): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('x_hydrogen', 'Z_Hydrogen', ibhydrogen) -----^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_radst.f90 -fPIC -o .libs/cs_coal_radst.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_readata.lo ../../../src/comb/cs_coal_readata.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_scast.lo ../../../src/comb/cs_coal_scast.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_readata.f90 -fPIC -o .libs/cs_coal_readata.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_scast.f90 -fPIC -o .libs/cs_coal_scast.o ../../../src/comb/cs_coal_readata.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_readata.f90(153): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_readata.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon (chain1, idebch, ifinch, lonch) -----^ ../../../src/comb/cs_coal_readata.f90(200): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_coal_readata.f90(326): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTBHT] call pptbht & -----^ ../../../src/comb/cs_coal_readata.f90(478): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------------^ ../../../src/comb/cs_coal_readata.f90(774): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(780): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(950): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COAL_RESOL_MATRICE] call coal_resol_matrice( ndim, mat , sm , solu , ierr) -------^ ../../../src/comb/cs_coal_readata.f90(966): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(1139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COAL_RESOL_MATRICE] call coal_resol_matrice( ndim, mat , sm , solu , ierr) -------^ ../../../src/comb/cs_coal_readata.f90(1155): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(1323): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -----------^ ../../../src/comb/cs_coal_readata.f90(1495): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COAL_RESOL_MATRICE] call coal_resol_matrice( ndim, mat , sm , solu , ierr) -------^ ../../../src/comb/cs_coal_readata.f90(1511): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(1708): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COAL_RESOL_MATRICE] call coal_resol_matrice( ndim, mat , sm , solu , ierr) -------^ ../../../src/comb/cs_coal_readata.f90(1724): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(1979): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(2035): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(2129): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_readata.f90(2145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_coal_scast.f90(251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_scast.f90(257): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_scast.f90(705): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & ---------^ ../../../src/comb/cs_coal_scast.f90(732): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & ---------^ ../../../src/comb/cs_coal_scast.f90(759): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & ---------^ ../../../src/comb/cs_coal_scast.f90(775): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & ---------^ ../../../src/comb/cs_coal_scast.f90(816): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(832): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(875): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(891): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(907): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(960): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTHP1] call cpthp1 & -----------^ ../../../src/comb/cs_coal_scast.f90(1210): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_FP2ST] call cs_coal_fp2st & -------^ ../../../src/comb/cs_coal_scast.f90(1654): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(1669): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -----------^ ../../../src/comb/cs_coal_scast.f90(1709): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -------------^ ../../../src/comb/cs_coal_scast.f90(1725): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -------------^ ../../../src/comb/cs_coal_scast.f90(1768): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -------------^ ../../../src/comb/cs_coal_scast.f90(1784): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -------------^ ../../../src/comb/cs_coal_scast.f90(1799): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1 & -------------^ ../../../src/comb/cs_coal_scast.f90(1851): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CPTHP1] call cpthp1 & ---------------^ ../../../src/comb/cs_coal_scast.f90(2759): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_thfieldconv1.lo ../../../src/comb/cs_coal_thfieldconv1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_thfieldconv1.f90 -fPIC -o .libs/cs_coal_thfieldconv1.o ../../../src/comb/cs_coal_thfieldconv1.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_thfieldconv2.lo ../../../src/comb/cs_coal_thfieldconv2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_thfieldconv2.f90 -fPIC -o .libs/cs_coal_thfieldconv2.o ../../../src/comb/cs_coal_thfieldconv2.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_coal_thfieldconv2.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_varini.lo ../../../src/comb/cs_coal_varini.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_varini.f90 -fPIC -o .libs/cs_coal_varini.o ../../../src/comb/cs_coal_varini.f90(292): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode,h1init,coefe,f1mc,f2mc,t1init) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_varpos.lo ../../../src/comb/cs_coal_varpos.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_varpos.f90 -fPIC -o .libs/cs_coal_varpos.o ../../../src/comb/cs_coal_varpos.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) !FIXME enth_bulk? -----^ ../../../src/comb/cs_coal_varpos.f90(140): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, inp(icla)) -------^ ../../../src/comb/cs_coal_varpos.f90(162): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ixch(icla)) -------^ ../../../src/comb/cs_coal_varpos.f90(184): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ixck(icla)) -------^ ../../../src/comb/cs_coal_varpos.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ixwt(icla)) ---------^ ../../../src/comb/cs_coal_varpos.f90(234): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ih2(icla)) -------^ ../../../src/comb/cs_coal_varpos.f90(258): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, inagecp(icla)) ---------^ ../../../src/comb/cs_coal_varpos.f90(286): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_x(icla)) ---------^ ../../../src/comb/cs_coal_varpos.f90(298): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_y(icla)) ---------^ ../../../src/comb/cs_coal_varpos.f90(310): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_z(icla)) ---------^ ../../../src/comb/cs_coal_varpos.f90(338): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ihgas) -----^ ../../../src/comb/cs_coal_varpos.f90(359): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if1m(icha)) -------^ ../../../src/comb/cs_coal_varpos.f90(385): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if2m(icha)) -------^ ../../../src/comb/cs_coal_varpos.f90(409): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if4m) -------^ ../../../src/comb/cs_coal_varpos.f90(433): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if5m) -------^ ../../../src/comb/cs_coal_varpos.f90(457): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if6m) -------^ ../../../src/comb/cs_coal_varpos.f90(479): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if7m) -----^ ../../../src/comb/cs_coal_varpos.f90(501): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if8m) -------^ ../../../src/comb/cs_coal_varpos.f90(525): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if9m) -------^ ../../../src/comb/cs_coal_varpos.f90(546): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ifvp2m) -----^ ../../../src/comb/cs_coal_varpos.f90(569): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyco2) -------^ ../../../src/comb/cs_coal_varpos.f90(593): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyhcn) -------^ ../../../src/comb/cs_coal_varpos.f90(613): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iynh3) -------^ ../../../src/comb/cs_coal_varpos.f90(632): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyno) -------^ ../../../src/comb/cs_coal_varpos.f90(652): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ihox) -------^ ../../../src/comb/cs_coal_varpos.f90(676): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iage) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_coal_verify.lo ../../../src/comb/cs_coal_verify.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_coal_verify.f90 -fPIC -o .libs/cs_coal_verify.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_bcond.lo ../../../src/comb/cs_fuel_bcond.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_bcond.f90 -fPIC -o .libs/cs_fuel_bcond.o ../../../src/comb/cs_fuel_bcond.f90(216): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/comb/cs_fuel_bcond.f90(297): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_bcond.f90(434): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS2] call cs_fuel_htconvers2 (mode, h2(izone) , xsolid , t2) -----------^ ../../../src/comb/cs_fuel_bcond.f90(466): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1 (mode, h1(izone) , coefe , t1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_bt2h.lo ../../../src/comb/cs_fuel_bt2h.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_fp2st.lo ../../../src/comb/cs_fuel_fp2st.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_bt2h.f90 -fPIC -o .libs/cs_fuel_bt2h.o ../../../src/comb/cs_fuel_bt2h.f90(155): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS2] call cs_fuel_htconvers2(mode, h2, xsolid, tbl) ---------^ ../../../src/comb/cs_fuel_bt2h.f90(164): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(mode, hf, coefe, tbl) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_fp2st.f90 -fPIC -o .libs/cs_fuel_fp2st.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_htconvers1.lo ../../../src/comb/cs_fuel_htconvers1.f90 ../../../src/comb/cs_fuel_fp2st.f90(124): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_fp2st.f90(197): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_fp2st.f90(282): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_htconvers1.f90 -fPIC -o .libs/cs_fuel_htconvers1.o ../../../src/comb/cs_fuel_htconvers1.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_htconvers2.lo ../../../src/comb/cs_fuel_htconvers2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_htconvers2.f90 -fPIC -o .libs/cs_fuel_htconvers2.o ../../../src/comb/cs_fuel_htconvers2.f90(112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ ../../../src/comb/cs_fuel_htconvers2.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_masstransfer.lo ../../../src/comb/cs_fuel_masstransfer.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_noxst.lo ../../../src/comb/cs_fuel_noxst.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_noxst.f90 -fPIC -o .libs/cs_fuel_noxst.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_masstransfer.f90 -fPIC -o .libs/cs_fuel_masstransfer.o ../../../src/comb/cs_fuel_noxst.f90(413): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(mode, hoxyd, coefe, toxyd) -----------^ ../../../src/comb/cs_fuel_noxst.f90(486): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(mode, hfs4ad, coefe, tfs4ad) -------------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_param.lo ../../../src/comb/cs_fuel_param.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_param.f90 -fPIC -o .libs/cs_fuel_param.o ../../../src/comb/cs_fuel_param.f90(191): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_COMBUSTION] call cs_user_combustion -----^ ../../../src/comb/cs_fuel_param.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_VERIFY] call cs_fuel_verify(iok) -----^ ../../../src/comb/cs_fuel_param.f90(203): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_physprop1.lo ../../../src/comb/cs_fuel_physprop1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_physprop1.f90 -fPIC -o .libs/cs_fuel_physprop1.o ../../../src/comb/cs_fuel_physprop1.f90(199): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_physprop1.f90(208): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_physprop1.f90(215): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_physprop1.f90(253): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPPDFR] call pppdfr & -----^ ../../../src/comb/cs_fuel_physprop1.f90(290): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_GASCOMB] call cs_gascomb & -----^ ../../../src/comb/cs_fuel_physprop1.f90(368): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_NOXST] call cs_fuel_noxst & -------^ ../../../src/comb/cs_fuel_physprop1.f90(457): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_physprop1.f90(467): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_physprop1.f90(474): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_physprop2.lo ../../../src/comb/cs_fuel_physprop2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_physprop2.f90 -fPIC -o .libs/cs_fuel_physprop2.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_physprop.lo ../../../src/comb/cs_fuel_physprop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_physprop.f90 -fPIC -o .libs/cs_fuel_physprop.o ../../../src/comb/cs_fuel_physprop.f90(173): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_physprop.f90(194): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_PHYSPROP2] call cs_fuel_physprop2(ncel) -----^ ../../../src/comb/cs_fuel_physprop.f90(251): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cpro_x1) -------^ ../../../src/comb/cs_fuel_physprop.f90(346): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_PHYSPROP1] call cs_fuel_physprop1 & -----^ ../../../src/comb/cs_fuel_physprop.f90(363): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_THFIELDCONV2] call cs_fuel_thfieldconv2(ncel) ------^ ../../../src/comb/cs_fuel_physprop.f90(643): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_physprop.f90(653): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_prop.lo ../../../src/comb/cs_fuel_prop.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_prop.f90 -fPIC -o .libs/cs_fuel_prop.o ../../../src/comb/cs_fuel_prop.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('temperature', 'T_Gas', itemp) -----^ ../../../src/comb/cs_fuel_prop.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('rho_gas', 'Rho_Gas', irom1) -----^ ../../../src/comb/cs_fuel_prop.f90(99): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_fo0', 'Ym_FO0', iym1(1)) -----^ ../../../src/comb/cs_fuel_prop.f90(100): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_fov', 'Ym_FOV', iym1(2)) -----^ ../../../src/comb/cs_fuel_prop.f90(101): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co', 'Ym_CO', iym1(3)) -----^ ../../../src/comb/cs_fuel_prop.f90(102): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2s', 'Ym_H2S', iym1(4)) -----^ ../../../src/comb/cs_fuel_prop.f90(103): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2', 'Ym_H2', iym1(5)) -----^ ../../../src/comb/cs_fuel_prop.f90(104): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_hcn', 'Ym_HCN', iym1(6)) -----^ ../../../src/comb/cs_fuel_prop.f90(105): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_nh3', 'Ym_NH3', iym1(7)) -----^ ../../../src/comb/cs_fuel_prop.f90(106): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_o2', 'Ym_O2', iym1(8)) -----^ ../../../src/comb/cs_fuel_prop.f90(107): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_co2', 'Ym_CO2', iym1(9)) -----^ ../../../src/comb/cs_fuel_prop.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_h2o', 'Ym_H2O', iym1(10)) -----^ ../../../src/comb/cs_fuel_prop.f90(109): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_so2', 'Ym_SO2', iym1(11)) -----^ ../../../src/comb/cs_fuel_prop.f90(110): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('ym_n2', 'Ym_N2', iym1(12)) -----^ ../../../src/comb/cs_fuel_prop.f90(113): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('xm', 'Xm', immel) -----^ ../../../src/comb/cs_fuel_prop.f90(114): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [HIDE_PROPERTY] call hide_property(immel) -----^ ../../../src/comb/cs_fuel_prop.f90(118): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp1', 'EXP1', ighcn1) -------^ ../../../src/comb/cs_fuel_prop.f90(119): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp2', 'EXP1', ighcn2) -------^ ../../../src/comb/cs_fuel_prop.f90(120): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('exp3', 'EXP3', ignoth) -------^ ../../../src/comb/cs_fuel_prop.f90(127): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, itemp2(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(133): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, irom2(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, idiam2(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, ih1hlf(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmeva(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(157): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d(f_name, f_label, igmhtf(icla)) -------^ ../../../src/comb/cs_fuel_prop.f90(240): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('balance_c', 'Balance_C', ibcarbone) -----^ ../../../src/comb/cs_fuel_prop.f90(241): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('balance_o', 'Balance_O', iboxygen) -----^ ../../../src/comb/cs_fuel_prop.f90(242): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_PROPERTY_FIELD_1D] call add_property_field_1d('balance_h', 'Balance_H', ibhydrogen) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_radst.lo ../../../src/comb/cs_fuel_radst.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_radst.f90 -fPIC -o .libs/cs_fuel_radst.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_readata.lo ../../../src/comb/cs_fuel_readata.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_scast.lo ../../../src/comb/cs_fuel_scast.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_readata.f90 -fPIC -o .libs/cs_fuel_readata.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_scast.f90 -fPIC -o .libs/cs_fuel_scast.o ../../../src/comb/cs_fuel_readata.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(116): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VERLON] call verlon (chain1, idebch, ifinch, lonch) -----^ ../../../src/comb/cs_fuel_readata.f90(166): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(204): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(267): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) -------^ ../../../src/comb/cs_fuel_readata.f90(356): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(362): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(387): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/comb/cs_fuel_readata.f90(425): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [PPTBHT] call pptbht & -----^ ../../../src/comb/cs_fuel_readata.f90(601): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_readata.f90(617): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(1) ---------^ ../../../src/comb/cs_fuel_readata.f90(641): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----^ ../../../src/comb/cs_fuel_readata.f90(646): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----^ ../../../src/comb/cs_fuel_scast.f90(254): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(imode,hfov,xesp,cpro_temp2(iel)) -----------^ ../../../src/comb/cs_fuel_scast.f90(258): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(imode,ho2,xesp,cpro_temp(iel)) -----------^ ../../../src/comb/cs_fuel_scast.f90(262): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(imode,hco,xesp,cpro_temp2(iel)) -----------^ ../../../src/comb/cs_fuel_scast.f90(511): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_FP2ST] call cs_fuel_fp2st & -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_thfieldconv1.lo ../../../src/comb/cs_fuel_thfieldconv1.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_thfieldconv1.f90 -fPIC -o .libs/cs_fuel_thfieldconv1.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_thfieldconv2.lo ../../../src/comb/cs_fuel_thfieldconv2.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_thfieldconv2.f90 -fPIC -o .libs/cs_fuel_thfieldconv2.o ../../../src/comb/cs_fuel_thfieldconv2.f90(130): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS2] call cs_fuel_htconvers2(mode, eh2, xsolid, cpro_temp2(iel)) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_varini.lo ../../../src/comb/cs_fuel_varini.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_varpos.lo ../../../src/comb/cs_fuel_varpos.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_varini.f90 -fPIC -o .libs/cs_fuel_varini.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_varpos.f90 -fPIC -o .libs/cs_fuel_varpos.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_fuel_verify.lo ../../../src/comb/cs_fuel_verify.f90 ../../../src/comb/cs_fuel_varini.f90(241): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1 ( mode , h1init , coefe , t1init ) -------^ ../../../src/comb/cs_fuel_varpos.f90(91): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy', 'Enthalpy', ihm) -----^ ../../../src/comb/cs_fuel_varpos.f90(123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ing(icla)) -------^ ../../../src/comb/cs_fuel_varpos.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyfol(icla)) -------^ ../../../src/comb/cs_fuel_varpos.f90(170): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ih2(icla)) -------^ ../../../src/comb/cs_fuel_varpos.f90(193): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_x(icla)) ---------^ ../../../src/comb/cs_fuel_varpos.f90(205): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_y(icla)) ---------^ ../../../src/comb/cs_fuel_varpos.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iv_p_z(icla)) ---------^ ../../../src/comb/cs_fuel_varpos.f90(245): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ihgas) -----^ ../../../src/comb/cs_fuel_varpos.f90(259): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('fr_vap', 'Fr_VAP', ifvap) -----^ ../../../src/comb/cs_fuel_varpos.f90(281): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if4m) -------^ ../../../src/comb/cs_fuel_varpos.f90(305): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if5m) -------^ ../../../src/comb/cs_fuel_varpos.f90(329): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, if7m) -----^ ../../../src/comb/cs_fuel_varpos.f90(348): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ifvp2m) -----^ ../../../src/comb/cs_fuel_varpos.f90(371): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyco2) -------^ ../../../src/comb/cs_fuel_varpos.f90(395): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyhcn) -------^ ../../../src/comb/cs_fuel_varpos.f90(417): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, iyno) -------^ ../../../src/comb/cs_fuel_varpos.f90(437): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field(f_name, f_label, ihox) -------^ libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_fuel_verify.f90 -fPIC -o .libs/cs_fuel_verify.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_gascomb.lo ../../../src/comb/cs_gascomb.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_physical_properties_combustion_drift.lo ../../../src/comb/cs_physical_properties_combustion_drift.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_gascomb.f90 -fPIC -o .libs/cs_gascomb.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/comb/cs_physical_properties_combustion_drift.f90 -fPIC -o .libs/cs_physical_properties_combustion_drift.o /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcscomb.la cs_coal_bcond.lo cplin1.lo cplini.lo cplph1.lo cplphy.lo cplpro.lo cpltcl.lo cpltss.lo cplvar.lo cpthp1.lo cplver.lo cppdf4.lo cpltsv.lo cplym1.lo cppdfr.lo cpteh1.lo cs_coal_bt2h.lo cs_coal_fp2st.lo cs_coal_htconvers1.lo cs_coal_htconvers2.lo cs_coal_masstransfer.lo cs_coal_noxst.lo cs_coal_param.lo cs_coal_physprop1.lo cs_coal_physprop2.lo cs_coal_physprop.lo cs_coal_prop.lo cs_coal_radst.lo cs_coal_readata.lo cs_coal_scast.lo cs_coal_thfieldconv1.lo cs_coal_thfieldconv2.lo cs_coal_varini.lo cs_coal_varpos.lo cs_coal_verify.lo cs_fuel_bcond.lo cs_fuel_bt2h.lo cs_fuel_fp2st.lo cs_fuel_htconvers1.lo cs_fuel_htconvers2.lo cs_fuel_masstransfer.lo cs_fuel_noxst.lo cs_fuel_param.lo cs_fuel_physprop1.lo cs_fuel_physprop2.lo cs_fuel_physprop.lo cs_fuel_prop.lo cs_fuel_radst.lo cs_fuel_readata.lo cs_fuel_scast.lo cs_fuel_thfieldconv1.lo cs_fuel_thfieldconv2.lo cs_fuel_varini.lo cs_fuel_varpos.lo cs_fuel_verify.lo cs_gascomb.lo cs_physical_properties_combustion_drift.lo -lz -ldl libtool: link: ar cru .libs/libcscomb.a .libs/cs_coal_bcond.o .libs/cplin1.o .libs/cplini.o .libs/cplph1.o .libs/cplphy.o .libs/cplpro.o .libs/cpltcl.o .libs/cpltss.o .libs/cplvar.o .libs/cpthp1.o .libs/cplver.o .libs/cppdf4.o .libs/cpltsv.o .libs/cplym1.o .libs/cppdfr.o .libs/cpteh1.o .libs/cs_coal_bt2h.o .libs/cs_coal_fp2st.o .libs/cs_coal_htconvers1.o .libs/cs_coal_htconvers2.o .libs/cs_coal_masstransfer.o .libs/cs_coal_noxst.o .libs/cs_coal_param.o .libs/cs_coal_physprop1.o .libs/cs_coal_physprop2.o .libs/cs_coal_physprop.o .libs/cs_coal_prop.o .libs/cs_coal_radst.o .libs/cs_coal_readata.o .libs/cs_coal_scast.o .libs/cs_coal_thfieldconv1.o .libs/cs_coal_thfieldconv2.o .libs/cs_coal_varini.o .libs/cs_coal_varpos.o .libs/cs_coal_verify.o .libs/cs_fuel_bcond.o .libs/cs_fuel_bt2h.o .libs/cs_fuel_fp2st.o .libs/cs_fuel_htconvers1.o .libs/cs_fuel_htconvers2.o .libs/cs_fuel_masstransfer.o .libs/cs_fuel_noxst.o .libs/cs_fuel_param.o .libs/cs_fuel_physprop1.o .libs/cs_fuel_physprop2.o .libs/cs_fuel_physprop.o .libs/cs_fuel_prop.o .libs/cs_fuel_radst.o .libs/cs_fuel_readata.o .libs/cs_fuel_scast.o .libs/cs_fuel_thfieldconv1.o .libs/cs_fuel_thfieldconv2.o .libs/cs_fuel_varini.o .libs/cs_fuel_varpos.o .libs/cs_fuel_verify.o .libs/cs_gascomb.o .libs/cs_physical_properties_combustion_drift.o libtool: link: ranlib .libs/libcscomb.a libtool: link: ( cd ".libs" && rm -f "libcscomb.la" && ln -s "../libcscomb.la" "libcscomb.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/comb' Making all in ctwr make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/ctwr' depbase=`echo cs_ctwr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/ctwr -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ctwr.lo -MD -MP -MF $depbase.Tpo -c -o cs_ctwr.lo ../../../src/ctwr/cs_ctwr.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_ctwr_bcond.lo ../../../src/ctwr/cs_ctwr_bcond.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ctini1.lo ../../../src/ctwr/ctini1.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ctiniv.lo ../../../src/ctwr/ctiniv.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/ctwr/cs_ctwr_bcond.f90 -fPIC -o .libs/cs_ctwr_bcond.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/ctwr/ctiniv.f90 -fPIC -o .libs/ctiniv.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/ctwr/ctini1.f90 -fPIC -o .libs/ctini1.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/ctwr -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_ctwr.lo -MD -MP -MF .deps/cs_ctwr.Tpo -c ../../../src/ctwr/cs_ctwr.c -fPIC -DPIC -o .libs/cs_ctwr.o ../../../src/ctwr/ctini1.f90(114): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_USER_COOLING_TOWERS] call cs_user_cooling_towers() -----^ ../../../src/ctwr/ctiniv.f90(95): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_temp) -------^ ../../../src/ctwr/ctiniv.f90(96): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_ymw) -------^ ../../../src/ctwr/ctiniv.f90(97): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_templ) -------^ ../../../src/ctwr/ctiniv.f90(98): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_yml) -------^ ../../../src/ctwr/ctiniv.f90(224): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_temp) -----^ ../../../src/ctwr/ctiniv.f90(225): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_ymw) -----^ ../../../src/ctwr/ctiniv.f90(226): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_templ) -----^ ../../../src/ctwr/ctiniv.f90(227): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SYNSCA] call synsca(cvar_yml) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ctphyv.lo ../../../src/ctwr/ctphyv.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o ctvarp.lo ../../../src/ctwr/ctvarp.f90 libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/ctwr/ctphyv.f90 -fPIC -o .libs/ctphyv.o libtool: compile: mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/ctwr/ctvarp.f90 -fPIC -o .libs/ctvarp.o ../../../src/ctwr/ctvarp.f90(112): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('temperature', 'Temperature humid air', iscalt) -------^ ../../../src/ctwr/ctvarp.f90(139): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_p', 'Yp liq', iy_p_l) -----^ ../../../src/ctwr/ctvarp.f90(164): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_p_t_l', 'Tp liq', it_p_l) -----^ ../../../src/ctwr/ctvarp.f90(196): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('y_l_packing', 'Yl packing', iyml) -----^ ../../../src/ctwr/ctvarp.f90(227): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('enthalpy_liquid', 'Enthalpy liq', ihml) ! TODO x_p_h_l or y_p_h_2 -----^ ../../../src/ctwr/ctvarp.f90(258): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [ADD_MODEL_SCALAR_FIELD] call add_model_scalar_field('ym_water', 'Ym water', iymw) -------^ ../../../src/ctwr/ctphyv.f90(123): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/alge -I../../src/atmo -I../../src/base -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsctwr.la cs_ctwr.lo cs_ctwr_bcond.lo ctini1.lo ctiniv.lo ctphyv.lo ctvarp.lo -lz -ldl libtool: link: ar cru .libs/libcsctwr.a .libs/cs_ctwr.o .libs/cs_ctwr_bcond.o .libs/ctini1.o .libs/ctiniv.o .libs/ctphyv.o .libs/ctvarp.o libtool: link: ranlib .libs/libcsctwr.a libtool: link: ( cd ".libs" && rm -f "libcsctwr.la" && ln -s "../libcsctwr.la" "libcsctwr.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/ctwr' Making all in elec make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/elec' depbase=`echo cs_elec_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/elec -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/gui -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_elec_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_elec_model.lo ../../../src/elec/cs_elec_model.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/elec -I../.. -I../../../src/bft -I../../../src/cdo -I../../../src/fvm -I../../../src/gui -I../../../src/alge -I../../../src/base -I../../../src/mesh -I../../../src/turb -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_elec_model.lo -MD -MP -MF .deps/cs_elec_model.Tpo -c ../../../src/elec/cs_elec_model.c -fPIC -DPIC -o .libs/cs_elec_model.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_field_default.h(35), from ../../../src/elec/cs_elec_model.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/elec/cs_elec_model.c(2048): warning #167: argument of type "cs_real_3_t *" is incompatible with parameter of type "cs_real_t={double} *" cs_halo_sync_var_strided(mesh->halo, CS_HALO_STANDARD, cpro_curre, 3); ^ ../../../src/elec/cs_elec_model.c(2331): warning #592: variable "c_id" is used before its value is set cs_lnum_t c_id = b_face_cells[c_id]; ^ /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcselec.la cs_elec_model.lo -lz -ldl libtool: link: ar cru .libs/libcselec.a .libs/cs_elec_model.o libtool: link: ranlib .libs/libcselec.a libtool: link: ( cd ".libs" && rm -f "libcselec.la" && ln -s "../libcselec.la" "libcselec.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/elec' Making all in lagr make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/lagr' depbase=`echo cs_lagr_clogging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_clogging.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_clogging.lo ../../../src/lagr/cs_lagr_clogging.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_agglo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_agglo.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_agglo.lo ../../../src/lagr/cs_lagr_agglo.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_fragmentation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_fragmentation.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_fragmentation.lo ../../../src/lagr/cs_lagr_fragmentation.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_roughness.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_roughness.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_roughness.lo ../../../src/lagr/cs_lagr_roughness.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_agglo.lo -MD -MP -MF .deps/cs_lagr_agglo.Tpo -c ../../../src/lagr/cs_lagr_agglo.c -fPIC -DPIC -o .libs/cs_lagr_agglo.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_clogging.lo -MD -MP -MF .deps/cs_lagr_clogging.Tpo -c ../../../src/lagr/cs_lagr_clogging.c -fPIC -DPIC -o .libs/cs_lagr_clogging.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_fragmentation.lo -MD -MP -MF .deps/cs_lagr_fragmentation.Tpo -c ../../../src/lagr/cs_lagr_fragmentation.c -fPIC -DPIC -o .libs/cs_lagr_fragmentation.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_roughness.lo -MD -MP -MF .deps/cs_lagr_roughness.Tpo -c ../../../src/lagr/cs_lagr_roughness.c -fPIC -DPIC -o .libs/cs_lagr_roughness.o ../../../src/lagr/cs_lagr_clogging.c(262): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits contact_count[0] = (int) contact_count_r * pow(mean_nb_cont,0.5) + mean_nb_cont; ^ ../../../src/lagr/cs_lagr_roughness.c(280): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits param1 = value2 / 700; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_fragmentation.c(59): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_agglo.c(77): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/lagr/cs_lagr_fragmentation.c(242): warning #2259: non-pointer conversion from "long long" to "cs_real_t={double}" may lose significant bits cs_lagr_particles_set_real(p_set, found_idx, CS_LAGR_STAT_WEIGHT, auxx+vp); ^ ../../../src/lagr/cs_lagr_fragmentation.c(259): warning #2259: non-pointer conversion from "long long" to "cs_real_t={double}" may lose significant bits cs_lagr_particles_set_real(p_set, indx, CS_LAGR_STAT_WEIGHT, auxx+vp); ^ ../../../src/lagr/cs_lagr_agglo.c(125): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits unsigned long long square_root = (unsigned long long)round((sqrt(8*aux+1))); ^ ../../../src/lagr/cs_lagr_agglo.c(135): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits aux = sqrt(8*aux + 1); ^ ../../../src/lagr/cs_lagr_agglo.c(136): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits k = floor((-1 + aux) / 2); ^ ../../../src/lagr/cs_lagr_agglo.c(136): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits k = floor((-1 + aux) / 2); ^ ../../../src/lagr/cs_lagr_fragmentation.c(502): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits vp = floor(lambda + sqrt(lambda) * rand); ^ ../../../src/lagr/cs_lagr_fragmentation.c(511): warning #2259: non-pointer conversion from "cs_real_t={double}" to "int" may lose significant bits vp = stat_weight; ^ ../../../src/lagr/cs_lagr_agglo.c(507): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t max_vp = round( cs_math_fmin(stat_weights[0], stat_weights[1]) ); ^ ../../../src/lagr/cs_lagr_agglo.c(599): warning #2259: non-pointer conversion from "long long" to "cs_real_t={double}" may lose significant bits CS_LAGR_STAT_WEIGHT, vp); ^ depbase=`echo cs_lagr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr.lo ../../../src/lagr/cs_lagr.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_dlvo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_dlvo.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_dlvo.lo ../../../src/lagr/cs_lagr_dlvo.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr.lo -MD -MP -MF .deps/cs_lagr.Tpo -c ../../../src/lagr/cs_lagr.c -fPIC -DPIC -o .libs/cs_lagr.o depbase=`echo cs_lagr_event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_event.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_event.lo ../../../src/lagr/cs_lagr_event.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_dlvo.lo -MD -MP -MF .deps/cs_lagr_dlvo.Tpo -c ../../../src/lagr/cs_lagr_dlvo.c -fPIC -DPIC -o .libs/cs_lagr_dlvo.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr.c(67): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_lagr_extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_extract.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_extract.lo ../../../src/lagr/cs_lagr_extract.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr.c(954): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits char z_type = bcs->zone_type[z_id]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_event.lo -MD -MP -MF .deps/cs_lagr_event.Tpo -c ../../../src/lagr/cs_lagr_event.c -fPIC -DPIC -o .libs/cs_lagr_event.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_extract.lo -MD -MP -MF .deps/cs_lagr_extract.Tpo -c ../../../src/lagr/cs_lagr_extract.c -fPIC -DPIC -o .libs/cs_lagr_extract.o depbase=`echo cs_lagr_injection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_injection.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_injection.lo ../../../src/lagr/cs_lagr_injection.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_injection.lo -MD -MP -MF .deps/cs_lagr_injection.Tpo -c ../../../src/lagr/cs_lagr_injection.c -fPIC -DPIC -o .libs/cs_lagr_injection.o depbase=`echo cs_lagr_post.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_post.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_post.lo ../../../src/lagr/cs_lagr_post.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_injection.c(62): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_lagr_restart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_restart.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_restart.lo ../../../src/lagr/cs_lagr_restart.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr_injection.c(916): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_transform_a_to_r(extra->grad_vel[cell_id], ^ ../../../src/lagr/cs_lagr_injection.c(917): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" trans_m, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_post.lo -MD -MP -MF .deps/cs_lagr_post.Tpo -c ../../../src/lagr/cs_lagr_post.c -fPIC -DPIC -o .libs/cs_lagr_post.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_restart.lo -MD -MP -MF .deps/cs_lagr_restart.Tpo -c ../../../src/lagr/cs_lagr_restart.c -fPIC -DPIC -o .libs/cs_lagr_restart.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_post.c(50): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/lagr/cs_lagr_restart.c(267): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits attr_name[i] = toupper(attr_name[i]); ^ depbase=`echo cs_lagr_query.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_query.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_query.lo ../../../src/lagr/cs_lagr_query.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_tracking.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_tracking.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_tracking.lo ../../../src/lagr/cs_lagr_tracking.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_query.lo -MD -MP -MF .deps/cs_lagr_query.Tpo -c ../../../src/lagr/cs_lagr_query.c -fPIC -DPIC -o .libs/cs_lagr_query.o depbase=`echo cs_lagr_stat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_stat.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_stat.lo ../../../src/lagr/cs_lagr_stat.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_tracking.lo -MD -MP -MF .deps/cs_lagr_tracking.Tpo -c ../../../src/lagr/cs_lagr_tracking.c -fPIC -DPIC -o .libs/cs_lagr_tracking.o depbase=`echo cs_lagr_adh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_adh.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_adh.lo ../../../src/lagr/cs_lagr_adh.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_stat.lo -MD -MP -MF .deps/cs_lagr_stat.Tpo -c ../../../src/lagr/cs_lagr_stat.c -fPIC -DPIC -o .libs/cs_lagr_stat.o ../../../src/lagr/cs_lagr_tracking.c(949): warning #177: variable "cell_vol" was declared but never referenced const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; ^ ../../../src/lagr/cs_lagr_tracking.c(1166): warning #177: variable "cell_vol" was declared but never referenced const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; ^ depbase=`echo cs_lagr_print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_print.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_print.lo ../../../src/lagr/cs_lagr_print.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr_tracking.c(2835): warning #177: variable "am" was declared but never referenced const cs_lagr_attribute_map_t *am = particles->p_am; ^ ../../../src/lagr/cs_lagr_tracking.c(2959): warning #177: variable "cur_part_state" was declared but never referenced cs_lnum_t cur_part_state = _get_tracking_info(particles, i)->state; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_adh.lo -MD -MP -MF .deps/cs_lagr_adh.Tpo -c ../../../src/lagr/cs_lagr_adh.c -fPIC -DPIC -o .libs/cs_lagr_adh.o ../../../src/lagr/cs_lagr_stat.c(569): warning #869: parameter "location_id" was never referenced int location_id, ^ ../../../src/lagr/cs_lagr_stat.c(777): warning #869: parameter "location_id" was never referenced int location_id, ^ ../../../src/lagr/cs_lagr_stat.c(4168): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits _base_stat_activate[stat_type] = level; ^ ../../../src/lagr/cs_lagr_stat.c(4200): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits char level = (moment >= CS_LAGR_MOMENT_VARIANCE) ? 3 : 2; ^ ../../../src/lagr/cs_lagr_stat.c(4201): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits _base_stat_activate[stat_type] = CS_MAX(_base_stat_activate[stat_type], ^ ../../../src/lagr/cs_lagr_stat.c(278): warning #593: variable "_t_prev_iter" was set but never used static double _t_prev_iter = 0.; ^ ../../../src/lagr/cs_lagr_stat.c(1099): warning #177: function "_n_e_stat_types" was declared but never referenced _n_e_stat_types(void) ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_print.lo -MD -MP -MF .deps/cs_lagr_print.Tpo -c ../../../src/lagr/cs_lagr_print.c -fPIC -DPIC -o .libs/cs_lagr_print.o ../../../src/lagr/cs_lagr_adh.c(324): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits tmp = (int)nmoyag + sqrt(nmoyag) * rtmp; ^ ../../../src/lagr/cs_lagr_adh.c(353): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits nbasg = (int)nmoyag + sqrt (nmoyag) * rtmp; ^ ../../../src/lagr/cs_lagr_adh.c(393): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits tmp = (int)nmoyap + sqrt(nmoyap) * rtmp; ^ ../../../src/lagr/cs_lagr_adh.c(421): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits nbasp = (int)nmoyap + sqrt (nmoyap) * rtmp; ^ ../../../src/lagr/cs_lagr_adh.c(463): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits tmp = (int)nmoyap + sqrt(nmoyap) * rtmp; ^ ../../../src/lagr/cs_lagr_adh.c(491): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits nbasp = (int)nmoyap + sqrt (nmoyap) * rtmp; ^ depbase=`echo cs_lagr_car.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_car.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_car.lo ../../../src/lagr/cs_lagr_car.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_coupling.lo ../../../src/lagr/cs_lagr_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_car.lo -MD -MP -MF .deps/cs_lagr_car.Tpo -c ../../../src/lagr/cs_lagr_car.c -fPIC -DPIC -o .libs/cs_lagr_car.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_coupling.lo -MD -MP -MF .deps/cs_lagr_coupling.Tpo -c ../../../src/lagr/cs_lagr_coupling.c -fPIC -DPIC -o .libs/cs_lagr_coupling.o depbase=`echo cs_lagr_deposition_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_deposition_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_deposition_model.lo ../../../src/lagr/cs_lagr_deposition_model.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_deposition_model.lo -MD -MP -MF .deps/cs_lagr_deposition_model.Tpo -c ../../../src/lagr/cs_lagr_deposition_model.c -fPIC -DPIC -o .libs/cs_lagr_deposition_model.o depbase=`echo cs_lagr_geom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_geom.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_geom.lo ../../../src/lagr/cs_lagr_geom.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_poisson.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_poisson.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_poisson.lo ../../../src/lagr/cs_lagr_poisson.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_geom.lo -MD -MP -MF .deps/cs_lagr_geom.Tpo -c ../../../src/lagr/cs_lagr_geom.c -fPIC -DPIC -o .libs/cs_lagr_geom.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_poisson.lo -MD -MP -MF .deps/cs_lagr_poisson.Tpo -c ../../../src/lagr/cs_lagr_poisson.c -fPIC -DPIC -o .libs/cs_lagr_poisson.o depbase=`echo cs_lagr_gradients.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_gradients.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_gradients.lo ../../../src/lagr/cs_lagr_gradients.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_equation_iterative_solve.h(35), from ../../../src/lagr/cs_lagr_poisson.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_lagr_head_losses.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_head_losses.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_head_losses.lo ../../../src/lagr/cs_lagr_head_losses.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_gradients.lo -MD -MP -MF .deps/cs_lagr_gradients.Tpo -c ../../../src/lagr/cs_lagr_gradients.c -fPIC -DPIC -o .libs/cs_lagr_gradients.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_head_losses.lo -MD -MP -MF .deps/cs_lagr_head_losses.Tpo -c ../../../src/lagr/cs_lagr_head_losses.c -fPIC -DPIC -o .libs/cs_lagr_head_losses.o depbase=`echo cs_lagr_new.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_new.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_new.lo ../../../src/lagr/cs_lagr_new.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/lagr/cs_lagr_gradients.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/lagr/cs_lagr_head_losses.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_new.lo -MD -MP -MF .deps/cs_lagr_new.Tpo -c ../../../src/lagr/cs_lagr_new.c -fPIC -DPIC -o .libs/cs_lagr_new.o depbase=`echo cs_lagr_options.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_options.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_options.lo ../../../src/lagr/cs_lagr_options.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_options.lo -MD -MP -MF .deps/cs_lagr_options.Tpo -c ../../../src/lagr/cs_lagr_options.c -fPIC -DPIC -o .libs/cs_lagr_options.o ../../../src/lagr/cs_lagr_new.c(776): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_eig_val_vec(sym_rij[cell_id], tol_err, eig_val[cell_id], eig_vec[cell_id]); ^ depbase=`echo cs_lagr_orientation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_orientation.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_orientation.lo ../../../src/lagr/cs_lagr_orientation.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_options.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_orientation.lo -MD -MP -MF .deps/cs_lagr_orientation.Tpo -c ../../../src/lagr/cs_lagr_orientation.c -fPIC -DPIC -o .libs/cs_lagr_orientation.o depbase=`echo cs_lagr_particle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_particle.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_particle.lo ../../../src/lagr/cs_lagr_particle.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/lagr/cs_lagr_orientation.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_particle.lo -MD -MP -MF .deps/cs_lagr_particle.Tpo -c ../../../src/lagr/cs_lagr_particle.c -fPIC -DPIC -o .libs/cs_lagr_particle.o ../../../src/lagr/cs_lagr_orientation.c(130): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_eig_val_vec(mat_loc, tol_err, eig_val, eig_vec); ^ ../../../src/lagr/cs_lagr_orientation.c(134): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33t_3_product(eig_vec, orientation, orient_new); ^ ../../../src/lagr/cs_lagr_orientation.c(142): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(eig_vec, orient_new, orientation); ^ ../../../src/lagr/cs_lagr_orientation.c(361): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(rot_m, orient_loc, orient_new); ^ ../../../src/lagr/cs_lagr_orientation.c(679): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" gradvf_sym); ^ ../../../src/lagr/cs_lagr_orientation.c(685): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" gradvf_ant); ^ ../../../src/lagr/cs_lagr_orientation.c(778): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_transform_a_to_r(gradvf[cell_id], trans_m, grad_vf_r); ^ depbase=`echo cs_lagr_resuspension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_resuspension.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_resuspension.lo ../../../src/lagr/cs_lagr_resuspension.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr_particle.c(636): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits particle_set->n_particles_max *= _reallocation_factor; ^ ../../../src/lagr/cs_lagr_particle.c(1097): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits attr_name[i] = toupper(attr_name[i]); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_resuspension.lo -MD -MP -MF .deps/cs_lagr_resuspension.Tpo -c ../../../src/lagr/cs_lagr_resuspension.c -fPIC -DPIC -o .libs/cs_lagr_resuspension.o depbase=`echo cs_lagr_precipitation_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_precipitation_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_precipitation_model.lo ../../../src/lagr/cs_lagr_precipitation_model.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_lagr_sde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_sde.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_sde.lo ../../../src/lagr/cs_lagr_sde.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr_resuspension.c(490): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits ncont = (int)ncont_pp + sqrt(ncont_pp) * rtmp; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_precipitation_model.lo -MD -MP -MF .deps/cs_lagr_precipitation_model.Tpo -c ../../../src/lagr/cs_lagr_precipitation_model.c -fPIC -DPIC -o .libs/cs_lagr_precipitation_model.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_sde.lo -MD -MP -MF .deps/cs_lagr_sde.Tpo -c ../../../src/lagr/cs_lagr_sde.c -fPIC -DPIC -o .libs/cs_lagr_sde.o depbase=`echo cs_lagr_sde_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_sde_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_sde_model.lo ../../../src/lagr/cs_lagr_sde_model.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/lagr/cs_lagr_precipitation_model.c(206): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits preci->nbprec[iel] = (cvar_scal[iel] - solub[iel]) ^ ../../../src/lagr/cs_lagr_precipitation_model.c(393): warning #177: variable "vv" was declared but never referenced cs_lnum_t vv = cs_lagr_particle_set_resize(p_set->n_particles + p_set->n_part_new); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_sde_model.lo -MD -MP -MF .deps/cs_lagr_sde_model.Tpo -c ../../../src/lagr/cs_lagr_sde_model.c -fPIC -DPIC -o .libs/cs_lagr_sde_model.o ../../../src/lagr/cs_lagr_sde.c(397): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(trans_m, old_part_vel, old_part_vel_r); ^ ../../../src/lagr/cs_lagr_sde.c(401): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(trans_m, old_part_vel_seen, old_part_vel_seen_r); ^ ../../../src/lagr/cs_lagr_sde.c(405): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(trans_m, cvar_vel[cell_id], fluid_vel_r); ^ ../../../src/lagr/cs_lagr_sde.c(409): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(trans_m, force_p[ip], force_p_r); ^ ../../../src/lagr/cs_lagr_sde.c(413): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33_3_product(trans_m, piil[ip], piil_r); ^ ../../../src/lagr/cs_lagr_sde.c(621): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33t_3_product(trans_m, displ_r, displ); ^ ../../../src/lagr/cs_lagr_sde.c(626): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33t_3_product(trans_m, part_vel_r, part_vel); ^ ../../../src/lagr/cs_lagr_sde.c(629): warning #167: argument of type "cs_real_t={double} (*)[3]" is incompatible with parameter of type "const cs_real_t={double} (*)[3]" cs_math_33t_3_product(trans_m, part_vel_seen_r, part_vel_seen); ^ ../../../src/lagr/cs_lagr_sde.c(1812): warning #2259: non-pointer conversion from "cs_real_t={double}" to "cs_lnum_t={int}" may lose significant bits ncont_pp); ^ ../../../src/lagr/cs_lagr_sde.c(1830): warning #2259: non-pointer conversion from "double" to "int" may lose significant bits ncont = (int)ncont_pp + sqrt(ncont_pp) * rtmp; ^ ../../../src/lagr/cs_lagr_sde.c(2058): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits cs_lnum_t nb_part_reent = height_reent / p_height * ^ ../../../src/lagr/cs_lagr_sde.c(2189): warning #2259: non-pointer conversion from "double" to "cs_lnum_t={int}" may lose significant bits CS_MAX(1,ncont_pp)); ^ ../../../src/lagr/cs_lagr_sde.c(2326): warning #177: variable "t_var" was declared but never referenced const cs_thermal_model_variable_t t_var = cs_glob_thermal_model->itherm; ^ depbase=`echo cs_lagr_lec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_lec.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_lec.lo ../../../src/lagr/cs_lagr_lec.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_lec.lo -MD -MP -MF .deps/cs_lagr_lec.Tpo -c ../../../src/lagr/cs_lagr_lec.c -fPIC -DPIC -o .libs/cs_lagr_lec.o depbase=`echo cs_lagr_log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_log.lo -MD -MP -MF $depbase.Tpo -c -o cs_lagr_log.lo ../../../src/lagr/cs_lagr_log.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/lagr -I../.. -I../../../src/alge -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/cdo -I../../../src/user -I../../../src/gui -I../../../src/alge -I../../../src/pprt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_lagr_log.lo -MD -MP -MF .deps/cs_lagr_log.Tpo -c ../../../src/lagr/cs_lagr_log.c -fPIC -DPIC -o .libs/cs_lagr_log.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcslagr.la cs_lagr_clogging.lo cs_lagr_agglo.lo cs_lagr_fragmentation.lo cs_lagr_roughness.lo cs_lagr.lo cs_lagr_dlvo.lo cs_lagr_event.lo cs_lagr_extract.lo cs_lagr_injection.lo cs_lagr_post.lo cs_lagr_restart.lo cs_lagr_query.lo cs_lagr_tracking.lo cs_lagr_stat.lo cs_lagr_adh.lo cs_lagr_print.lo cs_lagr_car.lo cs_lagr_coupling.lo cs_lagr_deposition_model.lo cs_lagr_geom.lo cs_lagr_poisson.lo cs_lagr_gradients.lo cs_lagr_head_losses.lo cs_lagr_new.lo cs_lagr_options.lo cs_lagr_orientation.lo cs_lagr_particle.lo cs_lagr_resuspension.lo cs_lagr_precipitation_model.lo cs_lagr_sde.lo cs_lagr_sde_model.lo cs_lagr_lec.lo cs_lagr_log.lo -lz -ldl libtool: link: ar cru .libs/libcslagr.a .libs/cs_lagr_clogging.o .libs/cs_lagr_agglo.o .libs/cs_lagr_fragmentation.o .libs/cs_lagr_roughness.o .libs/cs_lagr.o .libs/cs_lagr_dlvo.o .libs/cs_lagr_event.o .libs/cs_lagr_extract.o .libs/cs_lagr_injection.o .libs/cs_lagr_post.o .libs/cs_lagr_restart.o .libs/cs_lagr_query.o .libs/cs_lagr_tracking.o .libs/cs_lagr_stat.o .libs/cs_lagr_adh.o .libs/cs_lagr_print.o .libs/cs_lagr_car.o .libs/cs_lagr_coupling.o .libs/cs_lagr_deposition_model.o .libs/cs_lagr_geom.o .libs/cs_lagr_poisson.o .libs/cs_lagr_gradients.o .libs/cs_lagr_head_losses.o .libs/cs_lagr_new.o .libs/cs_lagr_options.o .libs/cs_lagr_orientation.o .libs/cs_lagr_particle.o .libs/cs_lagr_resuspension.o .libs/cs_lagr_precipitation_model.o .libs/cs_lagr_sde.o .libs/cs_lagr_sde_model.o .libs/cs_lagr_lec.o .libs/cs_lagr_log.o libtool: link: ranlib .libs/libcslagr.a libtool: link: ( cd ".libs" && rm -f "libcslagr.la" && ln -s "../libcslagr.la" "libcslagr.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/lagr' Making all in rayt make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/rayt' depbase=`echo cs_rad_transfer_absorption.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_absorption.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_absorption.lo ../../../src/rayt/cs_rad_transfer_absorption.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer.lo ../../../src/rayt/cs_rad_transfer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer_dir.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_dir.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_dir.lo ../../../src/rayt/cs_rad_transfer_dir.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer_property_fields.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_property_fields.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_property_fields.lo ../../../src/rayt/cs_rad_transfer_property_fields.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer.lo -MD -MP -MF .deps/cs_rad_transfer.Tpo -c ../../../src/rayt/cs_rad_transfer.c -fPIC -DPIC -o .libs/cs_rad_transfer.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_absorption.lo -MD -MP -MF .deps/cs_rad_transfer_absorption.Tpo -c ../../../src/rayt/cs_rad_transfer_absorption.c -fPIC -DPIC -o .libs/cs_rad_transfer_absorption.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_dir.lo -MD -MP -MF .deps/cs_rad_transfer_dir.Tpo -c ../../../src/rayt/cs_rad_transfer_dir.c -fPIC -DPIC -o .libs/cs_rad_transfer_dir.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_property_fields.lo -MD -MP -MF .deps/cs_rad_transfer_property_fields.Tpo -c ../../../src/rayt/cs_rad_transfer_property_fields.c -fPIC -DPIC -o .libs/cs_rad_transfer_property_fields.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_dir.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_property_fields.c(55): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/rayt/cs_rad_transfer.c(285): warning #2602: a value of type "cs_rad_transfer_model_t={enum } *" cannot be assigned to an entity of type "int *" due to signedness *p_iirayo = &_rt_params.type; ^ depbase=`echo cs_rad_transfer_options.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_options.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_options.lo ../../../src/rayt/cs_rad_transfer_options.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer_bcs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_bcs.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_bcs.lo ../../../src/rayt/cs_rad_transfer_bcs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_options.lo -MD -MP -MF .deps/cs_rad_transfer_options.Tpo -c ../../../src/rayt/cs_rad_transfer_options.c -fPIC -DPIC -o .libs/cs_rad_transfer_options.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_bcs.lo -MD -MP -MF .deps/cs_rad_transfer_bcs.Tpo -c ../../../src/rayt/cs_rad_transfer_bcs.c -fPIC -DPIC -o .libs/cs_rad_transfer_bcs.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_options.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/rayt/cs_rad_transfer_bcs.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_rad_transfer_wall_flux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_wall_flux.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_wall_flux.lo ../../../src/rayt/cs_rad_transfer_wall_flux.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer_fsck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_fsck.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_fsck.lo ../../../src/rayt/cs_rad_transfer_fsck.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_wall_flux.lo -MD -MP -MF .deps/cs_rad_transfer_wall_flux.Tpo -c ../../../src/rayt/cs_rad_transfer_wall_flux.c -fPIC -DPIC -o .libs/cs_rad_transfer_wall_flux.o depbase=`echo cs_rad_transfer_adf_models.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_adf_models.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_adf_models.lo ../../../src/rayt/cs_rad_transfer_adf_models.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_fsck.lo -MD -MP -MF .deps/cs_rad_transfer_fsck.Tpo -c ../../../src/rayt/cs_rad_transfer_fsck.c -fPIC -DPIC -o .libs/cs_rad_transfer_fsck.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_wall_flux.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_adf_models.lo -MD -MP -MF .deps/cs_rad_transfer_adf_models.Tpo -c ../../../src/rayt/cs_rad_transfer_adf_models.c -fPIC -DPIC -o .libs/cs_rad_transfer_adf_models.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_fsck.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_adf_models.c(56): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_rad_transfer_pun.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_pun.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_pun.lo ../../../src/rayt/cs_rad_transfer_pun.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_pun.lo -MD -MP -MF .deps/cs_rad_transfer_pun.Tpo -c ../../../src/rayt/cs_rad_transfer_pun.c -fPIC -DPIC -o .libs/cs_rad_transfer_pun.o depbase=`echo cs_rad_transfer_solve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_solve.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_solve.lo ../../../src/rayt/cs_rad_transfer_solve.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_pun.c(57): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_solve.lo -MD -MP -MF .deps/cs_rad_transfer_solve.Tpo -c ../../../src/rayt/cs_rad_transfer_solve.c -fPIC -DPIC -o .libs/cs_rad_transfer_solve.o depbase=`echo cs_rad_transfer_modak.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_modak.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_modak.lo ../../../src/rayt/cs_rad_transfer_modak.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_rad_transfer_source_terms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_source_terms.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_source_terms.lo ../../../src/rayt/cs_rad_transfer_source_terms.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/rayt/cs_rad_transfer_solve.c(60): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_modak.lo -MD -MP -MF .deps/cs_rad_transfer_modak.Tpo -c ../../../src/rayt/cs_rad_transfer_modak.c -fPIC -DPIC -o .libs/cs_rad_transfer_modak.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_source_terms.lo -MD -MP -MF .deps/cs_rad_transfer_source_terms.Tpo -c ../../../src/rayt/cs_rad_transfer_source_terms.c -fPIC -DPIC -o .libs/cs_rad_transfer_source_terms.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_modak.c(52): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/rayt/cs_rad_transfer_source_terms.c(53): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ depbase=`echo cs_rad_transfer_restart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_restart.lo -MD -MP -MF $depbase.Tpo -c -o cs_rad_transfer_restart.lo ../../../src/rayt/cs_rad_transfer_restart.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/rayt -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/bft -I../../../src/fvm -I../../../src/base -I../../../src/mesh -I../../../src/gui -I../../../src/cdo -I../../../src/pprt -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_rad_transfer_restart.lo -MD -MP -MF .deps/cs_rad_transfer_restart.Tpo -c ../../../src/rayt/cs_rad_transfer_restart.c -fPIC -DPIC -o .libs/cs_rad_transfer_restart.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsrayt.la cs_rad_transfer_absorption.lo cs_rad_transfer.lo cs_rad_transfer_dir.lo cs_rad_transfer_property_fields.lo cs_rad_transfer_options.lo cs_rad_transfer_bcs.lo cs_rad_transfer_wall_flux.lo cs_rad_transfer_fsck.lo cs_rad_transfer_adf_models.lo cs_rad_transfer_pun.lo cs_rad_transfer_solve.lo cs_rad_transfer_modak.lo cs_rad_transfer_source_terms.lo cs_rad_transfer_restart.lo -lz -ldl libtool: link: ar cru .libs/libcsrayt.a .libs/cs_rad_transfer_absorption.o .libs/cs_rad_transfer.o .libs/cs_rad_transfer_dir.o .libs/cs_rad_transfer_property_fields.o .libs/cs_rad_transfer_options.o .libs/cs_rad_transfer_bcs.o .libs/cs_rad_transfer_wall_flux.o .libs/cs_rad_transfer_fsck.o .libs/cs_rad_transfer_adf_models.o .libs/cs_rad_transfer_pun.o .libs/cs_rad_transfer_solve.o .libs/cs_rad_transfer_modak.o .libs/cs_rad_transfer_source_terms.o .libs/cs_rad_transfer_restart.o libtool: link: ranlib .libs/libcsrayt.a libtool: link: ( cd ".libs" && rm -f "libcsrayt.la" && ln -s "../libcsrayt.la" "libcsrayt.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/rayt' Making all in user make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/user' depbase=`echo cs_user_1d_wall_thermal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_1d_wall_thermal.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_1d_wall_thermal.lo ../../../src/user/cs_user_1d_wall_thermal.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_atmospheric_model.lo ../../../src/user/cs_user_atmospheric_model.f90 depbase=`echo cs_user_boundary_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_boundary_conditions.lo ../../../src/user/cs_user_boundary_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_mass_source_terms.lo ../../../src/user/cs_user_boundary_mass_source_terms.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_atmospheric_model.f90 -fPIC -o .libs/cs_user_atmospheric_model.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_boundary_mass_source_terms.f90 -fPIC -o .libs/cs_user_boundary_mass_source_terms.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_1d_wall_thermal.lo -MD -MP -MF .deps/cs_user_1d_wall_thermal.Tpo -c ../../../src/user/cs_user_1d_wall_thermal.c -fPIC -DPIC -o .libs/cs_user_1d_wall_thermal.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions.lo -MD -MP -MF .deps/cs_user_boundary_conditions.Tpo -c ../../../src/user/cs_user_boundary_conditions.c -fPIC -DPIC -o .libs/cs_user_boundary_conditions.o depbase=`echo cs_user_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_coupling.lo ../../../src/user/cs_user_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_electric_scaling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_electric_scaling.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_electric_scaling.lo ../../../src/user/cs_user_electric_scaling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_electric_scaling.lo -MD -MP -MF .deps/cs_user_electric_scaling.Tpo -c ../../../src/user/cs_user_electric_scaling.c -fPIC -DPIC -o .libs/cs_user_electric_scaling.o ../../../src/user/cs_user_boundary_conditions.c(78): warning #869: parameter "nvar" was never referenced cs_user_boundary_conditions(int nvar, ^ ../../../src/user/cs_user_boundary_conditions.c(79): warning #869: parameter "bc_type" was never referenced int bc_type[], ^ ../../../src/user/cs_user_boundary_conditions.c(80): warning #869: parameter "icodcl" was never referenced int icodcl[], ^ ../../../src/user/cs_user_boundary_conditions.c(81): warning #869: parameter "rcodcl" was never referenced cs_real_t rcodcl[]) ^ depbase=`echo cs_user_extra_operations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations.lo ../../../src/user/cs_user_extra_operations.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling.lo -MD -MP -MF .deps/cs_user_coupling.Tpo -c ../../../src/user/cs_user_coupling.c -fPIC -DPIC -o .libs/cs_user_coupling.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_fluid_structure_interaction.lo ../../../src/user/cs_user_fluid_structure_interaction.f90 libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations.lo -MD -MP -MF .deps/cs_user_extra_operations.Tpo -c ../../../src/user/cs_user_extra_operations.c -fPIC -DPIC -o .libs/cs_user_extra_operations.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_fluid_structure_interaction.f90 -fPIC -o .libs/cs_user_fluid_structure_interaction.o depbase=`echo cs_user_gwf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_gwf.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_gwf.lo ../../../src/user/cs_user_gwf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_head_losses.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_head_losses.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_head_losses.lo ../../../src/user/cs_user_head_losses.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_hgn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_hgn.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_hgn.lo ../../../src/user/cs_user_hgn.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_gwf.lo -MD -MP -MF .deps/cs_user_gwf.Tpo -c ../../../src/user/cs_user_gwf.c -fPIC -DPIC -o .libs/cs_user_gwf.o depbase=`echo cs_user_initialization.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_initialization.lo ../../../src/user/cs_user_initialization.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_head_losses.lo -MD -MP -MF .deps/cs_user_head_losses.Tpo -c ../../../src/user/cs_user_head_losses.c -fPIC -DPIC -o .libs/cs_user_head_losses.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_hgn.lo -MD -MP -MF .deps/cs_user_hgn.Tpo -c ../../../src/user/cs_user_hgn.c -fPIC -DPIC -o .libs/cs_user_hgn.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization.lo -MD -MP -MF .deps/cs_user_initialization.Tpo -c ../../../src/user/cs_user_initialization.c -fPIC -DPIC -o .libs/cs_user_initialization.o depbase=`echo cs_user_lagr_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_model.lo ../../../src/user/cs_user_lagr_model.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_lagr_particle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_particle.lo ../../../src/user/cs_user_lagr_particle.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_lagr_boundary_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_boundary_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_boundary_conditions.lo ../../../src/user/cs_user_lagr_boundary_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_model.lo -MD -MP -MF .deps/cs_user_lagr_model.Tpo -c ../../../src/user/cs_user_lagr_model.c -fPIC -DPIC -o .libs/cs_user_lagr_model.o depbase=`echo cs_user_lagr_volume_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_volume_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_volume_conditions.lo ../../../src/user/cs_user_lagr_volume_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_volume_conditions.lo -MD -MP -MF .deps/cs_user_lagr_volume_conditions.Tpo -c ../../../src/user/cs_user_lagr_volume_conditions.c -fPIC -DPIC -o .libs/cs_user_lagr_volume_conditions.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle.lo -MD -MP -MF .deps/cs_user_lagr_particle.Tpo -c ../../../src/user/cs_user_lagr_particle.c -fPIC -DPIC -o .libs/cs_user_lagr_particle.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_boundary_conditions.lo -MD -MP -MF .deps/cs_user_lagr_boundary_conditions.Tpo -c ../../../src/user/cs_user_lagr_boundary_conditions.c -fPIC -DPIC -o .libs/cs_user_lagr_boundary_conditions.o depbase=`echo cs_user_les_inflow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_les_inflow.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_les_inflow.lo ../../../src/user/cs_user_les_inflow.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_les_inflow.lo -MD -MP -MF .deps/cs_user_les_inflow.Tpo -c ../../../src/user/cs_user_les_inflow.c -fPIC -DPIC -o .libs/cs_user_les_inflow.o ../../../src/user/cs_user_lagr_boundary_conditions.c(67): warning #869: parameter "bc_type" was never referenced cs_user_lagr_boundary_conditions(const int bc_type[]) ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(93): warning #869: parameter "particles" was never referenced cs_lagr_user_boundary_interaction(cs_lagr_particle_set_t *particles, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(94): warning #869: parameter "p_id" was never referenced cs_lnum_t p_id, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(95): warning #869: parameter "face_id" was never referenced cs_lnum_t face_id, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(96): warning #869: parameter "face_norm" was never referenced const cs_real_t face_norm[3], ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(97): warning #869: parameter "c_intersect" was never referenced const cs_real_t c_intersect[3], ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(98): warning #869: parameter "t_intersect" was never referenced cs_real_t t_intersect, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(99): warning #869: parameter "b_zone_id" was never referenced int b_zone_id, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(100): warning #869: parameter "event_flag" was never referenced int *event_flag, ^ ../../../src/user/cs_user_lagr_boundary_conditions.c(101): warning #869: parameter "tracking_state" was never referenced cs_lagr_tracking_state_t *tracking_state) ^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_mass_source_terms.lo ../../../src/user/cs_user_mass_source_terms.f90 depbase=`echo cs_user_mesh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh.lo ../../../src/user/cs_user_mesh.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_metal_structures_source_terms.lo ../../../src/user/cs_user_metal_structures_source_terms.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_mass_source_terms.f90 -fPIC -o .libs/cs_user_mass_source_terms.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_metal_structures_source_terms.f90 -fPIC -o .libs/cs_user_metal_structures_source_terms.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh.lo -MD -MP -MF .deps/cs_user_mesh.Tpo -c ../../../src/user/cs_user_mesh.c -fPIC -DPIC -o .libs/cs_user_mesh.o ../../../src/user/cs_user_les_inflow.c(103): warning #869: parameter "zone" was never referenced cs_user_les_inflow_update(const cs_zone_t *zone, ^ ../../../src/user/cs_user_les_inflow.c(104): warning #869: parameter "vel_r" was never referenced cs_real_t vel_r[3], ^ ../../../src/user/cs_user_les_inflow.c(105): warning #869: parameter "k_r" was never referenced cs_real_t *k_r, ^ ../../../src/user/cs_user_les_inflow.c(106): warning #869: parameter "eps_r" was never referenced cs_real_t *eps_r) ^ ../../../src/user/cs_user_les_inflow.c(144): warning #869: parameter "zone" was never referenced cs_user_les_inflow_advanced(const cs_zone_t *zone, ^ ../../../src/user/cs_user_les_inflow.c(145): warning #869: parameter "vel_l" was never referenced cs_real_3_t vel_l[], ^ ../../../src/user/cs_user_les_inflow.c(146): warning #869: parameter "rij_l" was never referenced cs_real_6_t rij_l[], ^ ../../../src/user/cs_user_les_inflow.c(147): warning #869: parameter "eps_l" was never referenced cs_real_t eps_l[]) ^ depbase=`echo cs_user_paramedmem_coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_paramedmem_coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_paramedmem_coupling.lo ../../../src/user/cs_user_paramedmem_coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_parameters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters.lo ../../../src/user/cs_user_parameters.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_performance_tuning.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_performance_tuning.lo ../../../src/user/cs_user_performance_tuning.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters.lo -MD -MP -MF .deps/cs_user_parameters.Tpo -c ../../../src/user/cs_user_parameters.c -fPIC -DPIC -o .libs/cs_user_parameters.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_paramedmem_coupling.lo -MD -MP -MF .deps/cs_user_paramedmem_coupling.Tpo -c ../../../src/user/cs_user_paramedmem_coupling.c -fPIC -DPIC -o .libs/cs_user_paramedmem_coupling.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning.lo -MD -MP -MF .deps/cs_user_performance_tuning.Tpo -c ../../../src/user/cs_user_performance_tuning.c -fPIC -DPIC -o .libs/cs_user_performance_tuning.o depbase=`echo cs_user_physical_properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_physical_properties.lo ../../../src/user/cs_user_physical_properties.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_postprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_postprocess.lo ../../../src/user/cs_user_postprocess.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_porosity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_porosity.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_porosity.lo ../../../src/user/cs_user_porosity.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties.lo -MD -MP -MF .deps/cs_user_physical_properties.Tpo -c ../../../src/user/cs_user_physical_properties.c -fPIC -DPIC -o .libs/cs_user_physical_properties.o depbase=`echo cs_user_radiative_transfer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_radiative_transfer.lo ../../../src/user/cs_user_radiative_transfer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess.lo -MD -MP -MF .deps/cs_user_postprocess.Tpo -c ../../../src/user/cs_user_postprocess.c -fPIC -DPIC -o .libs/cs_user_postprocess.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_porosity.lo -MD -MP -MF .deps/cs_user_porosity.Tpo -c ../../../src/user/cs_user_porosity.c -fPIC -DPIC -o .libs/cs_user_porosity.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer.lo -MD -MP -MF .deps/cs_user_radiative_transfer.Tpo -c ../../../src/user/cs_user_radiative_transfer.c -fPIC -DPIC -o .libs/cs_user_radiative_transfer.o ../../../src/user/cs_user_physical_properties.c(110): warning #869: parameter "z_local" was never referenced bool z_local, ^ ../../../src/user/cs_user_physical_properties.c(111): warning #869: parameter "h" was never referenced const cs_real_t h[], ^ ../../../src/user/cs_user_physical_properties.c(112): warning #869: parameter "t" was never referenced cs_real_t t[]) ^ ../../../src/user/cs_user_physical_properties.c(142): warning #869: parameter "z_local" was never referenced bool z_local, ^ ../../../src/user/cs_user_physical_properties.c(143): warning #869: parameter "t" was never referenced const cs_real_t t[], ^ ../../../src/user/cs_user_physical_properties.c(144): warning #869: parameter "h" was never referenced cs_real_t h[]) ^ depbase=`echo cs_user_radiative_transfer_bcs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer_bcs.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_radiative_transfer_bcs.lo ../../../src/user/cs_user_radiative_transfer_bcs.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_solver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_solver.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_solver.lo ../../../src/user/cs_user_solver.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_source_terms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms.lo ../../../src/user/cs_user_source_terms.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer_bcs.lo -MD -MP -MF .deps/cs_user_radiative_transfer_bcs.Tpo -c ../../../src/user/cs_user_radiative_transfer_bcs.c -fPIC -DPIC -o .libs/cs_user_radiative_transfer_bcs.o depbase=`echo cs_user_turbomachinery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_turbomachinery.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_turbomachinery.lo ../../../src/user/cs_user_turbomachinery.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms.lo -MD -MP -MF .deps/cs_user_source_terms.Tpo -c ../../../src/user/cs_user_source_terms.c -fPIC -DPIC -o .libs/cs_user_source_terms.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_turbomachinery.lo -MD -MP -MF .deps/cs_user_turbomachinery.Tpo -c ../../../src/user/cs_user_turbomachinery.c -fPIC -DPIC -o .libs/cs_user_turbomachinery.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_solver.lo -MD -MP -MF .deps/cs_user_solver.Tpo -c ../../../src/user/cs_user_solver.c -fPIC -DPIC -o .libs/cs_user_solver.o depbase=`echo cs_user_zones.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_zones.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_zones.lo ../../../src/user/cs_user_zones.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions_ale.lo ../../../src/user/cs_user_boundary_conditions_ale.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o usatch.lo ../../../src/user/usatch.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_parameters.o ../../../src/user/cs_user_parameters.f90 libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user -I../.. -I../../../src/bft -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_zones.lo -MD -MP -MF .deps/cs_user_zones.Tpo -c ../../../src/user/cs_user_zones.c -fPIC -DPIC -o .libs/cs_user_zones.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_boundary_conditions_ale.f90 -fPIC -o .libs/cs_user_boundary_conditions_ale.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/usatch.f90 -fPIC -o .libs/usatch.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_parameters.f90 -fPIC -o .libs/cs_f_user_parameters.o ../../../src/user/usatch.f90(85): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_KINETIC] call ssh_kinetic(ns,nbin,nr,iheter,icld,rk,temp,xlw, & -----^ ../../../src/user/usatch.f90(133): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SSH_FEXCHEM] call ssh_fexchem(ns,nr,nemis,y,rk,zcsourc,convers_factor,chem) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_extra_operations.o ../../../src/user/cs_user_extra_operations.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_initialization.o ../../../src/user/cs_user_initialization.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_extra_operations.f90 -fPIC -o .libs/cs_f_user_extra_operations.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_physical_properties.o ../../../src/user/cs_user_physical_properties.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_source_terms.o ../../../src/user/cs_user_source_terms.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_initialization.f90 -fPIC -o .libs/cs_f_user_initialization.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_boundary_conditions.o ../../../src/user/cs_user_boundary_conditions.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_physical_properties.f90 -fPIC -o .libs/cs_f_user_physical_properties.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_source_terms.f90 -fPIC -o .libs/cs_f_user_source_terms.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_f_user_porosity.o ../../../src/user/cs_user_porosity.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_boundary_conditions.f90 -fPIC -o .libs/cs_f_user_boundary_conditions.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user/cs_user_porosity.f90 -fPIC -o .libs/cs_f_user_porosity.o /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsuser.la cs_user_1d_wall_thermal.lo cs_user_atmospheric_model.lo cs_user_boundary_conditions.lo cs_user_boundary_mass_source_terms.lo cs_user_coupling.lo cs_user_electric_scaling.lo cs_user_extra_operations.lo cs_user_fluid_structure_interaction.lo cs_user_gwf.lo cs_user_head_losses.lo cs_user_hgn.lo cs_user_initialization.lo cs_user_lagr_model.lo cs_user_lagr_particle.lo cs_user_lagr_boundary_conditions.lo cs_user_lagr_volume_conditions.lo cs_user_les_inflow.lo cs_user_mass_source_terms.lo cs_user_mesh.lo cs_user_metal_structures_source_terms.lo cs_user_paramedmem_coupling.lo cs_user_parameters.lo cs_user_performance_tuning.lo cs_user_physical_properties.lo cs_user_postprocess.lo cs_user_porosity.lo cs_user_radiative_transfer.lo cs_user_radiative_transfer_bcs.lo cs_user_solver.lo cs_user_source_terms.lo cs_user_turbomachinery.lo cs_user_zones.lo cs_user_boundary_conditions_ale.lo usatch.lo cs_f_user_parameters.lo cs_f_user_extra_operations.lo cs_f_user_initialization.lo cs_f_user_physical_properties.lo cs_f_user_source_terms.lo cs_f_user_boundary_conditions.lo cs_f_user_porosity.lo -lz -ldl libtool: link: ar cru .libs/libcsuser.a .libs/cs_user_1d_wall_thermal.o .libs/cs_user_atmospheric_model.o .libs/cs_user_boundary_conditions.o .libs/cs_user_boundary_mass_source_terms.o .libs/cs_user_coupling.o .libs/cs_user_electric_scaling.o .libs/cs_user_extra_operations.o .libs/cs_user_fluid_structure_interaction.o .libs/cs_user_gwf.o .libs/cs_user_head_losses.o .libs/cs_user_hgn.o .libs/cs_user_initialization.o .libs/cs_user_lagr_model.o .libs/cs_user_lagr_particle.o .libs/cs_user_lagr_boundary_conditions.o .libs/cs_user_lagr_volume_conditions.o .libs/cs_user_les_inflow.o .libs/cs_user_mass_source_terms.o .libs/cs_user_mesh.o .libs/cs_user_metal_structures_source_terms.o .libs/cs_user_paramedmem_coupling.o .libs/cs_user_parameters.o .libs/cs_user_performance_tuning.o .libs/cs_user_physical_properties.o .libs/cs_user_postprocess.o .libs/cs_user_porosity.o .libs/cs_user_radiative_transfer.o .libs/cs_user_radiative_transfer_bcs.o .libs/cs_user_solver.o .libs/cs_user_source_terms.o .libs/cs_user_turbomachinery.o .libs/cs_user_zones.o .libs/cs_user_boundary_conditions_ale.o .libs/usatch.o .libs/cs_f_user_parameters.o .libs/cs_f_user_extra_operations.o .libs/cs_f_user_initialization.o .libs/cs_f_user_physical_properties.o .libs/cs_f_user_source_terms.o .libs/cs_f_user_boundary_conditions.o .libs/cs_f_user_porosity.o libtool: link: ranlib .libs/libcsuser.a libtool: link: ( cd ".libs" && rm -f "libcsuser.la" && ln -s "../libcsuser.la" "libcsuser.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/user' Making all in user_examples make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/user_examples' depbase=`echo cs_user_1d_wall_thermal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_1d_wall_thermal.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_1d_wall_thermal.lo ../../../src/user_examples/cs_user_1d_wall_thermal.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_boundary_conditions-medcoupling_remapper_2d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-medcoupling_remapper_2d.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_boundary_conditions-medcoupling_remapper_2d.lo ../../../src/user_examples/cs_user_boundary_conditions-medcoupling_remapper_2d.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_boundary_conditions-notebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-notebook.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_boundary_conditions-notebook.lo ../../../src/user_examples/cs_user_boundary_conditions-notebook.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_1d_wall_thermal.lo -MD -MP -MF .deps/cs_user_1d_wall_thermal.Tpo -c ../../../src/user_examples/cs_user_1d_wall_thermal.c -fPIC -DPIC -o .libs/cs_user_1d_wall_thermal.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-notebook.lo -MD -MP -MF .deps/cs_user_boundary_conditions-notebook.Tpo -c ../../../src/user_examples/cs_user_boundary_conditions-notebook.c -fPIC -DPIC -o .libs/cs_user_boundary_conditions-notebook.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo -MD -MP -MF .deps/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.Tpo -c ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.c -fPIC -DPIC -o .libs/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_boundary_conditions-medcoupling_remapper_2d.lo -MD -MP -MF .deps/cs_user_boundary_conditions-medcoupling_remapper_2d.Tpo -c ../../../src/user_examples/cs_user_boundary_conditions-medcoupling_remapper_2d.c -fPIC -DPIC -o .libs/cs_user_boundary_conditions-medcoupling_remapper_2d.o ../../../src/user_examples/cs_user_1d_wall_thermal.c(88): warning #593: parameter "isuit1" was set but never used int isuit1) ^ ../../../src/user_examples/cs_user_boundary_conditions-medcoupling_remapper_2d.c(77): warning #869: parameter "nvar" was never referenced cs_user_boundary_conditions(int nvar, ^ ../../../src/user_examples/cs_user_boundary_conditions-medcoupling_remapper_2d.c(78): warning #869: parameter "bc_type" was never referenced int bc_type[], ^ depbase=`echo cs_user_coupling-saturne.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling-saturne.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_coupling-saturne.lo ../../../src/user_examples/cs_user_coupling-saturne.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_coupling-syrthes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling-syrthes.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_coupling-syrthes.lo ../../../src/user_examples/cs_user_coupling-syrthes.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_electric_scaling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_electric_scaling.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_electric_scaling.lo ../../../src/user_examples/cs_user_electric_scaling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling-saturne.lo -MD -MP -MF .deps/cs_user_coupling-saturne.Tpo -c ../../../src/user_examples/cs_user_coupling-saturne.c -fPIC -DPIC -o .libs/cs_user_coupling-saturne.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_coupling-syrthes.lo -MD -MP -MF .deps/cs_user_coupling-syrthes.Tpo -c ../../../src/user_examples/cs_user_coupling-syrthes.c -fPIC -DPIC -o .libs/cs_user_coupling-syrthes.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_electric_scaling.lo -MD -MP -MF .deps/cs_user_electric_scaling.Tpo -c ../../../src/user_examples/cs_user_electric_scaling.c -fPIC -DPIC -o .libs/cs_user_electric_scaling.o depbase=`echo cs_user_extra_operations-vorticity_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-vorticity_field.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-vorticity_field.lo ../../../src/user_examples/cs_user_extra_operations-vorticity_field.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_extra_operations-balance_by_zone.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-balance_by_zone.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-balance_by_zone.lo ../../../src/user_examples/cs_user_extra_operations-balance_by_zone.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-vorticity_field.lo -MD -MP -MF .deps/cs_user_extra_operations-vorticity_field.Tpo -c ../../../src/user_examples/cs_user_extra_operations-vorticity_field.c -fPIC -DPIC -o .libs/cs_user_extra_operations-vorticity_field.o depbase=`echo cs_user_extra_operations-boundary_forces.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-boundary_forces.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-boundary_forces.lo ../../../src/user_examples/cs_user_extra_operations-boundary_forces.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-balance_by_zone.lo -MD -MP -MF .deps/cs_user_extra_operations-balance_by_zone.Tpo -c ../../../src/user_examples/cs_user_extra_operations-balance_by_zone.c -fPIC -DPIC -o .libs/cs_user_extra_operations-balance_by_zone.o depbase=`echo cs_user_extra_operations-nusselt_and_friction_calculation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-nusselt_and_friction_calculation.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-nusselt_and_friction_calculation.lo ../../../src/user_examples/cs_user_extra_operations-nusselt_and_friction_calculation.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_equation_param.h(32), from ../../../src/base/cs_parameters.h(41), from ../../../src/base/cs_internal_coupling.h(46), from ../../../src/alge/cs_gradient.h(36), from ../../../src/base/cs_field_operator.h(36), from ../../../src/user_examples/cs_user_extra_operations-vorticity_field.c(61): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ ../../../src/user_examples/cs_user_extra_operations-vorticity_field.c(114): warning #869: parameter "domain" was never referenced cs_user_extra_operations(cs_domain_t *domain) ^ depbase=`echo cs_user_extra_operations-scalar_balance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-scalar_balance.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-scalar_balance.lo ../../../src/user_examples/cs_user_extra_operations-scalar_balance.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-boundary_forces.lo -MD -MP -MF .deps/cs_user_extra_operations-boundary_forces.Tpo -c ../../../src/user_examples/cs_user_extra_operations-boundary_forces.c -fPIC -DPIC -o .libs/cs_user_extra_operations-boundary_forces.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-nusselt_and_friction_calculation.lo -MD -MP -MF .deps/cs_user_extra_operations-nusselt_and_friction_calculation.Tpo -c ../../../src/user_examples/cs_user_extra_operations-nusselt_and_friction_calculation.c -fPIC -DPIC -o .libs/cs_user_extra_operations-nusselt_and_friction_calculation.o depbase=`echo cs_user_extra_operations-turbomachinery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-turbomachinery.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-turbomachinery.lo ../../../src/user_examples/cs_user_extra_operations-turbomachinery.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-scalar_balance.lo -MD -MP -MF .deps/cs_user_extra_operations-scalar_balance.Tpo -c ../../../src/user_examples/cs_user_extra_operations-scalar_balance.c -fPIC -DPIC -o .libs/cs_user_extra_operations-scalar_balance.o depbase=`echo cs_user_extra_operations-verif_cdo_diffusion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-verif_cdo_diffusion.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_extra_operations-verif_cdo_diffusion.lo ../../../src/user_examples/cs_user_extra_operations-verif_cdo_diffusion.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_gwf-example.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_gwf-example.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_gwf-example.lo ../../../src/user_examples/cs_user_gwf-example.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-turbomachinery.lo -MD -MP -MF .deps/cs_user_extra_operations-turbomachinery.Tpo -c ../../../src/user_examples/cs_user_extra_operations-turbomachinery.c -fPIC -DPIC -o .libs/cs_user_extra_operations-turbomachinery.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_gwf-example.lo -MD -MP -MF .deps/cs_user_gwf-example.Tpo -c ../../../src/user_examples/cs_user_gwf-example.c -fPIC -DPIC -o .libs/cs_user_gwf-example.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_extra_operations-verif_cdo_diffusion.lo -MD -MP -MF .deps/cs_user_extra_operations-verif_cdo_diffusion.Tpo -c ../../../src/user_examples/cs_user_extra_operations-verif_cdo_diffusion.c -fPIC -DPIC -o .libs/cs_user_extra_operations-verif_cdo_diffusion.o depbase=`echo cs_user_head_losses.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_head_losses.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_head_losses.lo ../../../src/user_examples/cs_user_head_losses.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_head_losses.lo -MD -MP -MF .deps/cs_user_head_losses.Tpo -c ../../../src/user_examples/cs_user_head_losses.c -fPIC -DPIC -o .libs/cs_user_head_losses.o depbase=`echo cs_user_hgn-relax_time_scale.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_hgn-relax_time_scale.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_hgn-relax_time_scale.lo ../../../src/user_examples/cs_user_hgn-relax_time_scale.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_initialization-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-base.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_initialization-base.lo ../../../src/user_examples/cs_user_initialization-base.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_hgn-relax_time_scale.lo -MD -MP -MF .deps/cs_user_hgn-relax_time_scale.Tpo -c ../../../src/user_examples/cs_user_hgn-relax_time_scale.c -fPIC -DPIC -o .libs/cs_user_hgn-relax_time_scale.o depbase=`echo cs_user_initialization-electric_arcs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-electric_arcs.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_initialization-electric_arcs.lo ../../../src/user_examples/cs_user_initialization-electric_arcs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-base.lo -MD -MP -MF .deps/cs_user_initialization-base.Tpo -c ../../../src/user_examples/cs_user_initialization-base.c -fPIC -DPIC -o .libs/cs_user_initialization-base.o depbase=`echo cs_user_initialization-medcoupling_remapper_3d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-medcoupling_remapper_3d.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_initialization-medcoupling_remapper_3d.lo ../../../src/user_examples/cs_user_initialization-medcoupling_remapper_3d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-electric_arcs.lo -MD -MP -MF .deps/cs_user_initialization-electric_arcs.Tpo -c ../../../src/user_examples/cs_user_initialization-electric_arcs.c -fPIC -DPIC -o .libs/cs_user_initialization-electric_arcs.o ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(81): warning #869: parameter "mesh" was never referenced cs_user_hgn_thermo_relax_time(const cs_mesh_t *mesh, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(82): warning #869: parameter "alpha_eq" was never referenced const cs_real_t *alpha_eq, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(83): warning #869: parameter "y_eq" was never referenced const cs_real_t *y_eq, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(84): warning #869: parameter "z_eq" was never referenced const cs_real_t *z_eq, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(85): warning #869: parameter "ei" was never referenced const cs_real_t *ei, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(86): warning #869: parameter "v" was never referenced const cs_real_t *v, ^ ../../../src/user_examples/cs_user_hgn-relax_time_scale.c(87): warning #869: parameter "relax_tau" was never referenced cs_real_t *relax_tau) ^ depbase=`echo cs_user_initialization-time_step.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-time_step.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_initialization-time_step.lo ../../../src/user_examples/cs_user_initialization-time_step.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-medcoupling_remapper_3d.lo -MD -MP -MF .deps/cs_user_initialization-medcoupling_remapper_3d.Tpo -c ../../../src/user_examples/cs_user_initialization-medcoupling_remapper_3d.c -fPIC -DPIC -o .libs/cs_user_initialization-medcoupling_remapper_3d.o depbase=`echo cs_user_lagr_boundary_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_boundary_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_boundary_conditions.lo ../../../src/user_examples/cs_user_lagr_boundary_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_initialization-time_step.lo -MD -MP -MF .deps/cs_user_initialization-time_step.Tpo -c ../../../src/user_examples/cs_user_initialization-time_step.c -fPIC -DPIC -o .libs/cs_user_initialization-time_step.o depbase=`echo cs_user_lagr_volume_conditions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_volume_conditions.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_volume_conditions.lo ../../../src/user_examples/cs_user_lagr_volume_conditions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_boundary_conditions.lo -MD -MP -MF .deps/cs_user_lagr_boundary_conditions.Tpo -c ../../../src/user_examples/cs_user_lagr_boundary_conditions.c -fPIC -DPIC -o .libs/cs_user_lagr_boundary_conditions.o depbase=`echo cs_user_lagr_model.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_model.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_model.lo ../../../src/user_examples/cs_user_lagr_model.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_volume_conditions.lo -MD -MP -MF .deps/cs_user_lagr_volume_conditions.Tpo -c ../../../src/user_examples/cs_user_lagr_volume_conditions.c -fPIC -DPIC -o .libs/cs_user_lagr_volume_conditions.o depbase=`echo cs_user_lagr_particle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_particle.lo ../../../src/user_examples/cs_user_lagr_particle.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_model.lo -MD -MP -MF .deps/cs_user_lagr_model.Tpo -c ../../../src/user_examples/cs_user_lagr_model.c -fPIC -DPIC -o .libs/cs_user_lagr_model.o ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(72): warning #869: parameter "zone_id" was never referenced _injection_profile(int zone_id, ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(73): warning #869: parameter "location_id" was never referenced int location_id, ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(74): warning #869: parameter "input" was never referenced const void *input, ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(152): warning #869: parameter "bc_type" was never referenced cs_user_lagr_boundary_conditions(const int bc_type[]) ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(323): warning #869: parameter "face_id" was never referenced cs_lnum_t face_id, ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(324): warning #869: parameter "face_norm" was never referenced const cs_real_t face_norm[3], ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(326): warning #869: parameter "t_intersect" was never referenced cs_real_t t_intersect, ^ ../../../src/user_examples/cs_user_lagr_boundary_conditions.c(327): warning #869: parameter "b_zone_id" was never referenced int b_zone_id, ^ depbase=`echo cs_user_lagr_particle-coal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle-coal.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_lagr_particle-coal.lo ../../../src/user_examples/cs_user_lagr_particle-coal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle.lo -MD -MP -MF .deps/cs_user_lagr_particle.Tpo -c ../../../src/user_examples/cs_user_lagr_particle.c -fPIC -DPIC -o .libs/cs_user_lagr_particle.o depbase=`echo cs_user_les_inflow-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_les_inflow-base.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_les_inflow-base.lo ../../../src/user_examples/cs_user_les_inflow-base.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_lagr_particle-coal.lo -MD -MP -MF .deps/cs_user_lagr_particle-coal.Tpo -c ../../../src/user_examples/cs_user_lagr_particle-coal.c -fPIC -DPIC -o .libs/cs_user_lagr_particle-coal.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_les_inflow-base.lo -MD -MP -MF .deps/cs_user_les_inflow-base.Tpo -c ../../../src/user_examples/cs_user_les_inflow-base.c -fPIC -DPIC -o .libs/cs_user_les_inflow-base.o depbase=`echo cs_user_mesh-boundary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-boundary.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-boundary.lo ../../../src/user_examples/cs_user_mesh-boundary.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_lagr_particle.c(191): warning #869: parameter "dt_p" was never referenced cs_user_lagr_ef(cs_real_t dt_p, ^ ../../../src/user_examples/cs_user_lagr_particle.c(192): warning #869: parameter "taup" was never referenced const cs_real_t taup[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(193): warning #869: parameter "tlag" was never referenced const cs_real_3_t tlag[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(194): warning #869: parameter "piil" was never referenced const cs_real_3_t piil[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(195): warning #869: parameter "bx" was never referenced const cs_real_33_t bx[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(196): warning #869: parameter "tsfext" was never referenced const cs_real_t tsfext[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(197): warning #869: parameter "vagaus" was never referenced const cs_real_33_t vagaus[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(198): warning #869: parameter "gradpr" was never referenced const cs_real_3_t gradpr[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(199): warning #869: parameter "gradvf" was never referenced const cs_real_33_t gradvf[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(200): warning #869: parameter "rho_p" was never referenced cs_real_t rho_p[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(260): warning #177: variable "iel" was declared but never referenced cs_lnum_t iel = cs_lagr_particle_get_lnum(part, p_am, CS_LAGR_CELL_ID); ^ ../../../src/user_examples/cs_user_lagr_particle.c(227): warning #869: parameter "dt" was never referenced cs_user_lagr_extra_operations(const cs_real_t dt[]) ^ ../../../src/user_examples/cs_user_lagr_particle.c(352): warning #869: parameter "zis" was never referenced const cs_lagr_injection_set_t *zis, ^ ../../../src/user_examples/cs_user_lagr_particle.c(354): warning #869: parameter "particle_face_id" was never referenced const cs_lnum_t particle_face_id[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(358): warning #177: variable "ntcabs" was declared but never referenced const int ntcabs = cs_glob_time_step->nt_cur; ^ ../../../src/user_examples/cs_user_lagr_particle.c(360): warning #177: variable "lagr_bdy_conditions" was declared but never referenced cs_lagr_zone_data_t *lagr_bdy_conditions ^ ../../../src/user_examples/cs_user_lagr_particle.c(505): warning #869: parameter "dt" was never referenced const cs_real_t dt[]) ^ ../../../src/user_examples/cs_user_lagr_particle.c(591): warning #869: parameter "uvwr" was never referenced cs_real_t uvwr, ^ ../../../src/user_examples/cs_user_lagr_particle.c(598): warning #869: parameter "dt" was never referenced const cs_real_t dt[]) ^ ../../../src/user_examples/cs_user_lagr_particle.c(684): warning #177: variable "iel" was declared but never referenced cs_lnum_t iel = cs_lagr_particle_get_lnum(part, p_am, CS_LAGR_CELL_ID); ^ ../../../src/user_examples/cs_user_lagr_particle.c(656): warning #869: parameter "dt" was never referenced cs_user_lagr_sde(const cs_real_t dt[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(657): warning #869: parameter "taup" was never referenced cs_real_t taup[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(658): warning #869: parameter "tlag" was never referenced cs_real_3_t tlag[], ^ ../../../src/user_examples/cs_user_lagr_particle.c(659): warning #869: parameter "tempct" was never referenced cs_real_t tempct[]) ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-boundary.lo -MD -MP -MF .deps/cs_user_mesh-boundary.Tpo -c ../../../src/user_examples/cs_user_mesh-boundary.c -fPIC -DPIC -o .libs/cs_user_mesh-boundary.o ../../../src/user_examples/cs_user_lagr_particle-coal.c(101): warning #869: parameter "particle_face_id" was never referenced const cs_lnum_t particle_face_id[], ^ ../../../src/user_examples/cs_user_lagr_particle-coal.c(102): warning #869: parameter "visc_length" was never referenced const cs_real_t visc_length[]) ^ depbase=`echo cs_user_mesh-cartesian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-cartesian.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-cartesian.lo ../../../src/user_examples/cs_user_mesh-cartesian.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_mesh-groups_from_free_faces.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-groups_from_free_faces.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-groups_from_free_faces.lo ../../../src/user_examples/cs_user_mesh-groups_from_free_faces.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_mesh-input-save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-input-save.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-input-save.lo ../../../src/user_examples/cs_user_mesh-input-save.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-cartesian.lo -MD -MP -MF .deps/cs_user_mesh-cartesian.Tpo -c ../../../src/user_examples/cs_user_mesh-cartesian.c -fPIC -DPIC -o .libs/cs_user_mesh-cartesian.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-groups_from_free_faces.lo -MD -MP -MF .deps/cs_user_mesh-groups_from_free_faces.Tpo -c ../../../src/user_examples/cs_user_mesh-groups_from_free_faces.c -fPIC -DPIC -o .libs/cs_user_mesh-groups_from_free_faces.o depbase=`echo cs_user_mesh-joining.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-joining.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-joining.lo ../../../src/user_examples/cs_user_mesh-joining.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-input-save.lo -MD -MP -MF .deps/cs_user_mesh-input-save.Tpo -c ../../../src/user_examples/cs_user_mesh-input-save.c -fPIC -DPIC -o .libs/cs_user_mesh-input-save.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-joining.lo -MD -MP -MF .deps/cs_user_mesh-joining.Tpo -c ../../../src/user_examples/cs_user_mesh-joining.c -fPIC -DPIC -o .libs/cs_user_mesh-joining.o depbase=`echo cs_user_mesh-modify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-modify.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-modify.lo ../../../src/user_examples/cs_user_mesh-modify.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_mesh-periodicity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-periodicity.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-periodicity.lo ../../../src/user_examples/cs_user_mesh-periodicity.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_mesh-quality.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-quality.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_mesh-quality.lo ../../../src/user_examples/cs_user_mesh-quality.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-modify.lo -MD -MP -MF .deps/cs_user_mesh-modify.Tpo -c ../../../src/user_examples/cs_user_mesh-modify.c -fPIC -DPIC -o .libs/cs_user_mesh-modify.o depbase=`echo cs_user_paramedmem_coupling-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_paramedmem_coupling-base.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_paramedmem_coupling-base.lo ../../../src/user_examples/cs_user_paramedmem_coupling-base.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-periodicity.lo -MD -MP -MF .deps/cs_user_mesh-periodicity.Tpo -c ../../../src/user_examples/cs_user_mesh-periodicity.c -fPIC -DPIC -o .libs/cs_user_mesh-periodicity.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_mesh-quality.lo -MD -MP -MF .deps/cs_user_mesh-quality.Tpo -c ../../../src/user_examples/cs_user_mesh-quality.c -fPIC -DPIC -o .libs/cs_user_mesh-quality.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_paramedmem_coupling-base.lo -MD -MP -MF .deps/cs_user_paramedmem_coupling-base.Tpo -c ../../../src/user_examples/cs_user_paramedmem_coupling-base.c -fPIC -DPIC -o .libs/cs_user_paramedmem_coupling-base.o depbase=`echo cs_user_parameters-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-base.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-base.lo ../../../src/user_examples/cs_user_parameters-base.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_mesh-periodicity.c(110): warning #593: variable "join_num" was set but never used int join_num; ^ ../../../src/user_examples/cs_user_mesh-periodicity.c(132): warning #593: variable "join_num" was set but never used int join_num; ^ ../../../src/user_examples/cs_user_mesh-periodicity.c(175): warning #593: variable "join_num" was set but never used int join_num; ^ depbase=`echo cs_user_parameters-cdo-condif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-cdo-condif.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-cdo-condif.lo ../../../src/user_examples/cs_user_parameters-cdo-condif.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_paramedmem_coupling-base.c(90): warning #177: variable "c" was declared but never referenced cs_paramedmem_coupling_t *c = cs_paramedmem_coupling_create("SAT", ^ ../../../src/user_examples/cs_user_paramedmem_coupling-base.c(104): warning #177: variable "c" was declared but never referenced cs_paramedmem_coupling_t *c = cs_paramedmem_coupling_create(NULL, ^ ../../../src/user_examples/cs_user_paramedmem_coupling-base.c(197): warning #177: variable "f_id1" was declared but never referenced int f_id1 = cs_paramedmem_def_coupled_field(c, ^ ../../../src/user_examples/cs_user_paramedmem_coupling-base.c(227): warning #177: variable "f_id2" was declared but never referenced int f_id2 = ^ depbase=`echo cs_user_parameters-ctwr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-ctwr.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-ctwr.lo ../../../src/user_examples/cs_user_parameters-ctwr.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_parameters-coupling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-coupling.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-coupling.lo ../../../src/user_examples/cs_user_parameters-coupling.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-base.lo -MD -MP -MF .deps/cs_user_parameters-base.Tpo -c ../../../src/user_examples/cs_user_parameters-base.c -fPIC -DPIC -o .libs/cs_user_parameters-base.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-cdo-condif.lo -MD -MP -MF .deps/cs_user_parameters-cdo-condif.Tpo -c ../../../src/user_examples/cs_user_parameters-cdo-condif.c -fPIC -DPIC -o .libs/cs_user_parameters-cdo-condif.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-ctwr.lo -MD -MP -MF .deps/cs_user_parameters-ctwr.Tpo -c ../../../src/user_examples/cs_user_parameters-ctwr.c -fPIC -DPIC -o .libs/cs_user_parameters-ctwr.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-coupling.lo -MD -MP -MF .deps/cs_user_parameters-coupling.Tpo -c ../../../src/user_examples/cs_user_parameters-coupling.c -fPIC -DPIC -o .libs/cs_user_parameters-coupling.o ../../../src/user_examples/cs_user_parameters-cdo-condif.c(314): warning #177: variable "adv" was declared but never referenced cs_adv_field_t *adv = cs_advection_field_add_user("adv_field"); ^ ../../../src/user_examples/cs_user_parameters-cdo-condif.c(327): warning #177: variable "adv" was declared but never referenced cs_adv_field_t *adv = cs_advection_field_add("adv_field", adv_status); ^ ../../../src/user_examples/cs_user_parameters-cdo-condif.c(565): warning #177: variable "st" was declared but never referenced cs_xdef_t *st = cs_equation_add_source_term_by_val(eqp, ^ depbase=`echo cs_user_parameters-fans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-fans.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-fans.lo ../../../src/user_examples/cs_user_parameters-fans.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_parameters-cdo-gwf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-cdo-gwf.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-cdo-gwf.lo ../../../src/user_examples/cs_user_parameters-cdo-gwf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_parameters-linear_solvers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-linear_solvers.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-linear_solvers.lo ../../../src/user_examples/cs_user_parameters-linear_solvers.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_parameters-rotation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-rotation.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-rotation.lo ../../../src/user_examples/cs_user_parameters-rotation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-fans.lo -MD -MP -MF .deps/cs_user_parameters-fans.Tpo -c ../../../src/user_examples/cs_user_parameters-fans.c -fPIC -DPIC -o .libs/cs_user_parameters-fans.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-cdo-gwf.lo -MD -MP -MF .deps/cs_user_parameters-cdo-gwf.Tpo -c ../../../src/user_examples/cs_user_parameters-cdo-gwf.c -fPIC -DPIC -o .libs/cs_user_parameters-cdo-gwf.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-linear_solvers.lo -MD -MP -MF .deps/cs_user_parameters-linear_solvers.Tpo -c ../../../src/user_examples/cs_user_parameters-linear_solvers.c -fPIC -DPIC -o .libs/cs_user_parameters-linear_solvers.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-rotation.lo -MD -MP -MF .deps/cs_user_parameters-rotation.Tpo -c ../../../src/user_examples/cs_user_parameters-rotation.c -fPIC -DPIC -o .libs/cs_user_parameters-rotation.o depbase=`echo cs_user_parameters-volume_mass_injection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-volume_mass_injection.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-volume_mass_injection.lo ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_parameters-rotation.c(90): warning #869: parameter "domain" was never referenced cs_user_parameters(cs_domain_t *domain) ^ depbase=`echo cs_user_parameters-time_moments.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-time_moments.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_parameters-time_moments.lo ../../../src/user_examples/cs_user_parameters-time_moments.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_performance_tuning-matrix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-matrix.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_performance_tuning-matrix.lo ../../../src/user_examples/cs_user_performance_tuning-matrix.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_performance_tuning-numbering.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-numbering.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_performance_tuning-numbering.lo ../../../src/user_examples/cs_user_performance_tuning-numbering.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-volume_mass_injection.lo -MD -MP -MF .deps/cs_user_parameters-volume_mass_injection.Tpo -c ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c -fPIC -DPIC -o .libs/cs_user_parameters-volume_mass_injection.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_parameters-time_moments.lo -MD -MP -MF .deps/cs_user_parameters-time_moments.Tpo -c ../../../src/user_examples/cs_user_parameters-time_moments.c -fPIC -DPIC -o .libs/cs_user_parameters-time_moments.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-matrix.lo -MD -MP -MF .deps/cs_user_performance_tuning-matrix.Tpo -c ../../../src/user_examples/cs_user_performance_tuning-matrix.c -fPIC -DPIC -o .libs/cs_user_performance_tuning-matrix.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-numbering.lo -MD -MP -MF .deps/cs_user_performance_tuning-numbering.Tpo -c ../../../src/user_examples/cs_user_performance_tuning-numbering.c -fPIC -DPIC -o .libs/cs_user_performance_tuning-numbering.o ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c(178): warning #177: variable "iturb" was declared but never referenced cs_turb_model_type_t iturb = cs_glob_turb_model->iturb; ^ ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c(179): warning #177: variable "itytur" was declared but never referenced int itytur = cs_glob_turb_model->itytur; ^ ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c(181): warning #177: variable "ustar2" was declared but never referenced cs_real_t ustar2 = 0, xkent = cs_math_epzero, xeent = cs_math_epzero; ^ ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c(181): warning #177: variable "xkent" was declared but never referenced cs_real_t ustar2 = 0, xkent = cs_math_epzero, xeent = cs_math_epzero; ^ ../../../src/user_examples/cs_user_parameters-volume_mass_injection.c(181): warning #177: variable "xeent" was declared but never referenced cs_real_t ustar2 = 0, xkent = cs_math_epzero, xeent = cs_math_epzero; ^ ../../../src/user_examples/cs_user_parameters-time_moments.c(89): warning #869: parameter "input" was never referenced _simple_data_sum(const void *input, ^ ../../../src/user_examples/cs_user_parameters-time_moments.c(116): warning #869: parameter "input" was never referenced _boundary_thermal_flux(const void *input, ^ depbase=`echo cs_user_performance_tuning-parallel-io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-parallel-io.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_performance_tuning-parallel-io.lo ../../../src/user_examples/cs_user_performance_tuning-parallel-io.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_performance_tuning-partition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-partition.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_performance_tuning-partition.lo ../../../src/user_examples/cs_user_performance_tuning-partition.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_physical_properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_physical_properties.lo ../../../src/user_examples/cs_user_physical_properties.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_physical_properties-scalar_drift.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties-scalar_drift.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_physical_properties-scalar_drift.lo ../../../src/user_examples/cs_user_physical_properties-scalar_drift.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-parallel-io.lo -MD -MP -MF .deps/cs_user_performance_tuning-parallel-io.Tpo -c ../../../src/user_examples/cs_user_performance_tuning-parallel-io.c -fPIC -DPIC -o .libs/cs_user_performance_tuning-parallel-io.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_performance_tuning-partition.lo -MD -MP -MF .deps/cs_user_performance_tuning-partition.Tpo -c ../../../src/user_examples/cs_user_performance_tuning-partition.c -fPIC -DPIC -o .libs/cs_user_performance_tuning-partition.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties.lo -MD -MP -MF .deps/cs_user_physical_properties.Tpo -c ../../../src/user_examples/cs_user_physical_properties.c -fPIC -DPIC -o .libs/cs_user_physical_properties.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_physical_properties-scalar_drift.lo -MD -MP -MF .deps/cs_user_physical_properties-scalar_drift.Tpo -c ../../../src/user_examples/cs_user_physical_properties-scalar_drift.c -fPIC -DPIC -o .libs/cs_user_physical_properties-scalar_drift.o depbase=`echo cs_user_porosity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_porosity.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_porosity.lo ../../../src/user_examples/cs_user_porosity.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_postprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_postprocess.lo ../../../src/user_examples/cs_user_postprocess.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_postprocess-profiles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-profiles.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_postprocess-profiles.lo ../../../src/user_examples/cs_user_postprocess-profiles.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_physical_properties-scalar_drift.c(139): warning #177: variable "iscal" was declared but never referenced int iscal = cs_field_get_key_int(f, keyscal); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_porosity.lo -MD -MP -MF .deps/cs_user_porosity.Tpo -c ../../../src/user_examples/cs_user_porosity.c -fPIC -DPIC -o .libs/cs_user_porosity.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess.lo -MD -MP -MF .deps/cs_user_postprocess.Tpo -c ../../../src/user_examples/cs_user_postprocess.c -fPIC -DPIC -o .libs/cs_user_postprocess.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-profiles.lo -MD -MP -MF .deps/cs_user_postprocess-profiles.Tpo -c ../../../src/user_examples/cs_user_postprocess-profiles.c -fPIC -DPIC -o .libs/cs_user_postprocess-profiles.o depbase=`echo cs_user_postprocess-probes-interpolate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-probes-interpolate.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_postprocess-probes-interpolate.lo ../../../src/user_examples/cs_user_postprocess-probes-interpolate.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_postprocess.c(289): warning #177: variable "frequency_n" was declared but never referenced double frequency_n = -1.0; ^ ../../../src/user_examples/cs_user_postprocess.c(548): warning #177: variable "pset" was declared but never referenced cs_probe_set_t *pset = cs_probe_set_create_from_array("Monitoring", ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-probes-interpolate.lo -MD -MP -MF .deps/cs_user_postprocess-probes-interpolate.Tpo -c ../../../src/user_examples/cs_user_postprocess-probes-interpolate.c -fPIC -DPIC -o .libs/cs_user_postprocess-probes-interpolate.o ../../../src/user_examples/cs_user_postprocess-profiles.c(230): warning #869: parameter "mesh_name" was never referenced cs_user_postprocess_values(const char *mesh_name, ^ ../../../src/user_examples/cs_user_postprocess-profiles.c(232): warning #869: parameter "cat_id" was never referenced int cat_id, ^ ../../../src/user_examples/cs_user_postprocess-profiles.c(235): warning #869: parameter "n_i_faces" was never referenced cs_lnum_t n_i_faces, ^ ../../../src/user_examples/cs_user_postprocess-profiles.c(237): warning #869: parameter "n_vertices" was never referenced cs_lnum_t n_vertices, ^ ../../../src/user_examples/cs_user_postprocess-profiles.c(239): warning #869: parameter "i_face_list" was never referenced const cs_lnum_t i_face_list[], ^ ../../../src/user_examples/cs_user_postprocess-profiles.c(241): warning #869: parameter "vertex_list" was never referenced const cs_lnum_t vertex_list[], ^ depbase=`echo cs_user_postprocess-sfc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-sfc.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_postprocess-sfc.lo ../../../src/user_examples/cs_user_postprocess-sfc.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_radiative_transfer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_radiative_transfer.lo ../../../src/user_examples/cs_user_radiative_transfer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_postprocess-sfc.lo -MD -MP -MF .deps/cs_user_postprocess-sfc.Tpo -c ../../../src/user_examples/cs_user_postprocess-sfc.c -fPIC -DPIC -o .libs/cs_user_postprocess-sfc.o depbase=`echo cs_user_radiative_transfer_bcs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer_bcs.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_radiative_transfer_bcs.lo ../../../src/user_examples/cs_user_radiative_transfer_bcs.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_solver-heat-equation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_solver-heat-equation.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_solver-heat-equation.lo ../../../src/user_examples/cs_user_solver-heat-equation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer.lo -MD -MP -MF .deps/cs_user_radiative_transfer.Tpo -c ../../../src/user_examples/cs_user_radiative_transfer.c -fPIC -DPIC -o .libs/cs_user_radiative_transfer.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_radiative_transfer_bcs.lo -MD -MP -MF .deps/cs_user_radiative_transfer_bcs.Tpo -c ../../../src/user_examples/cs_user_radiative_transfer_bcs.c -fPIC -DPIC -o .libs/cs_user_radiative_transfer_bcs.o ../../../src/user_examples/cs_user_postprocess-sfc.c(332): warning #869: parameter "input" was never referenced _sfc_cell_select(void *input, ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_solver-heat-equation.lo -MD -MP -MF .deps/cs_user_solver-heat-equation.Tpo -c ../../../src/user_examples/cs_user_solver-heat-equation.c -fPIC -DPIC -o .libs/cs_user_solver-heat-equation.o depbase=`echo cs_user_source_terms-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-base.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms-base.lo ../../../src/user_examples/cs_user_source_terms-base.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_radiative_transfer.c(197): warning #177: variable "cpro_cak0" was declared but never referenced cs_real_t *cpro_cak0 = CS_FI_(rad_cak, 0)->val; ^ ../../../src/user_examples/cs_user_radiative_transfer.c(192): warning #869: parameter "bc_type" was never referenced cs_user_rad_transfer_absorption(const int bc_type[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(309): warning #869: parameter "coefbp" was never referenced const cs_real_t coefbp[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(310): warning #869: parameter "cofafp" was never referenced const cs_real_t cofafp[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(311): warning #869: parameter "cofbfp" was never referenced const cs_real_t cofbfp[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(314): warning #869: parameter "xlam" was never referenced const cs_real_t xlam[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(315): warning #869: parameter "epa" was never referenced const cs_real_t epa[], ^ ../../../src/user_examples/cs_user_radiative_transfer.c(317): warning #869: parameter "ck" was never referenced const cs_real_t ck[], ^ depbase=`echo cs_user_source_terms-momentum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-momentum.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms-momentum.lo ../../../src/user_examples/cs_user_source_terms-momentum.c &&\ mv -f $depbase.Tpo $depbase.Plo ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(135): warning #869: parameter "icodcl" was never referenced int icodcl[], ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(139): warning #869: parameter "tx" was never referenced cs_real_t *tx, ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(140): warning #869: parameter "dt" was never referenced const cs_real_t dt[], ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(142): warning #869: parameter "thwall" was never referenced const cs_real_t thwall[], ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(143): warning #869: parameter "qincid" was never referenced const cs_real_t qincid[], ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(144): warning #869: parameter "hfcnvp" was never referenced cs_real_t hfcnvp[], ^ ../../../src/user_examples/cs_user_radiative_transfer_bcs.c(145): warning #869: parameter "flcnvp" was never referenced cs_real_t flcnvp[], ^ depbase=`echo cs_user_source_terms-richards.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-richards.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms-richards.lo ../../../src/user_examples/cs_user_source_terms-richards.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-base.lo -MD -MP -MF .deps/cs_user_source_terms-base.Tpo -c ../../../src/user_examples/cs_user_source_terms-base.c -fPIC -DPIC -o .libs/cs_user_source_terms-base.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-momentum.lo -MD -MP -MF .deps/cs_user_source_terms-momentum.Tpo -c ../../../src/user_examples/cs_user_source_terms-momentum.c -fPIC -DPIC -o .libs/cs_user_source_terms-momentum.o depbase=`echo cs_user_source_terms-scalar_in_a_channel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-scalar_in_a_channel.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms-scalar_in_a_channel.lo ../../../src/user_examples/cs_user_source_terms-scalar_in_a_channel.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-richards.lo -MD -MP -MF .deps/cs_user_source_terms-richards.Tpo -c ../../../src/user_examples/cs_user_source_terms-richards.c -fPIC -DPIC -o .libs/cs_user_source_terms-richards.o ../../../src/user_examples/cs_user_source_terms-base.c(100): warning #177: variable "var_f_id" was declared but never referenced int var_f_id = cs_field_get_key_int(f, cs_field_key_id("first_moment_id")); ^ libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-scalar_in_a_channel.lo -MD -MP -MF .deps/cs_user_source_terms-scalar_in_a_channel.Tpo -c ../../../src/user_examples/cs_user_source_terms-scalar_in_a_channel.c -fPIC -DPIC -o .libs/cs_user_source_terms-scalar_in_a_channel.o depbase=`echo cs_user_source_terms-turbulence.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-turbulence.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_source_terms-turbulence.lo ../../../src/user_examples/cs_user_source_terms-turbulence.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_user_turbomachinery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_turbomachinery.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_turbomachinery.lo ../../../src/user_examples/cs_user_turbomachinery.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_source_terms-turbulence.lo -MD -MP -MF .deps/cs_user_source_terms-turbulence.Tpo -c ../../../src/user_examples/cs_user_source_terms-turbulence.c -fPIC -DPIC -o .libs/cs_user_source_terms-turbulence.o depbase=`echo cs_user_zones.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_zones.lo -MD -MP -MF $depbase.Tpo -c -o cs_user_zones.lo ../../../src/user_examples/cs_user_zones.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_turbomachinery.lo -MD -MP -MF .deps/cs_user_turbomachinery.Tpo -c ../../../src/user_examples/cs_user_turbomachinery.c -fPIC -DPIC -o .libs/cs_user_turbomachinery.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/user_examples -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cfbl -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_user_zones.lo -MD -MP -MF .deps/cs_user_zones.Tpo -c ../../../src/user_examples/cs_user_zones.c -fPIC -DPIC -o .libs/cs_user_zones.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_atmospheric_model.lo ../../../src/user_examples/cs_user_atmospheric_model.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_atmospheric_model.f90 -fPIC -o .libs/cs_user_atmospheric_model.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-advanced.lo ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90 ../../../src/user_examples/cs_user_turbomachinery.c(132): warning #177: variable "join_num" was declared but never referenced int join_num = cs_turbomachinery_join_add(faces_criteria, ^ ../../../src/user_examples/cs_user_atmospheric_model.f90(300): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('75',nlelt,lstelt) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-atmospheric.lo ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90 -fPIC -o .libs/cs_user_boundary_conditions-advanced.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90 -fPIC -o .libs/cs_user_boundary_conditions-atmospheric.o ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90(165): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('1234', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5678', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90(229): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('6789', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-advanced.f90(268): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('6789', nlelt, lstelt) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-auto_inlet_profile.lo ../../../src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-base.lo ../../../src/user_examples/cs_user_boundary_conditions-base.f90 ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(176): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11',nlelt,lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(212): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('21',nlelt,lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(242): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('31',nlelt,lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(313): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(340): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('15', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-atmospheric.f90(371): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-base.f90 -fPIC -o .libs/cs_user_boundary_conditions-base.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90 -fPIC -o .libs/cs_user_boundary_conditions-auto_inlet_profile.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-compressible.lo ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90 ../../../src/user_examples/cs_user_boundary_conditions-base.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2 and x < 0.01', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-base.f90(217): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('3', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-base.f90(266): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('outlet', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-base.f90(284): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-base.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('7', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-base.f90(376): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90(221): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('INLET', nlelt, lstelt) -----^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90 -fPIC -o .libs/cs_user_boundary_conditions-compressible.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-cooling_towers.lo ../../../src/user_examples/cs_user_boundary_conditions-cooling_towers.f90 ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(164): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('1 and X <= 1.0 ', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(259): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(287): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('3', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(307): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(316): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(362): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(384): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('7', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-compressible.f90(444): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('8', nlelt, lstelt) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-electric_arcs.lo ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-cooling_towers.f90 -fPIC -o .libs/cs_user_boundary_conditions-cooling_towers.o ../../../src/user_examples/cs_user_boundary_conditions-cooling_towers.f90(148): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-cooling_towers.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-cooling_towers.f90(198): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5', nlelt, lstelt) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-fuel.lo ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90 -fPIC -o .libs/cs_user_boundary_conditions-electric_arcs.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-gas_3ptchem.lo ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-gas_ebu.lo ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90 -fPIC -o .libs/cs_user_boundary_conditions-fuel.o ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('1', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(309): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(379): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(452): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('3', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(533): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('51', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-electric_arcs.f90(607): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90 -fPIC -o .libs/cs_user_boundary_conditions-gas_3ptchem.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90 -fPIC -o .libs/cs_user_boundary_conditions-gas_ebu.o ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90(263): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90(371): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('15', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90(398): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('19', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-fuel.f90(423): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('14 or 4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(154): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(255): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('21', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(356): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('51 to 59', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(379): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('91', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(402): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('41 or 4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90(424): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('61', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90(254): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90(310): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('51 or 5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('91 or 9', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_ebu.f90(355): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('41 or 4', nlelt, lstelt) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-gas_libby_williams.lo ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-mapped_inlet.lo ../../../src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-pulverized_coal.lo ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-pulverized_coal_lagrangian.lo ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90 -fPIC -o .libs/cs_user_boundary_conditions-gas_libby_williams.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90 -fPIC -o .libs/cs_user_boundary_conditions-pulverized_coal.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90 -fPIC -o .libs/cs_user_boundary_conditions-mapped_inlet.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90 -fPIC -o .libs/cs_user_boundary_conditions-pulverized_coal_lagrangian.o ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90(152): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90(254): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90(310): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('51 or 5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('91 or 9', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90(355): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('41 or 4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90(156): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90(270): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('11', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90(353): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('15', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90(381): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('19', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90(405): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('14 or 4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90(156): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('12', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90(278): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('15', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90(305): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('19', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90(332): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('14 or 4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('INLET', nlfac, lstfac) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions-richards.lo ../../../src/user_examples/cs_user_boundary_conditions-richards.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_conditions_ale-base.lo ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_mass_source_terms-condensation.lo ../../../src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_boundary_mass_source_terms-nzones_condensation.lo ../../../src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions-richards.f90 -fPIC -o .libs/cs_user_boundary_conditions-richards.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90 -fPIC -o .libs/cs_user_boundary_conditions_ale-base.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90 -fPIC -o .libs/cs_user_boundary_mass_source_terms-condensation.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90 -fPIC -o .libs/cs_user_boundary_mass_source_terms-nzones_condensation.o ../../../src/user_examples/cs_user_boundary_conditions-richards.f90(153): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('FACE1', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-richards.f90(185): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('FACE2', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-richards.f90(214): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('FACE3', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions-richards.f90(252): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('FACE4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90(158): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90(178): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('5', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90(201): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('6', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_conditions_ale-base.f90(216): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('not (4 or 5 or 6)', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('60',nlelt,lstelt) -------^ ../../../src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90(159): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('60 and box[-0.03,0.0,0.5,0.03,0.6,1.22]',nlelt,lstelt) -------^ ../../../src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90(180): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('60 and box[-0.03,0.0,1.22,0.03,0.6,2.55]', nlelt, lstelt) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_extra_operations-force_temperature.lo ../../../src/user_examples/cs_user_extra_operations-force_temperature.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_extra_operations-nusselt_calculation.lo ../../../src/user_examples/cs_user_extra_operations-nusselt_calculation.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_extra_operations-force_temperature.f90 -fPIC -o .libs/cs_user_extra_operations-force_temperature.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_extra_operations-parallel_operations.lo ../../../src/user_examples/cs_user_extra_operations-parallel_operations.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_extra_operations-nusselt_calculation.f90 -fPIC -o .libs/cs_user_extra_operations-nusselt_calculation.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_extra_operations-richards_flux.lo ../../../src/user_examples/cs_user_extra_operations-richards_flux.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_fluid_structure_interaction.lo ../../../src/user_examples/cs_user_fluid_structure_interaction.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_extra_operations-parallel_operations.f90 -fPIC -o .libs/cs_user_extra_operations-parallel_operations.o ../../../src/user_examples/cs_user_extra_operations-nusselt_calculation.f90(190): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('normal[0,-1,0,0.1] and y < 0.01',nlelt,lstelt) -------^ ../../../src/user_examples/cs_user_extra_operations-nusselt_calculation.f90(236): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FINDPT] call findpt(ncelet, ncel, xyzcen, xyz(1), xyz(2), xyz(3), iel, irangv) -----------^ ../../../src/user_examples/cs_user_extra_operations-nusselt_calculation.f90(276): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [SORTC2] call sortc2(xabsg, xnusselt, neltg) ---------^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_fluid_structure_interaction.f90 -fPIC -o .libs/cs_user_fluid_structure_interaction.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_extra_operations-richards_flux.f90 -fPIC -o .libs/cs_user_extra_operations-richards_flux.o ../../../src/user_examples/cs_user_fluid_structure_interaction.f90(135): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('4', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_fluid_structure_interaction.f90(145): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('6', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_fluid_structure_interaction.f90(447): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2 and X < 2.0', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_fluid_structure_interaction.f90(458): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFBR] call getfbr('2 and X > 2.0', nlelt, lstelt) -----^ ../../../src/user_examples/cs_user_extra_operations-richards_flux.f90(133): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [VISCFA] call viscfa (imvisf, scalar_diffusion, viscf, viscb) -------^ ../../../src/user_examples/cs_user_extra_operations-richards_flux.f90(141): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFAC] call getfac('PLANE1', nlelt, lstelt) -------^ ../../../src/user_examples/cs_user_extra_operations-richards_flux.f90(179): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETFAC] call getfac('TOP_SOIL1', nlelt, lstelt) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-atmospheric.lo ../../../src/user_examples/cs_user_initialization-atmospheric.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-atmospheric.f90 -fPIC -o .libs/cs_user_initialization-atmospheric.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-compressible.lo ../../../src/user_examples/cs_user_initialization-compressible.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-cooling_towers.lo ../../../src/user_examples/cs_user_initialization-cooling_towers.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-fuel.lo ../../../src/user_examples/cs_user_initialization-fuel.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-compressible.f90 -fPIC -o .libs/cs_user_initialization-compressible.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-cooling_towers.f90 -fPIC -o .libs/cs_user_initialization-cooling_towers.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-fuel.f90 -fPIC -o .libs/cs_user_initialization-fuel.o ../../../src/user_examples/cs_user_initialization-cooling_towers.f90(137): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel('6', nlelt, lstelt) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-gas_3ptchem.lo ../../../src/user_examples/cs_user_initialization-gas_3ptchem.f90 ../../../src/user_examples/cs_user_initialization-fuel.f90(147): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_FUEL_HTCONVERS1] call cs_fuel_htconvers1(mode, h1init, coefe, t1init) -----^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-gas_ebu.lo ../../../src/user_examples/cs_user_initialization-gas_ebu.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-gas_libby_williams.lo ../../../src/user_examples/cs_user_initialization-gas_libby_williams.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-gas_3ptchem.f90 -fPIC -o .libs/cs_user_initialization-gas_3ptchem.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-pulverized_coal.lo ../../../src/user_examples/cs_user_initialization-pulverized_coal.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-gas_libby_williams.f90 -fPIC -o .libs/cs_user_initialization-gas_libby_williams.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-gas_ebu.f90 -fPIC -o .libs/cs_user_initialization-gas_ebu.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-pulverized_coal.f90 -fPIC -o .libs/cs_user_initialization-pulverized_coal.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_initialization-richards.lo ../../../src/user_examples/cs_user_initialization-richards.f90 ../../../src/user_examples/cs_user_initialization-gas_libby_williams.f90(163): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht(mode, ngazg, ngazgm, coefg, npo, npot, th, ehgazg, hinit, tentm) -------^ ../../../src/user_examples/cs_user_initialization-gas_ebu.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [COTHHT] call cothht(mode, ngazg, ngazgm, coefg, npo, npot, th, ehgazg, hinit, tentm) -------^ ../../../src/user_examples/cs_user_initialization-pulverized_coal.f90(151): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CS_COAL_HTCONVERS1] call cs_coal_htconvers1(mode, h1init, coefe, f1mc, f2mc, t1init) -----^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_initialization-richards.f90 -fPIC -o .libs/cs_user_initialization-richards.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_metal_structures_source_terms-condensation.lo ../../../src/user_examples/cs_user_metal_structures_source_terms-condensation.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_modules-user-arrays.lo ../../../src/user_examples/cs_user_modules-user-arrays.f90 ../../../src/user_examples/cs_user_initialization-richards.f90(146): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel('SOURCE', ncelt, lstelt) -------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_parameters-richards.lo ../../../src/user_examples/cs_user_parameters-richards.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_metal_structures_source_terms-condensation.f90 -fPIC -o .libs/cs_user_metal_structures_source_terms-condensation.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_modules-user-arrays.f90 -fPIC -o .libs/cs_user_modules-user-arrays.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_parameters-richards.f90 -fPIC -o .libs/cs_user_parameters-richards.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_parameters.lo ../../../src/user_examples/cs_user_parameters.f90 ../../../src/user_examples/cs_user_metal_structures_source_terms-condensation.f90(108): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel('z > -7.0d0 and z < 53.d0', ncmast, ltmast) ---------^ ../../../src/user_examples/cs_user_modules-user-arrays.f90(82): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit(err) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_physical_properties-coal_drift.lo ../../../src/user_examples/cs_user_physical_properties-coal_drift.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_parameters.f90 -fPIC -o .libs/cs_user_parameters.o /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_physical_properties-compressible_flow.lo ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90 /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_physical_properties-richards_sat.lo ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90 libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_physical_properties-coal_drift.f90 -fPIC -o .libs/cs_user_physical_properties-coal_drift.o libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90 -fPIC -o .libs/cs_user_physical_properties-compressible_flow.o ../../../src/user_examples/cs_user_parameters.f90(1065): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [FIELD_SET_KEY_DOUBLE] call field_set_key_double(ivarfl(isca(itempk)), kvisl0, 3.d-2) -----^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90 -fPIC -o .libs/cs_user_physical_properties-richards_sat.o ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90(244): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90(291): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90(295): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90(352): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -------^ ../../../src/user_examples/cs_user_physical_properties-compressible_flow.f90(425): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [CSEXIT] call csexit (1) -----------^ /bin/sh ../../libtool --tag=FC --mode=compile mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c -o cs_user_physical_properties-richards_unsat.lo ../../../src/user_examples/cs_user_physical_properties-richards_unsat.f90 ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90(119): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel('SOIL1', ncelt, lstcel) -----^ ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90(144): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel('SOIL2', ncelt, lstcel) -----^ ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90(190): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel ('SOIL1', ncelt, lstcel) -------^ ../../../src/user_examples/cs_user_physical_properties-richards_sat.f90(203): warning #8889: Explicit declaration of the EXTERNAL attribute is required. [GETCEL] call getcel ('SOIL2', ncelt, lstcel) -------^ libtool: compile: mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -c ../../../src/user_examples/cs_user_physical_properties-richards_unsat.f90 -fPIC -o .libs/cs_user_physical_properties-richards_unsat.o /bin/sh ../../libtool --tag=FC --mode=link mpiifort -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O2 -cpp -fpic -warn -diag-disable 7712 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsexample.la cs_user_1d_wall_thermal.lo cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo cs_user_boundary_conditions-medcoupling_remapper_2d.lo cs_user_boundary_conditions-notebook.lo cs_user_coupling-saturne.lo cs_user_coupling-syrthes.lo cs_user_electric_scaling.lo cs_user_extra_operations-vorticity_field.lo cs_user_extra_operations-balance_by_zone.lo cs_user_extra_operations-boundary_forces.lo cs_user_extra_operations-nusselt_and_friction_calculation.lo cs_user_extra_operations-scalar_balance.lo cs_user_extra_operations-turbomachinery.lo cs_user_extra_operations-verif_cdo_diffusion.lo cs_user_gwf-example.lo cs_user_head_losses.lo cs_user_hgn-relax_time_scale.lo cs_user_initialization-base.lo cs_user_initialization-electric_arcs.lo cs_user_initialization-medcoupling_remapper_3d.lo cs_user_initialization-time_step.lo cs_user_lagr_boundary_conditions.lo cs_user_lagr_volume_conditions.lo cs_user_lagr_model.lo cs_user_lagr_particle.lo cs_user_lagr_particle-coal.lo cs_user_les_inflow-base.lo cs_user_mesh-boundary.lo cs_user_mesh-cartesian.lo cs_user_mesh-groups_from_free_faces.lo cs_user_mesh-input-save.lo cs_user_mesh-joining.lo cs_user_mesh-modify.lo cs_user_mesh-periodicity.lo cs_user_mesh-quality.lo cs_user_paramedmem_coupling-base.lo cs_user_parameters-base.lo cs_user_parameters-cdo-condif.lo cs_user_parameters-ctwr.lo cs_user_parameters-coupling.lo cs_user_parameters-fans.lo cs_user_parameters-cdo-gwf.lo cs_user_parameters-linear_solvers.lo cs_user_parameters-rotation.lo cs_user_parameters-volume_mass_injection.lo cs_user_parameters-time_moments.lo cs_user_performance_tuning-matrix.lo cs_user_performance_tuning-numbering.lo cs_user_performance_tuning-parallel-io.lo cs_user_performance_tuning-partition.lo cs_user_physical_properties.lo cs_user_physical_properties-scalar_drift.lo cs_user_porosity.lo cs_user_postprocess.lo cs_user_postprocess-profiles.lo cs_user_postprocess-probes-interpolate.lo cs_user_postprocess-sfc.lo cs_user_radiative_transfer.lo cs_user_radiative_transfer_bcs.lo cs_user_solver-heat-equation.lo cs_user_source_terms-base.lo cs_user_source_terms-momentum.lo cs_user_source_terms-richards.lo cs_user_source_terms-scalar_in_a_channel.lo cs_user_source_terms-turbulence.lo cs_user_turbomachinery.lo cs_user_zones.lo cs_user_atmospheric_model.lo cs_user_boundary_conditions-advanced.lo cs_user_boundary_conditions-atmospheric.lo cs_user_boundary_conditions-auto_inlet_profile.lo cs_user_boundary_conditions-base.lo cs_user_boundary_conditions-compressible.lo cs_user_boundary_conditions-cooling_towers.lo cs_user_boundary_conditions-electric_arcs.lo cs_user_boundary_conditions-fuel.lo cs_user_boundary_conditions-gas_3ptchem.lo cs_user_boundary_conditions-gas_ebu.lo cs_user_boundary_conditions-gas_libby_williams.lo cs_user_boundary_conditions-mapped_inlet.lo cs_user_boundary_conditions-pulverized_coal.lo cs_user_boundary_conditions-pulverized_coal_lagrangian.lo cs_user_boundary_conditions-richards.lo cs_user_boundary_conditions_ale-base.lo cs_user_boundary_mass_source_terms-condensation.lo cs_user_boundary_mass_source_terms-nzones_condensation.lo cs_user_extra_operations-force_temperature.lo cs_user_extra_operations-nusselt_calculation.lo cs_user_extra_operations-parallel_operations.lo cs_user_extra_operations-richards_flux.lo cs_user_fluid_structure_interaction.lo cs_user_initialization-atmospheric.lo cs_user_initialization-compressible.lo cs_user_initialization-cooling_towers.lo cs_user_initialization-fuel.lo cs_user_initialization-gas_3ptchem.lo cs_user_initialization-gas_ebu.lo cs_user_initialization-gas_libby_williams.lo cs_user_initialization-pulverized_coal.lo cs_user_initialization-richards.lo cs_user_metal_structures_source_terms-condensation.lo cs_user_modules-user-arrays.lo cs_user_parameters-richards.lo cs_user_parameters.lo cs_user_physical_properties-coal_drift.lo cs_user_physical_properties-compressible_flow.lo cs_user_physical_properties-richards_sat.lo cs_user_physical_properties-richards_unsat.lo -lz -ldl libtool: link: ar cru .libs/libcsexample.a .libs/cs_user_1d_wall_thermal.o .libs/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.o .libs/cs_user_boundary_conditions-medcoupling_remapper_2d.o .libs/cs_user_boundary_conditions-notebook.o .libs/cs_user_coupling-saturne.o .libs/cs_user_coupling-syrthes.o .libs/cs_user_electric_scaling.o .libs/cs_user_extra_operations-vorticity_field.o .libs/cs_user_extra_operations-balance_by_zone.o .libs/cs_user_extra_operations-boundary_forces.o .libs/cs_user_extra_operations-nusselt_and_friction_calculation.o .libs/cs_user_extra_operations-scalar_balance.o .libs/cs_user_extra_operations-turbomachinery.o .libs/cs_user_extra_operations-verif_cdo_diffusion.o .libs/cs_user_gwf-example.o .libs/cs_user_head_losses.o .libs/cs_user_hgn-relax_time_scale.o .libs/cs_user_initialization-base.o .libs/cs_user_initialization-electric_arcs.o .libs/cs_user_initialization-medcoupling_remapper_3d.o .libs/cs_user_initialization-time_step.o .libs/cs_user_lagr_boundary_conditions.o .libs/cs_user_lagr_volume_conditions.o .libs/cs_user_lagr_model.o .libs/cs_user_lagr_particle.o .libs/cs_user_lagr_particle-coal.o .libs/cs_user_les_inflow-base.o .libs/cs_user_mesh-boundary.o .libs/cs_user_mesh-cartesian.o .libs/cs_user_mesh-groups_from_free_faces.o .libs/cs_user_mesh-input-save.o .libs/cs_user_mesh-joining.o .libs/cs_user_mesh-modify.o .libs/cs_user_mesh-periodicity.o .libs/cs_user_mesh-quality.o .libs/cs_user_paramedmem_coupling-base.o .libs/cs_user_parameters-base.o .libs/cs_user_parameters-cdo-condif.o .libs/cs_user_parameters-ctwr.o .libs/cs_user_parameters-coupling.o .libs/cs_user_parameters-fans.o .libs/cs_user_parameters-cdo-gwf.o .libs/cs_user_parameters-linear_solvers.o .libs/cs_user_parameters-rotation.o .libs/cs_user_parameters-volume_mass_injection.o .libs/cs_user_parameters-time_moments.o .libs/cs_user_performance_tuning-matrix.o .libs/cs_user_performance_tuning-numbering.o .libs/cs_user_performance_tuning-parallel-io.o .libs/cs_user_performance_tuning-partition.o .libs/cs_user_physical_properties.o .libs/cs_user_physical_properties-scalar_drift.o .libs/cs_user_porosity.o .libs/cs_user_postprocess.o .libs/cs_user_postprocess-profiles.o .libs/cs_user_postprocess-probes-interpolate.o .libs/cs_user_postprocess-sfc.o .libs/cs_user_radiative_transfer.o .libs/cs_user_radiative_transfer_bcs.o .libs/cs_user_solver-heat-equation.o .libs/cs_user_source_terms-base.o .libs/cs_user_source_terms-momentum.o .libs/cs_user_source_terms-richards.o .libs/cs_user_source_terms-scalar_in_a_channel.o .libs/cs_user_source_terms-turbulence.o .libs/cs_user_turbomachinery.o .libs/cs_user_zones.o .libs/cs_user_atmospheric_model.o .libs/cs_user_boundary_conditions-advanced.o .libs/cs_user_boundary_conditions-atmospheric.o .libs/cs_user_boundary_conditions-auto_inlet_profile.o .libs/cs_user_boundary_conditions-base.o .libs/cs_user_boundary_conditions-compressible.o .libs/cs_user_boundary_conditions-cooling_towers.o .libs/cs_user_boundary_conditions-electric_arcs.o .libs/cs_user_boundary_conditions-fuel.o .libs/cs_user_boundary_conditions-gas_3ptchem.o .libs/cs_user_boundary_conditions-gas_ebu.o .libs/cs_user_boundary_conditions-gas_libby_williams.o .libs/cs_user_boundary_conditions-mapped_inlet.o .libs/cs_user_boundary_conditions-pulverized_coal.o .libs/cs_user_boundary_conditions-pulverized_coal_lagrangian.o .libs/cs_user_boundary_conditions-richards.o .libs/cs_user_boundary_conditions_ale-base.o .libs/cs_user_boundary_mass_source_terms-condensation.o .libs/cs_user_boundary_mass_source_terms-nzones_condensation.o .libs/cs_user_extra_operations-force_temperature.o .libs/cs_user_extra_operations-nusselt_calculation.o .libs/cs_user_extra_operations-parallel_operations.o .libs/cs_user_extra_operations-richards_flux.o .libs/cs_user_fluid_structure_interaction.o .libs/cs_user_initialization-atmospheric.o .libs/cs_user_initialization-compressible.o .libs/cs_user_initialization-cooling_towers.o .libs/cs_user_initialization-fuel.o .libs/cs_user_initialization-gas_3ptchem.o .libs/cs_user_initialization-gas_ebu.o .libs/cs_user_initialization-gas_libby_williams.o .libs/cs_user_initialization-pulverized_coal.o .libs/cs_user_initialization-richards.o .libs/cs_user_metal_structures_source_terms-condensation.o .libs/cs_user_modules-user-arrays.o .libs/cs_user_parameters-richards.o .libs/cs_user_parameters.o .libs/cs_user_physical_properties-coal_drift.o .libs/cs_user_physical_properties-compressible_flow.o .libs/cs_user_physical_properties-richards_sat.o .libs/cs_user_physical_properties-richards_unsat.o libtool: link: ranlib .libs/libcsexample.a libtool: link: ( cd ".libs" && rm -f "libcsexample.la" && ln -s "../libcsexample.la" "libcsexample.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/user_examples' Making all in meg make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/meg' depbase=`echo cs_meg_boundary_function.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_boundary_function.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_boundary_function.lo ../../../src/meg/cs_meg_boundary_function.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_fsi_struct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_fsi_struct.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_fsi_struct.lo ../../../src/meg/cs_meg_fsi_struct.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_immersed_boundaries_inout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_immersed_boundaries_inout.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_immersed_boundaries_inout.lo ../../../src/meg/cs_meg_immersed_boundaries_inout.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_initialization.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_initialization.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_initialization.lo ../../../src/meg/cs_meg_initialization.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_initialization.lo -MD -MP -MF .deps/cs_meg_initialization.Tpo -c ../../../src/meg/cs_meg_initialization.c -fPIC -DPIC -o .libs/cs_meg_initialization.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_fsi_struct.lo -MD -MP -MF .deps/cs_meg_fsi_struct.Tpo -c ../../../src/meg/cs_meg_fsi_struct.c -fPIC -DPIC -o .libs/cs_meg_fsi_struct.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_boundary_function.lo -MD -MP -MF .deps/cs_meg_boundary_function.Tpo -c ../../../src/meg/cs_meg_boundary_function.c -fPIC -DPIC -o .libs/cs_meg_boundary_function.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_immersed_boundaries_inout.lo -MD -MP -MF .deps/cs_meg_immersed_boundaries_inout.Tpo -c ../../../src/meg/cs_meg_immersed_boundaries_inout.c -fPIC -DPIC -o .libs/cs_meg_immersed_boundaries_inout.o depbase=`echo cs_meg_post_output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_post_output.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_post_output.lo ../../../src/meg/cs_meg_post_output.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_post_profile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_post_profile.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_post_profile.lo ../../../src/meg/cs_meg_post_profile.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_source_terms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_source_terms.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_source_terms.lo ../../../src/meg/cs_meg_source_terms.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cs_meg_volume_function.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_volume_function.lo -MD -MP -MF $depbase.Tpo -c -o cs_meg_volume_function.lo ../../../src/meg/cs_meg_volume_function.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_source_terms.lo -MD -MP -MF .deps/cs_meg_source_terms.Tpo -c ../../../src/meg/cs_meg_source_terms.c -fPIC -DPIC -o .libs/cs_meg_source_terms.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_post_output.lo -MD -MP -MF .deps/cs_meg_post_output.Tpo -c ../../../src/meg/cs_meg_post_output.c -fPIC -DPIC -o .libs/cs_meg_post_output.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_post_profile.lo -MD -MP -MF .deps/cs_meg_post_profile.Tpo -c ../../../src/meg/cs_meg_post_profile.c -fPIC -DPIC -o .libs/cs_meg_post_profile.o libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/meg -I../.. -I../../../src/alge -I../../../src/atmo -I../../../src/base -I../../../src/cdo -I../../../src/cfbl -I../../../src/cogz -I../../../src/darc -I../../../src/ctwr -I../../../src/elec -I../../../src/lagr -I../../../src/mesh -I../../../src/bft -I../../../src/fvm -I../../../src/gui -I../../../src/pprt -I../../../src/rayt -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_meg_volume_function.lo -MD -MP -MF .deps/cs_meg_volume_function.Tpo -c ../../../src/meg/cs_meg_volume_function.c -fPIC -DPIC -o .libs/cs_meg_volume_function.o /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -O -Wl,-export-dynamic -qopenmp -o libcsmeg.la cs_meg_boundary_function.lo cs_meg_fsi_struct.lo cs_meg_immersed_boundaries_inout.lo cs_meg_initialization.lo cs_meg_post_output.lo cs_meg_post_profile.lo cs_meg_source_terms.lo cs_meg_volume_function.lo -lz -ldl libtool: link: ar cru .libs/libcsmeg.a .libs/cs_meg_boundary_function.o .libs/cs_meg_fsi_struct.o .libs/cs_meg_immersed_boundaries_inout.o .libs/cs_meg_initialization.o .libs/cs_meg_post_output.o .libs/cs_meg_post_profile.o .libs/cs_meg_source_terms.o .libs/cs_meg_volume_function.o libtool: link: ranlib .libs/libcsmeg.a libtool: link: ( cd ".libs" && rm -f "libcsmeg.la" && ln -s "../libcsmeg.la" "libcsmeg.la" ) make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/meg' Making all in apps make[3]: Entering directory `/media/ephemeral0/code_saturne-7.0.0/build/src/apps' /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -no-undefined -release 7.0 -O -Wl,-export-dynamic -qopenmp -o libsaturne.la -rpath /program/code-saturne-7.0.0/lib ../../src/fvm/libfvm_filters.la ../../src/base/libcsbase.la ../../src/base/libcscore.la ../../src/base/libcsrenumber.la ../../src/pprt/libcspprt.la ../../src/cdo/libcscdo.la ../../src/alge/libcsalge.la ../../src/mesh/libcsmesh.la ../../src/mesh/libcspartition.la ../../src/turb/libcsturb.la ../../src/atmo/libcsatmo.la ../../src/cfbl/libcscfbl.la ../../src/cogz/libcscogz.la ../../src/comb/libcscomb.la ../../src/ctwr/libcsctwr.la ../../src/darc/libcsdarc.la ../../src/elec/libcselec.la ../../src/gui/libcsgui.la ../../src/lagr/libcslagr.la ../../src/rayt/libcsrayt.la ../../src/user/libcsuser.la ../../src/meg/libcsmeg.la ../../src/libcsmodules.la ../../src/bft/libbft.la ../../libple/src/libple.la -L/program/code-saturne-7.0.0/cgns-4.3.0//lib -R/program/code-saturne-7.0.0/cgns-4.3.0//lib -lcgns -L/program/code-saturne-7.0.0/hdf5-1.12.1//lib -lhdf5 -R/program/code-saturne-7.0.0/hdf5-1.12.1//lib -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0/lib/release -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0/lib -L/opt/rescale/oneapi/2021.4.0/mkl/2021.4.0/lib/intel64 -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//libfabric/lib -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/release -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/compiler/lib/intel64_lin -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/lib -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/bin/intel64/../../compiler/lib/intel64_lin -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/opt/rescale/oneapi/2021.4.0/mkl/2021.4.0/lib/intel64/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//libfabric/lib/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/release/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/ -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/compiler/lib/intel64_lin/ -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/lib/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpifort -lmpi -ldl -lrt -lpthread -lifport -lifcoremt_pic -limf -lsvml -lm -lipgo -lirc -lirc_s -lz -ldl depbase=`echo cs_solver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../libtool --tag=CC --mode=compile mpiicc -DHAVE_CONFIG_H -I. -I../../../src/apps -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/fvm -I../../../src/gui -I../../../src/lagr -I../../../src/mesh -I../../../src/turb -I"../../../libple/src" -I"../../libple" -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_solver.lo -MD -MP -MF $depbase.Tpo -c -o cs_solver.lo ../../../src/apps/cs_solver.c &&\ mv -f $depbase.Tpo $depbase.Plo mpiicc -DHAVE_CONFIG_H -I. -I../../../src/apps -I../.. -DLOCALEDIR=\"'/program/code-saturne-7.0.0/share/locale'\" -I../../../src/base -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_io_dump-cs_io_dump.o -MD -MP -MF .deps/cs_io_dump-cs_io_dump.Tpo -c -o cs_io_dump-cs_io_dump.o `test -f 'cs_io_dump.c' || echo '../../../src/apps/'`cs_io_dump.c libtool: compile: mpiicc -DHAVE_CONFIG_H -I. -I../../../src/apps -I../.. -I../../../src/alge -I../../../src/base -I../../../src/bft -I../../../src/cdo -I../../../src/cogz -I../../../src/ctwr -I../../../src/darc -I../../../src/elec -I../../../src/fvm -I../../../src/gui -I../../../src/lagr -I../../../src/mesh -I../../../src/turb -I../../../libple/src -I../../libple -DMPICH_SKIP_MPICXX -D_POSIX_C_SOURCE=200809L -DNDEBUG -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -MT cs_solver.lo -MD -MP -MF .deps/cs_solver.Tpo -c ../../../src/apps/cs_solver.c -fPIC -DPIC -o .libs/cs_solver.o In file included from ../../../src/cdo/cs_advection_field.h(35), from ../../../src/cdo/cs_domain_setup.h(36), from ../../../src/apps/cs_solver.c(58): ../../../src/cdo/cs_cdo_local.h(493): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits *v2 = ((tmp != *v0) && (tmp != *v1)) ? tmp : e2v_ids[2*e1+1]; ^ libtool: link: mpiicc -shared -fPIC -DPIC -Wl,--whole-archive ../../src/fvm/.libs/libfvm_filters.a ../../src/base/.libs/libcsbase.a ../../src/base/.libs/libcscore.a ../../src/base/.libs/libcsrenumber.a ../../src/pprt/.libs/libcspprt.a ../../src/cdo/.libs/libcscdo.a ../../src/alge/.libs/libcsalge.a ../../src/mesh/.libs/libcsmesh.a ../../src/mesh/.libs/libcspartition.a ../../src/turb/.libs/libcsturb.a ../../src/atmo/.libs/libcsatmo.a ../../src/cfbl/.libs/libcscfbl.a ../../src/cogz/.libs/libcscogz.a ../../src/comb/.libs/libcscomb.a ../../src/ctwr/.libs/libcsctwr.a ../../src/darc/.libs/libcsdarc.a ../../src/elec/.libs/libcselec.a ../../src/gui/.libs/libcsgui.a ../../src/lagr/.libs/libcslagr.a ../../src/rayt/.libs/libcsrayt.a ../../src/user/.libs/libcsuser.a ../../src/meg/.libs/libcsmeg.a ../../src/.libs/libcsmodules.a ../../src/bft/.libs/libbft.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/media/ephemeral0/code_saturne-7.0.0/build/libple/src/.libs -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1/lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1/lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/cgns-4.3.0//lib -Wl,-rpath -Wl,/program/code-saturne-7.0.0/hdf5-1.12.1//lib -L/program/code-saturne-7.0.0/cgns-4.3.0//lib -L/program/code-saturne-7.0.0/hdf5-1.12.1//lib ../../libple/src/.libs/libple.so -lcgns /program/code-saturne-7.0.0/hdf5-1.12.1/lib/libhdf5.so -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0/lib/release -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0/lib -L/opt/rescale/oneapi/2021.4.0/mkl/2021.4.0/lib/intel64 -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//libfabric/lib -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/release -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/compiler/lib/intel64_lin -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/lib -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/bin/intel64/../../compiler/lib/intel64_lin -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/opt/rescale/oneapi/2021.4.0/mkl/2021.4.0/lib/intel64/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//libfabric/lib/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/release/ -L/opt/rescale/oneapi/2021.4.0/mpi/2021.4.0//lib/ -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/compiler/lib/intel64_lin/ -L/opt/rescale/oneapi/2021.4.0/compiler/2021.4.0/linux/lib/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpifort -lmpi -lrt -lpthread -lifport -lifcoremt_pic -limf -lsvml -lm -lipgo -lirc -lirc_s -lz -ldl -O2 -qopenmp -O -Wl,-export-dynamic -qopenmp -Wl,-soname -Wl,libsaturne-7.0.so -o .libs/libsaturne-7.0.so mv -f .deps/cs_io_dump-cs_io_dump.Tpo .deps/cs_io_dump-cs_io_dump.Po /bin/sh ../../libtool --tag=CC --mode=link mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o cs_io_dump cs_io_dump-cs_io_dump.o -lz -ldl libtool: link: mpiicc -O2 -std=c11 -restrict -funsigned-char -Wall -Wcheck -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused -wd981 -qopenmp -O -Wl,-export-dynamic -qopenmp -o cs_io_dump cs_io_dump-cs_io_dump.o -lz -ldl ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(cgns_error.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(cgns_io.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(cgnslib.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(ADFH.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(ADF_interface.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(ADF_internals.o): relocation R_X86_64_32 against `sub_node_start_tag' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(cg_hashmap.o): relocation R_X86_64_32S against `BitLengthTable' can not be used when making a shared object; recompile with -fPIC ld: /program/code-saturne-7.0.0/cgns-4.3.0//lib/libcgns.a(cgns_internals.o): relocation R_X86_64_32 against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC ld: final link failed: Nonrepresentable section on output make[3]: *** [libsaturne.la] Error 1 make[3]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src/apps' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/ephemeral0/code_saturne-7.0.0/build' make: *** [all] Error 2