Skip to content
Snippets Groups Projects
Commit 92baa032 authored by Hendryk Bockelmann's avatar Hendryk Bockelmann :thinking:
Browse files

Merge branch 'mr_fixes' into 'master'

MR-fixes

See merge request dkrz-source/sct!3
parents 595f8d17 92b3b91a
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,9 @@ AS_IF([test x"$mpi" != xfalse],
[AC_MSG_WARN([check for MPI_LAUNCH disabled])],
[AC_PATH_PROGS([MPI_LAUNCH], [poe mpirun mpiexec], [true])
# set MP_HOSTFILE if we are using IBM PE
if test x"$(basename $ac_cv_path_MPI_LAUNCH)" == x"poe"; then
# $ac_cv_path_MPI_LAUNCH can be a command with arguments:
set dummy $ac_cv_path_MPI_LAUNCH
if test x"$(basename $[2])" == x"poe"; then
# create tmp hostfile and export envVar MP_HOSTFILE
# to enable compiler check for MPI compiler in case of IBM PE
if test -z "${MP_HOSTFILE}"; then
......
......@@ -42,7 +42,7 @@ else
$(top_srcdir)/util/gen_public_header.pl N_HAVE_MPI $(header)
endif
$(sct_mod): sct.o
$(sct_mod): sct.lo
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pkgconfig/sct.pc
......@@ -18,7 +18,7 @@ libsct_la_SOURCES =
nodist_include_HEADERS =
endif
$(sct_mod): nosct.o
$(sct_mod): nosct.lo
# Clean Fortran module files and Cray's postprocessed files.
CLEANFILES = $(sct_mod) sct.i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment