Remove trailing newlines
This removes redundant trailing newlines from all the
files (including Makefiles), for consistency across files.
Originally, I wanted to do it for Makefiles in the coll
directory. But since it was a single line script, I ran
it across the whole repository. Here is the script:
sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba'
Signed-off-by: Ken Raffenetti <raffenet@mcs.anl.gov>
Esse commit está contido em:
@@ -636,4 +636,3 @@ include $(top_srcdir)/doc/Makefile.mk
|
||||
# use the _TARGETS var as a workaround for being unable to define multiple
|
||||
# -local targets
|
||||
install-data-local: $(INSTALL_DATA_LOCAL_TARGETS)
|
||||
|
||||
|
||||
@@ -87,4 +87,3 @@ if test "$enable_coverage" = "yes" ; then
|
||||
fi
|
||||
AM_CONDITIONAL([BUILD_COVERAGE],[test "X$pac_cv_use_coverage" = "Xyes"])
|
||||
])
|
||||
|
||||
|
||||
@@ -497,4 +497,3 @@ PAC_POP_FLAG([CC])
|
||||
|
||||
AC_MSG_RESULT([done (results in $2)])
|
||||
])
|
||||
|
||||
|
||||
@@ -258,4 +258,3 @@ dnl
|
||||
dnl This is useful for reducing copy-paste errors when defining PREREQ and BODY
|
||||
dnl macros. If you tinker with this macro, watch the quoting carefully.
|
||||
AC_DEFUN([PAC_SUBCFG_AUTO_SUFFIX],[m4_translit(m4_bpatsubst(m4_dquote(__file__),[/[^/]+.m4],[]),[/],[_])])
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@ This directory contains non-essential code that complements MPICH but
|
||||
is not part of MPICH itself. Code in this directory may have a
|
||||
different license and copyright than MPICH and should be explained in
|
||||
each subdirectory.
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ configure MPICH with the following arguments:
|
||||
Where (:net_mod) indicates an optional network module parameter such as
|
||||
tcp or mx. Omitting a netmod will select the default netmod ("tcp" as
|
||||
of the time of this writing).
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ install-devdocs:
|
||||
export DEV_INSTALL_PREFIX ; \
|
||||
( cd $$dir && $(MAKE) install-devdocs ) ; \
|
||||
done
|
||||
|
||||
|
||||
@@ -543,5 +543,3 @@ Error codes for MPI_T:
|
||||
values(s)
|
||||
|
||||
D*/
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ nop begingroup 0
|
||||
nop endgroup 0
|
||||
name mpichversion 0 1.0.3
|
||||
nop scriptsize
|
||||
|
||||
|
||||
@@ -38,5 +38,3 @@ install-devdocs: namepub.pdf
|
||||
-fig2dev -L eps -l landscape $*.fig > $*.eps
|
||||
if [ ! -s $*.eps ] ; then \
|
||||
fig2dev -L ps -l landscape $*.fig > $*.eps ; fi
|
||||
|
||||
|
||||
|
||||
@@ -16,4 +16,3 @@ the next thing to do:
|
||||
- work through a scenario using this whole layered design
|
||||
|
||||
- rinse and repeat for a collective scenario
|
||||
|
||||
|
||||
@@ -1299,5 +1299,3 @@ Open Issues:
|
||||
avoid buffer copies?
|
||||
|
||||
- Need to define the communication agent
|
||||
|
||||
|
||||
|
||||
@@ -155,4 +155,3 @@
|
||||
|
||||
|
||||
- matching incoming messages to requests
|
||||
|
||||
|
||||
@@ -266,4 +266,3 @@ recv_mop can be used for accumulate
|
||||
|
||||
send_mop could cause remote operations to occur. We will not use send_mop
|
||||
currently.
|
||||
|
||||
|
||||
@@ -368,5 +368,3 @@ Connection resolution
|
||||
----------
|
||||
|
||||
Communication agent
|
||||
|
||||
|
||||
|
||||
@@ -174,4 +174,3 @@ MPID_Win_get_hdlr(header)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,3 @@ MPID_Win_fence(assert,win)
|
||||
* Atomically move the remote handler call counters to a buffer and
|
||||
zero the counters. This ensures that the
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -261,5 +261,3 @@ MPIDI_Win_acc_eager_hdlr(src, comm, (header,(data,data_sz)))
|
||||
dwin->rhc_processed++;
|
||||
}
|
||||
/* MPIDI_Win_acc_eager_hdlr() */
|
||||
|
||||
|
||||
|
||||
@@ -81,4 +81,3 @@
|
||||
Optimizations
|
||||
|
||||
* merge synchronization with RMA ops when sending messages
|
||||
|
||||
|
||||
@@ -40,5 +40,3 @@ MPID_Win_unlock
|
||||
------------------------------------------------------------------------
|
||||
|
||||
MPID_Accumulate
|
||||
|
||||
|
||||
|
||||
@@ -82,4 +82,3 @@ or the get data is sent over. Except in the case of get operations,
|
||||
Win_unlock must block until it receives an acknowledgement from the
|
||||
target that the RMA operation has completed (for both shared and
|
||||
exclusive locks).
|
||||
|
||||
|
||||
@@ -154,4 +154,3 @@ MPID_shm_Accumulate
|
||||
* Unlock target local window
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -100,4 +100,3 @@ install-devdocs: pmi.pdf
|
||||
-fig2dev -L eps -l landscape $*.fig > $*.eps
|
||||
if [ ! -s $*.eps ] ; then \
|
||||
fig2dev -L ps -l landscape $*.fig > $*.eps ; fi
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
key = {mpich},
|
||||
title = {http://www.mcs.anl.gov/mpi/mpich}
|
||||
}
|
||||
|
||||
|
||||
@@ -599,5 +599,3 @@ here:\url{http://wiki.mpich.org/mpich/index.php/Frequently_Asked_Questions}
|
||||
\bibliography{user}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
|
||||
@@ -49,4 +49,3 @@ Running the pmandel* programs
|
||||
|
||||
|
||||
Others will be documented later.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
This directory contains programs that may be useful for developers. These
|
||||
are not example programs; rather, they may be used to explore the
|
||||
behavior of the MPI implemenation in some special cases.
|
||||
|
||||
|
||||
@@ -79,7 +79,3 @@ program main
|
||||
call MPI_FINALIZE(rc)
|
||||
stop
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -53,4 +53,3 @@ dist_noinst_DATA += \
|
||||
### TODO FIXME what do we do about these?
|
||||
##makedefs
|
||||
##sampleconf.in
|
||||
|
||||
|
||||
@@ -557,4 +557,3 @@ N*/
|
||||
the routines 'MPI_Add_error_class' and 'MPI_Add_error_code' that allow the
|
||||
user to define and use MPI error codes and classes.
|
||||
N*/
|
||||
|
||||
|
||||
@@ -900,4 +900,3 @@ sub ExpandDir {
|
||||
# layer, forcing all routines to document all MPI error classes that they might
|
||||
# return (this is like requiring routines to document the exceptions that
|
||||
# they may throw).
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ foreach $errname (sort(keys(%errkeys))) {
|
||||
}
|
||||
close FDG;
|
||||
}
|
||||
|
||||
|
||||
@@ -372,4 +372,3 @@ sub cmp_arrays {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -144,4 +144,3 @@ sub indent {
|
||||
}
|
||||
return $spaces;
|
||||
}
|
||||
|
||||
|
||||
@@ -81,5 +81,3 @@ foreach $key (keys(%routine_names)) {
|
||||
}
|
||||
print OFD "}\n";
|
||||
close OFD;
|
||||
|
||||
|
||||
|
||||
@@ -45,4 +45,3 @@ mpicovsimple.o: mpicovsimple.cxx mpicovsimple.h
|
||||
endif BUILD_COVERAGE
|
||||
|
||||
endif BUILD_CXX_BINDING
|
||||
|
||||
|
||||
@@ -413,4 +413,3 @@ void Status::Set_error(int error)
|
||||
|
||||
# B.11 MPI-1.2
|
||||
void Get_version(int& version, int& subversion)
|
||||
|
||||
|
||||
externo
-1
@@ -252,4 +252,3 @@ else
|
||||
fi
|
||||
|
||||
exit $rc
|
||||
|
||||
|
||||
externo
-1
@@ -261,4 +261,3 @@ else
|
||||
fi
|
||||
|
||||
exit $rc
|
||||
|
||||
|
||||
externo
-1
@@ -315,4 +315,3 @@ if [ -n "$rmfiles" ] ; then
|
||||
rm -f $rmfiles
|
||||
fi
|
||||
exit $rc
|
||||
|
||||
|
||||
externo
-1
@@ -337,4 +337,3 @@ if [ -n "$rmfiles" ] ; then
|
||||
rm -f $rmfiles
|
||||
fi
|
||||
exit $rc
|
||||
|
||||
|
||||
externo
-1
@@ -372,4 +372,3 @@ if [ -n "$rmfiles" ] ; then
|
||||
rm -f $rmfiles
|
||||
fi
|
||||
exit $rc
|
||||
|
||||
|
||||
externo
-2
@@ -68,5 +68,3 @@ fi
|
||||
#
|
||||
# mpirun could call this for systems that use SYSV shared memory features,
|
||||
# just to keep them friendly.
|
||||
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@
|
||||
##
|
||||
|
||||
include $(top_srcdir)/src/glue/romio/Makefile.mk
|
||||
|
||||
|
||||
@@ -21,4 +21,3 @@ mpi_core_sources += \
|
||||
src/mpi/coll/allreduce/allreduce_intra_reduce_scatter_allgather.c \
|
||||
src/mpi/coll/allreduce/allreduce_intra_smp.c \
|
||||
src/mpi/coll/allreduce/allreduce_inter_reduce_exchange_bcast.c
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ mpi_core_sources += \
|
||||
src/mpi/coll/iallgather/iallgather_intra_brucks.c \
|
||||
src/mpi/coll/iallgather/iallgather_intra_ring.c \
|
||||
src/mpi/coll/iallgather/iallgather_inter_local_gather_remote_bcast.c
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ mpi_sources += \
|
||||
|
||||
mpi_core_sources += \
|
||||
src/mpi/coll/iexscan/iexscan_intra_recursive_doubling.c
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ mpi_core_sources += \
|
||||
src/mpi/coll/igather/igather_intra_binomial.c \
|
||||
src/mpi/coll/igather/igather_inter_short.c \
|
||||
src/mpi/coll/igather/igather_inter_long.c
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ mpi_sources += \
|
||||
|
||||
mpi_core_sources += \
|
||||
src/mpi/coll/igatherv/igatherv_allcomm_linear.c
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ mpi_sources += \
|
||||
|
||||
mpi_core_sources += \
|
||||
src/mpi/coll/neighbor_alltoall/neighbor_alltoall_allcomm_nb.c
|
||||
|
||||
|
||||
@@ -70,4 +70,3 @@ mpi_core_sources += \
|
||||
src/mpi/datatype/type_create_pairtype.c \
|
||||
src/mpi/datatype/type_debug.c \
|
||||
src/mpi/datatype/type_flatten.c
|
||||
|
||||
|
||||
@@ -25,4 +25,3 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/datatype
|
||||
|
||||
noinst_HEADERS += \
|
||||
src/mpi/datatype/dataloop/typesize_support.h
|
||||
|
||||
|
||||
@@ -48,4 +48,3 @@ src/mpi/debugger/allcommdbg: src/mpi/debugger/allcommdbg.c
|
||||
$(bindir)/mpicc -o $@ $?
|
||||
|
||||
endif BUILD_DEBUGGER_DLL
|
||||
|
||||
|
||||
@@ -66,5 +66,3 @@ $(top_srcdir)/src/mpi/errhan/defmsg.h: $(top_srcdir)/maint/errmsgdirs $(errnames
|
||||
( cd $(top_srcdir) && test -s .tmp && mv .tmp src/mpi/errhan/defmsg.h )
|
||||
|
||||
endif MAINTAINER_MODE
|
||||
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ mpi_core_sources += \
|
||||
src/mpi/group/grouputil.c
|
||||
|
||||
noinst_HEADERS += src/mpi/group/group.h
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ mpi_core_sources += \
|
||||
src/mpi/init/async.c
|
||||
|
||||
noinst_HEADERS += src/mpi/init/mpi_init.h
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ mpi_core_sources += \
|
||||
src/mpi/pt2pt/bsendutil.c
|
||||
|
||||
noinst_HEADERS += src/mpi/pt2pt/bsendutil.h
|
||||
|
||||
|
||||
@@ -50,4 +50,3 @@ mpi_sources += \
|
||||
mpi_core_sources += \
|
||||
src/mpi/rma/winutil.c \
|
||||
src/mpi/rma/rmatypeutil.c
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ include $(top_srcdir)/adio/ad_ufs/Makefile.mk
|
||||
include $(top_srcdir)/adio/ad_xfs/Makefile.mk
|
||||
include $(top_srcdir)/adio/ad_ime/Makefile.mk
|
||||
include $(top_srcdir)/adio/common/Makefile.mk
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ romio_other_sources += \
|
||||
adio/ad_ime/ad_ime_features.c
|
||||
|
||||
endif BUILD_AD_IME
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ romio_other_sources += \
|
||||
adio/ad_lustre/ad_lustre_aggregate.c
|
||||
|
||||
endif BUILD_AD_LUSTRE
|
||||
|
||||
|
||||
@@ -25,4 +25,3 @@ romio_other_sources += \
|
||||
adio/ad_nfs/ad_nfs_features.c
|
||||
|
||||
endif BUILD_AD_NFS
|
||||
|
||||
|
||||
@@ -25,4 +25,3 @@ romio_other_sources += \
|
||||
adio/ad_panfs/ad_panfs_write.c
|
||||
|
||||
endif BUILD_AD_PANFS
|
||||
|
||||
|
||||
@@ -32,4 +32,3 @@ romio_other_sources += \
|
||||
adio/ad_pvfs2/ad_pvfs2_features.c
|
||||
|
||||
endif BUILD_AD_PVFS2
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ romio_other_sources += \
|
||||
adio/ad_testfs/ad_testfs.c
|
||||
|
||||
endif BUILD_AD_TESTFS
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ romio_other_sources += \
|
||||
adio/ad_ufs/ad_ufs_open.c
|
||||
|
||||
endif BUILD_AD_UFS
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ romio_other_sources += \
|
||||
adio/ad_xfs/ad_xfs_write.c
|
||||
|
||||
endif BUILD_AD_XFS
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@ romio_other_sources += \
|
||||
adio/common/onesided_aggregation.c \
|
||||
adio/common/ad_tuning.c \
|
||||
adio/common/utils.c
|
||||
|
||||
|
||||
@@ -106,4 +106,3 @@ endif BUILD_MPIO_REQUEST
|
||||
if BUILD_MPIO_ERRHAN
|
||||
romio_other_sources += $(mpio_request_sources)
|
||||
endif BUILD_MPIO_ERRHAN
|
||||
|
||||
|
||||
@@ -65,4 +65,3 @@ romio_mpi_sources += \
|
||||
mpi-io/fortran/writef.c
|
||||
|
||||
endif BUILD_F77_BINDINGS
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ romio_other_sources += \
|
||||
mpi-io/glue/default/mpio_file.c \
|
||||
mpi-io/glue/default/mpio_err.c
|
||||
endif MPIO_GLUE_DEFAULT
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ romio_other_sources += \
|
||||
mpi-io/glue/openmpi/mpio_file.c \
|
||||
mpi-io/glue/openmpi/mpio_err.c
|
||||
endif MPIO_GLUE_OPENMPI
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ noinst_HEADERS += src/mpi/spawn/namepub.h
|
||||
|
||||
# for namepub.h, which is included by some other dirs
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/spawn
|
||||
|
||||
|
||||
@@ -40,4 +40,3 @@ mpi_sources += \
|
||||
|
||||
|
||||
mpi_core_sources += src/mpi_t/mpit.c
|
||||
|
||||
|
||||
@@ -30,4 +30,3 @@ include $(top_srcdir)/src/mpid/ch3/util/Makefile.mk
|
||||
include $(top_srcdir)/src/mpid/ch3/channels/Makefile.mk
|
||||
|
||||
endif BUILD_CH3
|
||||
|
||||
|
||||
@@ -33,4 +33,3 @@ include $(top_srcdir)/src/mpid/ch3/channels/nemesis/utils/monitor/Makefile.mk
|
||||
include $(top_srcdir)/src/mpid/ch3/channels/nemesis/utils/replacements/Makefile.mk
|
||||
|
||||
endif BUILD_CH3_NEMESIS
|
||||
|
||||
|
||||
@@ -24,4 +24,3 @@ noinst_HEADERS += \
|
||||
$(EOA)
|
||||
|
||||
endif BUILD_NEMESIS_NETMOD_LLC
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_impl.h
|
||||
|
||||
endif BUILD_NEMESIS_NETMOD_MXM
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
|
||||
mpi_core_sources += \
|
||||
src/mpid/ch3/channels/nemesis/netmod/none/none.c
|
||||
|
||||
|
||||
@@ -24,4 +24,3 @@ noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/nemesis/netmod/portals4/rptl.h
|
||||
|
||||
endif BUILD_NEMESIS_NETMOD_PORTALS4
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_queue.h
|
||||
|
||||
endif BUILD_NEMESIS_NETMOD_TCP
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ mpi_core_sources += \
|
||||
src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.c \
|
||||
src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.c \
|
||||
src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.c
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
|
||||
include $(top_srcdir)/src/mpid/ch3/channels/nemesis/utils/monitor/Makefile.mk
|
||||
include $(top_srcdir)/src/mpid/ch3/channels/nemesis/utils/replacements/Makefile.mk
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/mpid/ch3/channels/nemesis/utils/monitor
|
||||
noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/nemesis/utils/monitor/my_papi_defs.h \
|
||||
src/mpid/ch3/channels/nemesis/utils/monitor/rdtsc.h
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
|
||||
mpi_core_sources += \
|
||||
src/mpid/ch3/channels/nemesis/utils/replacements/mkstemp.c
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/sock/include/mpidi_ch3_post.h
|
||||
|
||||
endif BUILD_CH3_SOCK
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ noinst_HEADERS += \
|
||||
src/mpid/ch3/channels/sock/include/mpidu_socki.h
|
||||
|
||||
endif BUILD_CH3_SOCK
|
||||
|
||||
|
||||
@@ -62,4 +62,3 @@ mpi_core_sources += \
|
||||
src/mpid/ch3/src/mpidi_isend_self.c \
|
||||
src/mpid/ch3/src/mpidi_pg.c \
|
||||
src/mpid/ch3/src/mpidi_printf.c
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
|
||||
include $(top_srcdir)/src/mpid/ch3/util/sock/Makefile.mk
|
||||
include $(top_srcdir)/src/mpid/ch3/util/ftb/Makefile.mk
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@ mpi_core_sources += \
|
||||
src/mpid/ch3/util/ftb/ftb.c
|
||||
|
||||
endif BUILD_CH3_UTIL_FTB
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ noinst_HEADERS += \
|
||||
|
||||
|
||||
endif BUILD_MPID_COMMON_SCHED
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
|
||||
include $(top_srcdir)/src/nameserv/file/Makefile.mk
|
||||
include $(top_srcdir)/src/nameserv/pmi/Makefile.mk
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ mpi_core_sources += \
|
||||
src/nameserv/file/file_nameserv.c
|
||||
|
||||
endif BUILD_NAMEPUB_FILE
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ mpi_core_sources += \
|
||||
src/nameserv/pmi/pmi_nameserv.c
|
||||
|
||||
endif BUILD_NAMEPUB_PMI
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
|
||||
include $(top_srcdir)/src/packaging/pkgconfig/Makefile.mk
|
||||
include $(top_srcdir)/src/packaging/envmods/Makefile.mk
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@
|
||||
##
|
||||
|
||||
nodist_pkgconfig_DATA += src/packaging/pkgconfig/mpich.pc
|
||||
|
||||
|
||||
@@ -39,4 +39,3 @@ endif BUILD_PM_GFORKER
|
||||
##doc_HTML_SOURCES = ${doc_sources}
|
||||
##doc_MAN_SOURCES = ${doc_sources}
|
||||
##doc_LATEX_SOURCES = ${doc_sources}
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
libhydra_la_SOURCES += tools/ckpoint/blcr/ckpoint_blcr.c
|
||||
|
||||
noinst_HEADERS += tools/ckpoint/blcr/ckpoint_blcr.h
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
libhydra_la_SOURCES += ui/utils/uiu.c
|
||||
|
||||
noinst_HEADERS += ui/utils/uiu.h
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ EXTRA_src_pm_remshell_mpiexec_remshell_DEPENDENCIES = $(mpllib)
|
||||
src_pm_remshell_mpiexec_remshell_CPPFLAGS = $(common_pm_includes) $(AM_CPPFLAGS)
|
||||
endif !PRIMARY_PM_REMSHELL
|
||||
endif BUILD_PM_REMSHELL
|
||||
|
||||
|
||||
Alguns arquivos não foram exibidos porque demasiados arquivos foram alterados neste diff Mostrar Mais
Referência em uma Nova Issue
Bloquear um usuário