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

minumum changes to build PyMFEM with MFEM4.6 #198

Merged
merged 15 commits into from
Jan 9, 2024
Merged

minumum changes to build PyMFEM with MFEM4.6 #198

merged 15 commits into from
Jan 9, 2024

Conversation

sshiraiwa
Copy link
Member

This PR includes

  • update doftrans.i not to include fe.i (avoid looping import)
  • added %import doftrans in fe_base.i
  • default build donwload MFEM 4.6
  • other minor fix.

*** passed following manual test ***
python setup.py install --with-parallel
cd test
python run_examples.py -serial
python run_examples.py -parallel

@sshiraiwa sshiraiwa self-assigned this Sep 28, 2023
@sshiraiwa sshiraiwa added the in-test-with-mfem-master trigger a workflow to test using MFEM master label Sep 28, 2023
@sshiraiwa sshiraiwa mentioned this pull request Sep 28, 2023
9 tasks
@sshiraiwa sshiraiwa added in-test-with-mfem-release trigger a workflow to test using MFEM release and removed in-test-with-mfem-master trigger a workflow to test using MFEM master labels Sep 29, 2023
@sshiraiwa sshiraiwa added this to the PyMFEM4.6 milestone Sep 29, 2023
@sshiraiwa
Copy link
Member Author

The build error in MacOS will be fixed with mfem/mfem#3820. (See some discussion in
mfem/mfem#3945)
Plan is to wait PR to be merged, while translating other examples.

@sshiraiwa sshiraiwa added in-test-with-mfem-release trigger a workflow to test using MFEM release and removed in-test-with-mfem-release trigger a workflow to test using MFEM release labels Nov 18, 2023
@sshiraiwa sshiraiwa added in-test-with-mfem-master trigger a workflow to test using MFEM master and removed in-test-with-mfem-release trigger a workflow to test using MFEM release in-test-with-mfem-master trigger a workflow to test using MFEM master labels Jan 8, 2024
@sshiraiwa sshiraiwa added in-test-with-mfem-release trigger a workflow to test using MFEM release and removed in-test-with-mfem-master trigger a workflow to test using MFEM master in-test-with-mfem-release trigger a workflow to test using MFEM release labels Jan 9, 2024
@sshiraiwa sshiraiwa added the in-test-with-mfem-release trigger a workflow to test using MFEM release label Jan 9, 2024
@sshiraiwa sshiraiwa added in-test-with-mfem-release trigger a workflow to test using MFEM release and removed in-test-with-mfem-release trigger a workflow to test using MFEM release labels Jan 9, 2024
@sshiraiwa
Copy link
Member Author

merging to the main for release testing...

@sshiraiwa sshiraiwa merged commit 497b914 into master Jan 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-test-with-mfem-release trigger a workflow to test using MFEM release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant