Change issue reporting to use github's issue tracker (#189)

These changes direct users to report issues through GitHub instead of the hypre-support email and Roundup.
This commit is contained in:
Rob Falgout 2020-09-02 22:35:36 -07:00 committed by GitHub
parent d5e4eb4bd4
commit 5f3141a647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 174 deletions

View File

@ -12,14 +12,15 @@ SPDX-License-Identifier: (Apache-2.0 OR MIT)
preconditioners and solvers featuring multigrid methods for the solution of preconditioners and solvers featuring multigrid methods for the solution of
large, sparse linear systems of equations on massively parallel computers. large, sparse linear systems of equations on massively parallel computers.
Documentation can be found [here](https://hypre.readthedocs.io/en/latest/). For documentation, see our [readthedocs page](https://hypre.readthedocs.io/en/latest/).
To install HYPRE, please see either the documentation or the file [INSTALL.md](./INSTALL.md). To install HYPRE, please see either the documentation or the file [INSTALL.md](./INSTALL.md).
An overview of the HYPRE release history can be found in the file [CHANGELOG](./CHANGELOG). An overview of the HYPRE release history can be found in the file [CHANGELOG](./CHANGELOG).
We appreciate feedback from users. Please submit comments, suggestions, and We appreciate feedback from users. Please submit comments, suggestions, and
issue reports to hypre-support@llnl.gov. See also [SUPPORT.md](./SUPPORT.md). report issues on our [issues page](https://github.com/hypre-space/hypre/issues).
See also [SUPPORT.md](./SUPPORT.md).
License License

View File

@ -8,10 +8,5 @@ SPDX-License-Identifier: (Apache-2.0 OR MIT)
HYPRE Support Information HYPRE Support Information
========================= =========================
For any questions or issues concerning hypre For any questions or issues concerning hypre, submit an issue at
https://github.com/hypre-space/hypre/issues.
contact hypre-support@llnl.gov
or
submit an issue at https://github.com/hypre-space/hypre/issues

View File

@ -15,7 +15,7 @@ endif()
set (HYPRE_VERSION 2.19.0) set (HYPRE_VERSION 2.19.0)
set (HYPRE_DATE 2020/05/26) set (HYPRE_DATE 2020/05/26)
set (HYPRE_TIME 00:00:00) set (HYPRE_TIME 00:00:00)
set (HYPRE_BUGS hypre-support@llnl.gov) set (HYPRE_BUGS https://github.com/hypre-space/hypre/issues)
set (HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}") set (HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}")
project (hypre project (hypre

View File

@ -1,157 +0,0 @@
# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
###############################################################################
## All configurable variables are defined in the file named Makefile.config.in
## When Autoconf is run, it will create a file named Makefile.config which
## will have all of the configurable variables replaced with their values.
###############################################################################
srcdir = .
top_srcdir = ..
prefix = /g/g92/li50/workspace/hypre/src/hypre
exec_prefix = ${prefix}
HYPRE_RELEASE_NAME = hypre
HYPRE_RELEASE_VERSION = 2.13.0
HYPRE_RELEASE_DATE = 2017/10/20
HYPRE_RELEASE_TIME = 00:00:00
HYPRE_RELEASE_BUGS = hypre-support@llnl.gov
HYPRE_SRC_TOP_DIR = /g/g92/li50/workspace/hypre/src
HYPRE_BUILD_DIR = /g/g92/li50/workspace/hypre/src/hypre
HYPRE_INSTALL_DIR = NONE
HYPRE_LIB_INSTALL = ${exec_prefix}/lib
HYPRE_INC_INSTALL = ${prefix}/include
HYPRE_LIB_SUFFIX = .a
.SUFFIXES:
.SUFFIXES: .o .f .c .C .cxx .cc .cu
.f.o:
$(FC) $(FFLAGS) -c $<
.c.o:
$(CC) $(CFLAGS) -c $<
.C.o:
$(CXX) $(CXXFLAGS) -c $<
.cxx.o:
$(CXX) $(CXXFLAGS) -c $<
.cc.o:
$(CXX) $(CXXFLAGS) -c $<
.cu.o:
$(NVCC) $(NVCCFLAGS) -c $<
FC = mpif77
FFLAGS = -O2 -g $(FC_COMPILE_FLAGS)
CC = mpixlc-gpu
CFLAGS = -O -O3 -DHYPRE_USE_OMP45 -DHAVE_CONFIG_H $(C_COMPILE_FLAGS)
CXX = mpixlC-gpu
CXXFLAGS = -O -O3 -DHYPRE_USE_OMP45 -DHAVE_CONFIG_H $(CXX_COMPILE_FLAGS)
NVCC = nvcc
NVCCFLAGS =
NVCCLIBS =
LINK_FC = mpif77
LINK_CC = mpixlc-gpu
LINK_CXX = mpixlC-gpu
BUILD_FC_SHARED =
BUILD_CC_SHARED =
BUILD_CXX_SHARED =
SHARED_COMPILE_FLAG =
SHARED_BUILD_FLAG =
SHARED_SET_SONAME =
SHARED_OPTIONS =
BUILD_PYTHON = 0
PYTHON =
BUILD_JAVA = 0
AR = ar -rcu
RANLIB = ranlib
LDFLAGS =
LIBS = -lstdc++ -lm
FLIBS =
INCLUDES =
##################################################################
## LAPACK Library Flags
##################################################################
LAPACKLIBS =
LAPACKLIBDIRS =
##################################################################
## BLAS Library Flags
##################################################################
BLASLIBS =
BLASLIBDIRS =
##################################################################
## MPI options
##################################################################
MPIINCLUDE =
MPILIBDIRS =
MPILIBS =
MPIFLAGS =
##################################################################
## NVCC options
##################################################################
HYPRE_NVCC_MAKEFILE = Makefile.empty
##################################################################
## Caliper options
##################################################################
CALIPER_INCLUDE =
CALIPER_LIBS =
##################################################################
## SuperLU options
##################################################################
SUPERLU_INCLUDE =
SUPERLU_LIBS =
##################################################################
## DsuperLU options
##################################################################
DSUPERLU_INCLUDE =
DSUPERLU_LIBS =
##################################################################
## FEI options
##################################################################
HYPRE_FEI_SRC_DIR = /g/g92/li50/workspace/hypre/src/FEI_mv
HYPRE_FEI_BASE_DIR = /g/g92/li50/workspace/hypre/src/FEI_mv/fei-base
HYPRE_FEI_SUBDIRS = fei-hypre
HYPRE_FEI_HYPRE_FILES = /g/g92/li50/workspace/hypre/src/FEI_mv/fei-hypre/*.o
HYPRE_FEI_FEMLI_FILES =
##################################################################
## RAJA options
##################################################################
HYPRE_RAJA_LIB_DIR =
HYPRE_RAJA_INCLUDE =
HYPRE_RAJA_LIB =
##################################################################
## kokkos options
##################################################################
HYPRE_KOKKOS_SRC_DIR =
HYPRE_KOKKOS_LIB_DIR =
HYPRE_KOKKOS_INCLUDE =
HYPRE_KOKKOS_LIB =

View File

@ -51,7 +51,7 @@ m4_define([M4_HYPRE_NAME], [hypre])
m4_define([M4_HYPRE_VERSION], [2.19.0]) m4_define([M4_HYPRE_VERSION], [2.19.0])
m4_define([M4_HYPRE_DATE], [2020/05/26]) m4_define([M4_HYPRE_DATE], [2020/05/26])
m4_define([M4_HYPRE_TIME], [00:00:00]) m4_define([M4_HYPRE_TIME], [00:00:00])
m4_define([M4_HYPRE_BUGS], [hypre-support@llnl.gov]) m4_define([M4_HYPRE_BUGS], [https://github.com/hypre-space/hypre/issues])
m4_define([M4_HYPRE_SRCDIR], [`pwd`]) m4_define([M4_HYPRE_SRCDIR], [`pwd`])
m4_include([config/hypre_blas_macros.m4]) m4_include([config/hypre_blas_macros.m4])

2
src/configure vendored
View File

@ -2573,7 +2573,7 @@ HYPRE_NAME="hypre"
HYPRE_VERSION="2.19.0" HYPRE_VERSION="2.19.0"
HYPRE_DATE="2020/05/26" HYPRE_DATE="2020/05/26"
HYPRE_TIME="00:00:00" HYPRE_TIME="00:00:00"
HYPRE_BUGS="hypre-support@llnl.gov" HYPRE_BUGS="https://github.com/hypre-space/hypre/issues"
HYPRE_SRCDIR="`pwd`" HYPRE_SRCDIR="`pwd`"

View File

@ -309,13 +309,11 @@ standard error during execution.
Bug Reporting and General Support Bug Reporting and General Support
============================================================================== ==============================================================================
Simply send and email to ``hypre-support@llnl.gov`` to report bugs, request Simply create an issue at ``https://github.com/hypre-space/hypre/issues`` to
features, or ask general usage questions. An *issue number* will be assigned to report bugs, request features, or ask general usage questions.
your email so that we can track progress (we are using an issue tracking tool
called Roundup to do this).
Users should include as much relevant information as possible in their issue Users should include as much relevant information as possible in their issue
emails, including at a minimum, the hypre version number being used. For report, including at a minimum, the hypre version number being used. For
compile and runtime problems, please also include the machine type, operating compile and runtime problems, please also include the machine type, operating
system, MPI implementation, compiler, and any error messages produced. system, MPI implementation, compiler, and any error messages produced.