Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting HYPRE_DIR #1

Closed
GoogleCodeExporter opened this issue Jun 11, 2015 · 3 comments
Closed

Setting HYPRE_DIR #1

GoogleCodeExporter opened this issue Jun 11, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Shouldn't HYPRE_DIR be set before MPICC ?

# Parallel compiler
MPICC      = mpicxx
MPIOPTS    = $(CCOPTS) -I$(HYPRE_DIR)/include
MPIDEBUG   = $(DEBUG_OPTS) -I$(HYPRE_DIR)/include

# The HYPRE library (needed to build the parallel version)
HYPRE_DIR  = ../../hypre-2.8.0b/src/hypre

Regards,
Jian

Original issue reported on code.google.com by xcac...@gmail.com on 16 Feb 2012 at 8:14

@GoogleCodeExporter
Copy link
Author

Hi Jian,

I don't think that the order of macro assignments matters in the makefile. This 
is also what they claim in http://books.google.com/books?id=KdZ_7MKmoFMC&pg=PA12

Do you get an error with the current order? We can certainly fix it, if that is 
problem on some machines.

Sorry for the late reply, I just saw your submission.

Cheers,
Tzanio

Original comment by tzanio on 2 Apr 2012 at 6:54

  • Added labels: Component-Scripts, Maintainability, Type-Other

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by tzanio on 17 Apr 2012 at 4:25

  • Changed state: Done

@tzanio tzanio self-assigned this Jan 30, 2016
@tzanio tzanio added the linalg label Feb 21, 2017
@tzanio tzanio changed the title setting HYPRE_DIR Setting HYPRE_DIR Aug 28, 2017
camierjs pushed a commit that referenced this issue Feb 13, 2019
rcarson3 referenced this issue in rcarson3/mfem Apr 24, 2019
Release candidate #1 for version 4.0
camierjs added a commit that referenced this issue Mar 13, 2020
tzanio pushed a commit that referenced this issue Jul 1, 2020
adjust size of L-vector for identity restriction

update tensor offset array creation

update nontensor offset array creation

style

Co-authored-by: Natalie Beams <nbeams@icl.utk.edu>

Update restriction API again (#1)

* libCEED - update restrictions for offsets change in API

* Install - update libCEED requirement to v0.7

* Install - update requirement to OCCA v1.0.10, required for libCEED compatibility

* adjust size of L-vector for identity restriction

* update tensor offset array creation

* update nontensor offset array creation

Co-authored-by: jeremylt <jeremy.thompson@colorado.edu>
Co-authored-by: Jeremy L Thompson <thompson.jeremy.luke@gmail.com>
rcarson3 added a commit that referenced this issue Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants