Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
18ea4ac3
Commit
18ea4ac3
authored
Jul 21, 2010
by
Thomas Witkowski
Browse files
And a small bugfix.
parent
60fc51c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
AMDiS/libtool
View file @
18ea4ac3
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
# the same distribution terms that you use for the rest of that program.
# the same distribution terms that you use for the rest of that program.
# A sed program that does not truncate output.
# A sed program that does not truncate output.
SED
=
"/
usr/
bin/sed"
SED
=
"/bin/sed"
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
Xsed
=
"/
usr/
bin/sed -e 1s/^X//"
Xsed
=
"/bin/sed -e 1s/^X//"
# The HP-UX ksh and POSIX shell print the target directory to stdout
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
# if CDPATH is set.
...
@@ -44,7 +44,7 @@ available_tags=" CXX F77"
...
@@ -44,7 +44,7 @@ available_tags=" CXX F77"
# ### BEGIN LIBTOOL CONFIG
# ### BEGIN LIBTOOL CONFIG
# Libtool was configured on host
linux-dxyz.site
:
# Libtool was configured on host
NWRW15
:
# Shell to use when invoking shell scripts.
# Shell to use when invoking shell scripts.
SHELL
=
"/bin/sh"
SHELL
=
"/bin/sh"
...
@@ -66,12 +66,12 @@ fast_install=yes
...
@@ -66,12 +66,12 @@ fast_install=yes
# The host system.
# The host system.
host_alias
=
host_alias
=
host
=
x86_64-unknown
-linux-gnu
host
=
i686-pc
-linux-gnu
host_os
=
linux-gnu
host_os
=
linux-gnu
# The build system.
# The build system.
build_alias
=
build_alias
=
build
=
x86_64-unknown
-linux-gnu
build
=
i686-pc
-linux-gnu
build_os
=
linux-gnu
build_os
=
linux-gnu
# An echo program that does not interpret backslashes.
# An echo program that does not interpret backslashes.
...
@@ -82,22 +82,25 @@ AR="ar"
...
@@ -82,22 +82,25 @@ AR="ar"
AR_FLAGS
=
"cru"
AR_FLAGS
=
"cru"
# A C compiler.
# A C compiler.
LTCC
=
"
/usr/lib64/mpi/gcc/openmpi//bin/mpi
cc"
LTCC
=
"
g
cc"
# LTCC compiler flags.
# LTCC compiler flags.
LTCFLAGS
=
"-g -O2"
LTCFLAGS
=
"-g -O2"
# A language-specific compiler.
# A language-specific compiler.
CC
=
"
/usr/lib64/mpi/gcc/openmpi//bin/mpi
cc"
CC
=
"
g
cc"
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc
=
yes
with_gcc
=
yes
gcc_dir
=
`
gcc
-print-file-name
=
.
| /bin/sed
's,/\.$,,'
`
gcc_ver
=
`
gcc
-dumpversion
`
# An ERE matcher.
# An ERE matcher.
EGREP
=
"grep -E"
EGREP
=
"grep -E"
# The linker used to build libraries.
# The linker used to build libraries.
LD
=
"/usr/
x86_64-suse-linux/bin/ld -m elf_x86_64
"
LD
=
"/usr/
bin/ld
"
# Whether we need hard or soft links.
# Whether we need hard or soft links.
LN_S
=
"ln -s"
LN_S
=
"ln -s"
...
@@ -171,7 +174,7 @@ dlopen_self=unknown
...
@@ -171,7 +174,7 @@ dlopen_self=unknown
dlopen_self_static
=
unknown
dlopen_self_static
=
unknown
# Compiler flag to prevent dynamic linking.
# Compiler flag to prevent dynamic linking.
link_static_flag
=
""
link_static_flag
=
"
-static
"
# Compiler flag to turn off builtin functions.
# Compiler flag to turn off builtin functions.
no_builtin_flag
=
" -fno-builtin"
no_builtin_flag
=
" -fno-builtin"
...
@@ -229,11 +232,11 @@ striplib="strip --strip-unneeded"
...
@@ -229,11 +232,11 @@ striplib="strip --strip-unneeded"
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects
=
""
predep_objects
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects
=
""
postdep_objects
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -245,7 +248,7 @@ postdeps=""
...
@@ -245,7 +248,7 @@ postdeps=""
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path
=
""
compiler_lib_search_path
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method
=
"pass_all"
deplibs_check_method
=
"pass_all"
...
@@ -325,10 +328,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
...
@@ -325,10 +328,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
link_all_deplibs
=
unknown
link_all_deplibs
=
unknown
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec
=
" /usr/lib64/gcc/x86_64-suse-linux/4.5
/ /usr/lib
64
/gcc/
x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/x86_64-suse
-linux/4.
5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/../../../../
x86_64-suse-linux/lib/../lib64
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/../../../
x86_64-suse
-linux/
4.5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5/..
/../../../
lib64/ /lib/x86_64-suse-linux/4.5/ /lib/../lib64/ /usr/lib/x86_64-suse-linux/4.5/ /usr/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../ /lib/ /usr/lib/"
sys_lib_search_path_spec
=
`
echo
" /u/witkowski/local/lib/i386-redhat-linux/4.1.2/ /u/witkowski/local/lib
/ /usr/lib/gcc/
i386-redhat-linux/4.1.2/ /usr/lib/gcc/i386-redhat
-linux/4.
1.2
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../../
i386-redhat-linux/lib/i386-redhat-linux/4.1.2
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../
../i386-redhat
-linux/
lib
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../
i386-redhat-linux/4.1.2/ /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../ /lib/i386-redhat-linux/4.1.2/ /lib/ /usr/lib/i386-redhat-linux/4.1.2/ /usr/lib/"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
X11R6/lib64/Xaw3d /usr/X11R6/lib64 /usr/lib64/Xaw3d /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d /usr/x86_64-suse-linux/lib /usr/local/lib /opt/kde3/lib /lib64 /lib /usr/lib64 /usr/lib /usr/local/lib64 /opt/kde3/lib64 /usr/lib64/graphviz /usr/lib64/graphviz/sharp /usr/lib64/graphviz/java /usr/lib64/graphviz/perl /usr/lib64/graphviz/php /usr/lib64/graphviz/ocaml /usr/lib64/graphviz/python /usr/lib64/graphviz/lua /usr/lib64/graphviz/tcl /usr/lib64/graphviz/guile /usr/lib64/graphviz/ruby
"
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
lib/octave-2.9.9 /usr/lib/qt-3.3/lib /usr/lib/qt4/lib /usr/lib/xulrunner-1.9.2
"
# Fix the shell variable $srcfile for the compiler.
# Fix the shell variable $srcfile for the compiler.
fix_srcfile_path
=
""
fix_srcfile_path
=
""
...
@@ -6760,7 +6763,7 @@ build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
...
@@ -6760,7 +6763,7 @@ build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
# End:
# End:
# ### BEGIN LIBTOOL TAG CONFIG: CXX
# ### BEGIN LIBTOOL TAG CONFIG: CXX
# Libtool was configured on host
linux-dxyz.site
:
# Libtool was configured on host
NWRW15
:
# Shell to use when invoking shell scripts.
# Shell to use when invoking shell scripts.
SHELL
=
"/bin/sh"
SHELL
=
"/bin/sh"
...
@@ -6782,12 +6785,12 @@ fast_install=yes
...
@@ -6782,12 +6785,12 @@ fast_install=yes
# The host system.
# The host system.
host_alias
=
host_alias
=
host
=
x86_64-unknown
-linux-gnu
host
=
i686-pc
-linux-gnu
host_os
=
linux-gnu
host_os
=
linux-gnu
# The build system.
# The build system.
build_alias
=
build_alias
=
build
=
x86_64-unknown
-linux-gnu
build
=
i686-pc
-linux-gnu
build_os
=
linux-gnu
build_os
=
linux-gnu
# An echo program that does not interpret backslashes.
# An echo program that does not interpret backslashes.
...
@@ -6798,22 +6801,25 @@ AR="ar"
...
@@ -6798,22 +6801,25 @@ AR="ar"
AR_FLAGS
=
"cru"
AR_FLAGS
=
"cru"
# A C compiler.
# A C compiler.
LTCC
=
"
/usr/lib64/mpi/gcc/openmpi//bin/mpi
cc"
LTCC
=
"
g
cc"
# LTCC compiler flags.
# LTCC compiler flags.
LTCFLAGS
=
"-g -O2"
LTCFLAGS
=
"-g -O2"
# A language-specific compiler.
# A language-specific compiler.
CC
=
"
/usr/lib64/mpi/gcc/openmpi//bin/mpicxx
"
CC
=
"
g++
"
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc
=
yes
with_gcc
=
yes
gcc_dir
=
`
gcc
-print-file-name
=
.
| /bin/sed
's,/\.$,,'
`
gcc_ver
=
`
gcc
-dumpversion
`
# An ERE matcher.
# An ERE matcher.
EGREP
=
"grep -E"
EGREP
=
"grep -E"
# The linker used to build libraries.
# The linker used to build libraries.
LD
=
"/usr/
x86_64-suse-linux/bin/ld -m elf_x86_64
"
LD
=
"/usr/
bin/ld
"
# Whether we need hard or soft links.
# Whether we need hard or soft links.
LN_S
=
"ln -s"
LN_S
=
"ln -s"
...
@@ -6887,7 +6893,7 @@ dlopen_self=unknown
...
@@ -6887,7 +6893,7 @@ dlopen_self=unknown
dlopen_self_static
=
unknown
dlopen_self_static
=
unknown
# Compiler flag to prevent dynamic linking.
# Compiler flag to prevent dynamic linking.
link_static_flag
=
""
link_static_flag
=
"
-static
"
# Compiler flag to turn off builtin functions.
# Compiler flag to turn off builtin functions.
no_builtin_flag
=
" -fno-builtin"
no_builtin_flag
=
" -fno-builtin"
...
@@ -6942,11 +6948,11 @@ striplib="strip --strip-unneeded"
...
@@ -6942,11 +6948,11 @@ striplib="strip --strip-unneeded"
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects
=
"/usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5/..
/../../../
lib64/
crti.o /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/crtbeginS.o"
predep_objects
=
`
echo
"/usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../crti.o /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/crtbeginS.o"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects
=
"/usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/crtendS.o /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5/..
/../../../
lib64/
crtn.o"
postdep_objects
=
`
echo
"/usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/crtendS.o /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../crtn.o"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -6954,11 +6960,11 @@ predeps=""
...
@@ -6954,11 +6960,11 @@ predeps=""
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdeps
=
"
-lmpi_cxx -lmpi -lopen-rte -lopen-pal -ldl -lnsl -lutil -ldl
-lstdc++ -lm -lgcc_s
-lpthread
-lc -lgcc_s"
postdeps
=
"-lstdc++ -lm -lgcc_s -lc -lgcc_s"
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path
=
"-L/usr/lib64/mpi/gcc/openmpi
/lib
64
-L/usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
-L/usr/lib
64
/gcc/
x86_64-suse-linux/4.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse
-linux/4.
5/..
/../../..
/x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../.."
compiler_lib_search_path
=
`
echo
"-L/u/witkowski/local
/lib -L/usr/lib/gcc/
i386-redhat
-linux/4.
1.2
-L/usr/lib/gcc/
i386-redhat-linux/4.1.2 -L/usr/lib/gcc/i386-redhat
-linux/4.
1.2
/../../..
"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method
=
"pass_all"
deplibs_check_method
=
"pass_all"
...
@@ -7038,10 +7044,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
...
@@ -7038,10 +7044,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
link_all_deplibs
=
unknown
link_all_deplibs
=
unknown
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec
=
" /usr/lib64/gcc/x86_64-suse-linux/4.5
/ /usr/lib
64
/gcc/
x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/x86_64-suse
-linux/4.
5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/../../../../
x86_64-suse-linux/lib/../lib64
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/../../../
x86_64-suse
-linux/
4.5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5/..
/../../../
lib64/ /lib/x86_64-suse-linux/4.5/ /lib/../lib64/ /usr/lib/x86_64-suse-linux/4.5/ /usr/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../ /lib/ /usr/lib/"
sys_lib_search_path_spec
=
`
echo
" /u/witkowski/local/lib/i386-redhat-linux/4.1.2/ /u/witkowski/local/lib
/ /usr/lib/gcc/
i386-redhat-linux/4.1.2/ /usr/lib/gcc/i386-redhat
-linux/4.
1.2
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../../
i386-redhat-linux/lib/i386-redhat-linux/4.1.2
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../
../i386-redhat
-linux/
lib
/ /usr/lib/gcc/
i386-redhat
-linux/4.
1.2
/../../../
i386-redhat-linux/4.1.2/ /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../ /lib/i386-redhat-linux/4.1.2/ /lib/ /usr/lib/i386-redhat-linux/4.1.2/ /usr/lib/"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
X11R6/lib64/Xaw3d /usr/X11R6/lib64 /usr/lib64/Xaw3d /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d /usr/x86_64-suse-linux/lib /usr/local/lib /opt/kde3/lib /lib64 /lib /usr/lib64 /usr/lib /usr/local/lib64 /opt/kde3/lib64 /usr/lib64/graphviz /usr/lib64/graphviz/sharp /usr/lib64/graphviz/java /usr/lib64/graphviz/perl /usr/lib64/graphviz/php /usr/lib64/graphviz/ocaml /usr/lib64/graphviz/python /usr/lib64/graphviz/lua /usr/lib64/graphviz/tcl /usr/lib64/graphviz/guile /usr/lib64/graphviz/ruby
"
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
lib/octave-2.9.9 /usr/lib/qt-3.3/lib /usr/lib/qt4/lib /usr/lib/xulrunner-1.9.2
"
# Fix the shell variable $srcfile for the compiler.
# Fix the shell variable $srcfile for the compiler.
fix_srcfile_path
=
""
fix_srcfile_path
=
""
...
@@ -7065,7 +7071,7 @@ include_expsyms=""
...
@@ -7065,7 +7071,7 @@ include_expsyms=""
# ### BEGIN LIBTOOL TAG CONFIG: F77
# ### BEGIN LIBTOOL TAG CONFIG: F77
# Libtool was configured on host
linux-dxyz.site
:
# Libtool was configured on host
NWRW15
:
# Shell to use when invoking shell scripts.
# Shell to use when invoking shell scripts.
SHELL
=
"/bin/sh"
SHELL
=
"/bin/sh"
...
@@ -7087,12 +7093,12 @@ fast_install=yes
...
@@ -7087,12 +7093,12 @@ fast_install=yes
# The host system.
# The host system.
host_alias
=
host_alias
=
host
=
x86_64-unknown
-linux-gnu
host
=
i686-pc
-linux-gnu
host_os
=
linux-gnu
host_os
=
linux-gnu
# The build system.
# The build system.
build_alias
=
build_alias
=
build
=
x86_64-unknown
-linux-gnu
build
=
i686-pc
-linux-gnu
build_os
=
linux-gnu
build_os
=
linux-gnu
# An echo program that does not interpret backslashes.
# An echo program that does not interpret backslashes.
...
@@ -7103,22 +7109,25 @@ AR="ar"
...
@@ -7103,22 +7109,25 @@ AR="ar"
AR_FLAGS
=
"cru"
AR_FLAGS
=
"cru"
# A C compiler.
# A C compiler.
LTCC
=
"
/usr/lib64/mpi/gcc/openmpi//bin/mpi
cc"
LTCC
=
"
g
cc"
# LTCC compiler flags.
# LTCC compiler flags.
LTCFLAGS
=
"-g -O2"
LTCFLAGS
=
"-g -O2"
# A language-specific compiler.
# A language-specific compiler.
CC
=
"g
fortran
"
CC
=
"g
77
"
# Is the compiler the GNU C compiler?
# Is the compiler the GNU C compiler?
with_gcc
=
yes
with_gcc
=
yes
gcc_dir
=
`
gcc
-print-file-name
=
.
| /bin/sed
's,/\.$,,'
`
gcc_ver
=
`
gcc
-dumpversion
`
# An ERE matcher.
# An ERE matcher.
EGREP
=
"grep -E"
EGREP
=
"grep -E"
# The linker used to build libraries.
# The linker used to build libraries.
LD
=
"/usr/
x86_64-suse-linux/bin/ld -m elf_x86_64
"
LD
=
"/usr/
bin/ld
"
# Whether we need hard or soft links.
# Whether we need hard or soft links.
LN_S
=
"ln -s"
LN_S
=
"ln -s"
...
@@ -7250,11 +7259,11 @@ striplib="strip --strip-unneeded"
...
@@ -7250,11 +7259,11 @@ striplib="strip --strip-unneeded"
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
predep_objects
=
""
predep_objects
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place after the objects being linked to create a
# Dependencies to place after the objects being linked to create a
# shared library.
# shared library.
postdep_objects
=
""
postdep_objects
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Dependencies to place before the objects being linked to create a
# Dependencies to place before the objects being linked to create a
# shared library.
# shared library.
...
@@ -7266,7 +7275,7 @@ postdeps=""
...
@@ -7266,7 +7275,7 @@ postdeps=""
# The library search path used internally by the compiler when linking
# The library search path used internally by the compiler when linking
# a shared library.
# a shared library.
compiler_lib_search_path
=
""
compiler_lib_search_path
=
`
echo
""
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Method to check whether dependent libraries are shared objects.
# Method to check whether dependent libraries are shared objects.
deplibs_check_method
=
"pass_all"
deplibs_check_method
=
"pass_all"
...
@@ -7346,10 +7355,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
...
@@ -7346,10 +7355,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
link_all_deplibs
=
unknown
link_all_deplibs
=
unknown
# Compile-time system search path for libraries
# Compile-time system search path for libraries
sys_lib_search_path_spec
=
" /usr/lib64/gcc/x86_64-suse-linux/4.5
/ /usr/lib
64
/gcc/
x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/x86_64-suse
-linux/4.
5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/4.
5
/../../../../
x86_64-suse-linux/lib/../lib64
/ /usr/lib
64
/gcc/
x86_64-suse-linux/4.5/../../../x86_64-suse
-linux/
4.5
/ /usr/lib
64
/gcc/
x86_64-suse
-linux/
4.5/..
/../../../
lib64/ /lib/x86_64-suse-linux/4.5/ /lib/../lib64/ /usr/lib/x86_64-suse-linux/4.5/ /usr/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib/ /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../ /lib/ /usr/lib/"
sys_lib_search_path_spec
=
`
echo
" /u/witkowski/local/lib/i386-redhat-linux/3.4.6/ /u/witkowski/local/lib
/ /usr/lib/gcc/
i386-redhat-linux/3.4.6/ /usr/lib/gcc/i386-redhat
-linux/
3.
4.
6
/ /usr/lib/gcc/
i386-redhat
-linux/
3.
4.
6
/../../../../
i386-redhat-linux/lib/i386-redhat-linux/3.4.6
/ /usr/lib/gcc/
i386-redhat-linux/3.4.6/../../../../i386-redhat
-linux/
lib
/ /usr/lib/gcc/
i386-redhat
-linux/
3.4.6
/../../../
i386-redhat-linux/3.4.6/ /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../ /lib/i386-redhat-linux/3.4.6/ /lib/ /usr/lib/i386-redhat-linux/3.4.6/ /usr/lib/"
|
$SED
-e
"s@
${
gcc_dir
}
@
\$
{gcc_dir}@g;s@
${
gcc_ver
}
@
\$
{gcc_ver}@g"
`
# Run-time system search path for libraries
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
X11R6/lib64/Xaw3d /usr/X11R6/lib64 /usr/lib64/Xaw3d /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d /usr/x86_64-suse-linux/lib /usr/local/lib /opt/kde3/lib /lib64 /lib /usr/lib64 /usr/lib /usr/local/lib64 /opt/kde3/lib64 /usr/lib64/graphviz /usr/lib64/graphviz/sharp /usr/lib64/graphviz/java /usr/lib64/graphviz/perl /usr/lib64/graphviz/php /usr/lib64/graphviz/ocaml /usr/lib64/graphviz/python /usr/lib64/graphviz/lua /usr/lib64/graphviz/tcl /usr/lib64/graphviz/guile /usr/lib64/graphviz/ruby
"
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib /usr/
lib/octave-2.9.9 /usr/lib/qt-3.3/lib /usr/lib/qt4/lib /usr/lib/xulrunner-1.9.2
"
# Fix the shell variable $srcfile for the compiler.
# Fix the shell variable $srcfile for the compiler.
fix_srcfile_path
=
""
fix_srcfile_path
=
""
...
...
AMDiS/src/BasisFunction.cc
View file @
18ea4ac3
...
@@ -70,7 +70,7 @@ namespace AMDiS {
...
@@ -70,7 +70,7 @@ namespace AMDiS {
WorldVector
<
double
>
*
val
=
(
NULL
!=
values
)
?
values
:
&
Values
;
WorldVector
<
double
>
*
val
=
(
NULL
!=
values
)
?
values
:
&
Values
;
for
(
int
n
=
0
;
n
<
dow
;
n
++
)
for
(
int
n
=
0
;
n
<
dow
;
n
++
)
(
*
val
)[
n
]
=
0
;
(
*
val
)[
n
]
=
0.
0
;
for
(
int
i
=
0
;
i
<
nBasFcts
;
i
++
)
{
for
(
int
i
=
0
;
i
<
nBasFcts
;
i
++
)
{
double
phil
=
(
*
(
*
phi
)[
i
])(
lambda
);
double
phil
=
(
*
(
*
phi
)[
i
])(
lambda
);
...
@@ -116,7 +116,8 @@ namespace AMDiS {
...
@@ -116,7 +116,8 @@ namespace AMDiS {
const
WorldMatrix
<
double
>&
BasisFunction
::
evalD2Uh
(
const
DimVec
<
double
>&
lambda
,
const
WorldMatrix
<
double
>&
BasisFunction
::
evalD2Uh
(
const
DimVec
<
double
>&
lambda
,
const
DimVec
<
WorldVector
<
double
>
>&
grd_lambda
,
const
DimVec
<
WorldVector
<
double
>
>&
grd_lambda
,
const
double
*
uh_loc
,
WorldMatrix
<
double
>*
D2_uh
)
const
const
ElementVector
&
uh_loc
,
WorldMatrix
<
double
>*
D2_uh
)
const
{
{
static
WorldMatrix
<
double
>
D2
(
DEFAULT_VALUE
,
0.0
);
static
WorldMatrix
<
double
>
D2
(
DEFAULT_VALUE
,
0.0
);
DimMat
<
double
>
D2_b
(
dim
,
DEFAULT_VALUE
,
0.0
);
DimMat
<
double
>
D2_b
(
dim
,
DEFAULT_VALUE
,
0.0
);
...
...
AMDiS/src/BasisFunction.h
View file @
18ea4ac3
...
@@ -340,7 +340,8 @@ namespace AMDiS {
...
@@ -340,7 +340,8 @@ namespace AMDiS {
*/
*/
const
WorldMatrix
<
double
>&
evalD2Uh
(
const
DimVec
<
double
>&
lambda
,
const
WorldMatrix
<
double
>&
evalD2Uh
(
const
DimVec
<
double
>&
lambda
,
const
DimVec
<
WorldVector
<
double
>
>&
Lambda
,
const
DimVec
<
WorldVector
<
double
>
>&
Lambda
,
const
double
*
uh
,
WorldMatrix
<
double
>*
val
)
const
;
const
ElementVector
&
uh
,
WorldMatrix
<
double
>*
val
)
const
;
protected:
protected:
/// Textual description
/// Textual description
...
...
AMDiS/src/SubAssembler.cc
View file @
18ea4ac3
...
@@ -98,6 +98,8 @@ namespace AMDiS {
...
@@ -98,6 +98,8 @@ namespace AMDiS {
const
ElInfo
*
largeElInfo
,
const
ElInfo
*
largeElInfo
,
Quadrature
*
quad
)
Quadrature
*
quad
)
{
{
FUNCNAME
(
"SubAssembler::initElement()"
);
// set corrdsAtQPs invalid
// set corrdsAtQPs invalid
coordsValid
=
false
;
coordsValid
=
false
;
...
...
AMDiS/src/SubAssembler.hh
View file @
18ea4ac3
...
@@ -26,6 +26,7 @@ namespace AMDiS {
...
@@ -26,6 +26,7 @@ namespace AMDiS {
if
(
!
valuesAtQPs
[
vec
])
if
(
!
valuesAtQPs
[
vec
])
valuesAtQPs
[
vec
]
=
new
ValuesAtQPs
;
valuesAtQPs
[
vec
]
=
new
ValuesAtQPs
;
valuesAtQPs
[
vec
]
->
values
.
change_dim
(
localQuad
->
getNumPoints
());
valuesAtQPs
[
vec
]
->
values
.
change_dim
(
localQuad
->
getNumPoints
());
vecAtQPs
.
change_dim
(
localQuad
->
getNumPoints
());
mtl
::
dense_vector
<
T
>&
values
=
valuesAtQPs
[
vec
]
->
values
;
mtl
::
dense_vector
<
T
>&
values
=
valuesAtQPs
[
vec
]
->
values
;
bool
sameFeSpaces
=
bool
sameFeSpaces
=
...
...
AMDiS/src/ZeroOrderAssembler.cc
View file @
18ea4ac3
...
@@ -44,7 +44,7 @@ namespace AMDiS {
...
@@ -44,7 +44,7 @@ namespace AMDiS {
// check if a new assembler is needed
// check if a new assembler is needed
if
(
quad
)
{
if
(
quad
)
{
for
(
int
i
=
0
;
i
<
static_cast
<
int
>
(
subAssemblers
->
size
());
i
++
)
{
for
(
int
i
=
0
;
i
<
static_cast
<
int
>
(
subAssemblers
->
size
());
i
++
)
{
std
::
vector
<
OperatorTerm
*>
assTerms
=
*
((
*
subAssemblers
)[
i
]
->
getTerms
());
std
::
vector
<
OperatorTerm
*>
assTerms
=
*
((
*
subAssemblers
)[
i
]
->
getTerms
());
sort
(
assTerms
.
begin
(),
assTerms
.
end
());
sort
(
assTerms
.
begin
(),
assTerms
.
end
());
...
@@ -334,7 +334,7 @@ namespace AMDiS {
...
@@ -334,7 +334,7 @@ namespace AMDiS {
int
myRank
=
omp_get_thread_num
();
int
myRank
=
omp_get_thread_num
();
std
::
vector
<
double
>
c
(
1
,
0.0
);
std
::
vector
<
double
>
c
(
1
,
0.0
);
for
(
termIt
=
terms
[
myRank
].
begin
();
termIt
!=
terms
[
myRank
].
end
();
++
termIt
)
for
(
termIt
=
terms
[
myRank
].
begin
();
termIt
!=
terms
[
myRank
].
end
();
++
termIt
)
(
static_cast
<
ZeroOrderTerm
*>
(
*
termIt
))
->
getC
(
elInfo
,
1
,
c
);
(
static_cast
<
ZeroOrderTerm
*>
(
*
termIt
))
->
getC
(
elInfo
,
1
,
c
);
c
[
0
]
*=
elInfo
->
getDet
();
c
[
0
]
*=
elInfo
->
getDet
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment