Giter Club home page Giter Club logo

fortuno.old's People

Contributors

aradi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fortuno.old's Issues

CI support

What are the plans for re-implementing CI support, probably via github action directly?

Cmake support

It would be nice to have Catch2 like cmake integration. Specifically equivalents to:

The first point could be achieved by regex-ing to get the suite constructors
https://github.com/aradi/fortuno/blob/c5a08e62c6c06bb95e54b233be46f696854ed874/test/regression/serial/testapp.f90#L11-L16
Then loop within the files to add individual tests

The second part depends on what templating engine will be implemented for this project, but for the user-side ideally they only define submodules, where the top module generates the test_suite name, and the subroutines within it become all of tests added to the test_suite. The templating engine will generate the program boilerplate and each modules. There is a bit of limitation that it becomes ambiguous which subroutines are meant to be tests and which are just local functions.

Build fails on PPC on failureinfo.f90 with Out of stack space

[  5%] Building Fortran object src/CMakeFiles/Fortuno.dir/fortuno/checkresult.f90.o
cd /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/build/src && /opt/local/bin/gfortran-mp-12  -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/build/src/modfiles -pipe -Os -m32 -std=f2018 -mmacosx-version-min=10.6 -Jmodfiles -c /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/fortuno-c5a08e62c6c06bb95e54b233be46f696854ed874/src/fortuno/checkresult.f90 -o CMakeFiles/Fortuno.dir/fortuno/checkresult.f90.o
/opt/local/bin/cmake -E cmake_copy_f90_mod src/modfiles/fortuno_checkresult.mod src/CMakeFiles/Fortuno.dir/fortuno_checkresult.mod.stamp GNU
[  7%] Building Fortran object src/CMakeFiles/Fortuno.dir/fortuno/failureinfo.f90.o
cd /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/build/src && /opt/local/bin/gfortran-mp-12  -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/build/src/modfiles -pipe -Os -m32 -std=f2018 -mmacosx-version-min=10.6 -Jmodfiles -c /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/fortuno-c5a08e62c6c06bb95e54b233be46f696854ed874/src/fortuno/failureinfo.f90 -o CMakeFiles/Fortuno.dir/fortuno/failureinfo.f90.o
Out of stack space.
make[2]: *** [src/CMakeFiles/Fortuno.dir/fortuno/failureinfo.f90.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_fortuno/fortuno/work/build'
make[1]: *** [src/CMakeFiles/Fortuno.dir/all] Error 2

Could we fix this?

Compiler support issues

Correct me if I'm wrong, but the current compilation errors are:

  • gfortran (13.2.1): Usage of forward defined allocatable, i.e.:
    type :: demo_t
      class(demo_t), allocatable :: other
    end type demo_t
    Also probably the same source:
    character(len=this%method()) :: string
  • llvm (flang-new): not yet implemented: support for polymorphic types

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.