Skip to content

Commit

Permalink
Merge pull request #145 from mfem/next
Browse files Browse the repository at this point in the history
Next (simplified setup.py interface to run SWIG, rolled back METIS version, and rolled back default MFEM version)
  • Loading branch information
sshiraiwa authored Oct 8, 2022
2 parents cc14cc3 + a912fa6 commit 1497d94
Show file tree
Hide file tree
Showing 533 changed files with 1,091 additions and 1,974,090 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test_with_master
name: Test_with_MFEM_master

on:
pull_request:
Expand All @@ -12,7 +12,7 @@ on:

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'in-test-master-tracking')
if: contains(github.event.pull_request.labels.*.name, 'in-test-with-mfem-master')
strategy:
fail-fast: false
matrix:
Expand Down
24 changes: 23 additions & 1 deletion .github/workflows/test_with_MFEM_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'in-test-wrapper-generation')
if: contains(github.event.pull_request.labels.*.name, 'in-test-with-mfem-release')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -132,3 +132,25 @@ jobs:
which mpicc
python run_examples.py -parallel -verbose -np 2
fi
- name: Generate Artifact
if: always()
run: |
tar -cvzf sandbox.tar.gz test/sandbox
- name: Generate artifact name
if: always()
id: generate-name
run: |
txt=$(python -c "import datetime;print(datetime.datetime.now().strftime('%H_%M_%S_%f'))")
name="test_result_"${txt}"_"${{ github.run_id }}".tar.gz"
echo $name
echo "::set-output name=artifact::${name}"
- name: Upload Artifact
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ steps.generate-name.outputs.artifact }}
path: sandbox.tar.gz
retention-days: 1
116 changes: 0 additions & 116 deletions Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions Makefile_templates/Makefile.local.shared

This file was deleted.

38 changes: 0 additions & 38 deletions Makefile_templates/Makefile.local.shared.twopi

This file was deleted.

47 changes: 0 additions & 47 deletions Makefile_templates/old_templates/Makefile.local.linux_serial

This file was deleted.

53 changes: 0 additions & 53 deletions Makefile_templates/old_templates/Makefile.local.loki

This file was deleted.

32 changes: 0 additions & 32 deletions Makefile_templates/old_templates/Makefile.local.macport

This file was deleted.

Loading

0 comments on commit 1497d94

Please sign in to comment.