It looks like the mailing system deleted the attachment, so here it is inline # # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana # University Research and Technology # Corporation. All rights reserved. # Copyright (c) 2004-2005 The University of Tennessee and The University # of Tennessee Research Foundation. All rights # reserved. # Copyright (c) 2004-2009 High Performance Computing Center Stuttgart, # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. # Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2012 Sandia National Laboratories. All rights reserved. # Copyright (c) 2013 Los Alamos National Security, LLC. All rights # reserved. # Copyright (c) 2016 IBM Corporation. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ #
AM_CPPFLAGS = $(coll_ibm_CPPFLAGS) sources = \ coll_ibm.h \ coll_ibm_component.c \ coll_ibm_module.c \ coll_ibm_allgather.c \ coll_ibm_allgatherv.c \ coll_ibm_allreduce.c \ coll_ibm_alltoall.c \ coll_ibm_alltoallv.c \ coll_ibm_barrier.c \ coll_ibm_bcast.c \ coll_ibm_exscan.c \ coll_ibm_gather.c \ coll_ibm_gatherv.c \ coll_ibm_reduce.c \ coll_ibm_reduce_scatter.c \ coll_ibm_reduce_scatter_block.c \ coll_ibm_scan.c \ coll_ibm_scatter.c \ coll_ibm_scatterv.c \ comm_gpu.cu \ allreduce_overlap.cc SUFFIXES = .cu # #comm_gpu.lo: comm_gpu.cu # /usr/local/cuda/bin/nvcc -gencode arch=compute_60,code=sm_60 -lcuda -O3 --compiler-options "-O2 -fopenmp -mcpu=power8 -fPIC" -c comm_gpu.cu # mv comm_gpu.o comm_gpu.lo %.lo : %.cu /usr/local/cuda/bin/nvcc -gencode arch=compute_60,code=sm_60 -lcuda -O3 --compiler-options "-O2 -fopenmp -mcpu=power8 -fPIC" -c $< mv $*.o .libs/ touch $*.lo # Make the output library in this directory, and name it either # mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la # (for static builds). if MCA_BUILD_ompi_coll_ibm_DSO component_noinst = component_install = mca_coll_ibm.la else component_noinst = libmca_coll_ibm.la component_install = endif mcacomponentdir = $(ompilibdir) mcacomponent_LTLIBRARIES = $(component_install) mca_coll_ibm_la_SOURCES = $(sources) if WANT_COLL_IBM_WITH_PAMI mca_coll_ibm_la_LIBADD = $(coll_ibm_LIBS) \ $(OMPI_TOP_BUILDDIR)/ompi/mca/common/pami/libmca_common_pami.la else mca_coll_ibm_la_LIBADD = $(coll_ibm_LIBS) endif mca_coll_ibm_la_LDFLAGS = -module -avoid-version $(coll_ibm_LDFLAGS) noinst_LTLIBRARIES = $(component_noinst) libmca_coll_ibm_la_SOURCES =$(sources) libmca_coll_ibm_la_LIBADD = $(coll_ibm_LIBS) libmca_coll_ibm_la_LDFLAGS = -module -avoid-version $(coll_ibm_LDFLAGS) T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - Active Storage Fabrics - IBM System BlueGene IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/profile/view?id=60628729 ResearchGate https://www.researchgate.net/profile/T_Ward2 IBM System BlueGene Research IBM System BlueGene Marketing IBM Resources for Global Servants IBM Branded Products IBM Branded Swag UNIX in the Cloud - Find A Place Where There's Room To Grow, with the original Open Standard. Free Trial Here Today New Lamps For Old - Diskless Remote Boot Linux from National Center for High-Performance Computing, Taiwan Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
_______________________________________________ devel mailing list devel@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/devel