• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

trixi-framework / HOHQMesh / 6564482304
76%
master: 57%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 18 Oct 2023 05:33PM UTC
Jobs 1
Files 67
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Oct 2023 05:31PM UTC coverage: 74.17% (+0.03%) from 74.144%
6564482304

push

github

web-flow
Add test with `ifort` compiler (#76)

* Add test with `ifort` compiler

* MoveClasstotype

About half of the code has class changed to type where possible.

* More class->types.

* Casting change

Make cast to element and edge specific.

* Uset type

use type instead of class

* ClassToType

Change node, edge and element class to type since there are no subclasses of those.

* Update FRSegmentedCurveClass.f90

Change newPointArray to type

* Update Sizer.f90

class to type

* Update MeshOperationsModule.f90

change node to TYPE.

* Node pointers

use type for more node pointers missed before.

* Change missed types

Still a few more node and elements needed change to TYPE.

* Make QuadtreeGrid a type

* ConvertSMElementToType

Except for one place where gfortran throws an internal error, convert all class(SMElement) to TYPE(SMElement)

* ConvertNodesAndEdges

convert nodes and edges to TYPE.

* Update SpringMeshSmoother.f90

Make smootherDict class consistent.

* Update SweeperClass.f90

Curves, in general will be subclassed, so use CLASS instead of TYPE.

* SpecificReleases

Use specific (e.g. releaseSMQuad) rather than generic (release(obj)) to work with the intel compiler. This has been a longstanding issue and look for this in the future. It looks best to use the specific release function.

* Update CurveTests.f90

Change the relative tolerance for the curve tests from 1d-8 to 2e-8. The intel compiler passed with the former with -O0, but failed with -O. This change makes both compilers pass with both optimizations.

* add fix for fetching valgrind

* attempt to fix broken ifort runner

* revert change that didn't fix issue

* add that environment is set from cahced version of ifort as well

* add that environment is set from cached version of ifort as well

* add new name line to fix broken script

* Update docs

Add to the readme and documentation that both ifort and ... (continued)

63 of 63 new or added lines in 13 files covered. (100.0%)

7532 of 10155 relevant lines covered (74.17%)

434622.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6564482304.1 18 Oct 2023 05:33PM UTC 0
74.17
GitHub Action Run
Source Files on build 6564482304
Detailed source file information is not available for this build.
  • Back to Repo
  • 437ad28c on github
  • Prev Build on main (#6372781798)
  • Next Build on main (#6584471169)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc