Git Product home page Git Product logo

Comments (7)

Echolon avatar Echolon commented on June 3, 2024 1

Hi @rafmudaf

I would recommend to put the task element all in the first comments so they get recognized by Github

from openfast.

 avatar commented on June 3, 2024

@petebachant do you know of any resources for compiling fortran on Travis CI?

Ive set up a Travis CI account but haven't found info on working around the lack of fortran support.

from openfast.

petebachant avatar petebachant commented on June 3, 2024

If you're running the tests on an Ubuntu machine (default I believe), installing gfortran should be as easy as adding this to .travis.yml:

before_install:
    - sudo apt-get update -qq
    - sudo apt-get install -qq gfortran

from openfast.

rafmudaf avatar rafmudaf commented on June 3, 2024

At the moment, running the regression test suite in a continuous integration environment is impractical due to the time required to run all tests. Some options for reducing the length of the regression test:

  • Shorten the simulation times
  • Start from a restart file
  • Run a subset of the tests

from openfast.

rafmudaf avatar rafmudaf commented on June 3, 2024

TravisCI now supports Windows in beta, so I've set up a preliminary Windows build. There are also hacks for getting an intel compiler on the TravisCI container. There is an existing bug which prevents the Windows container from properly launching when a secret is included in the TravisCI configuration and a secret is required to pass the Intel Fortran license serial number.

The long regression test issue still persists.

from openfast.

rafmudaf avatar rafmudaf commented on June 3, 2024

Builds to test

  • Mac - gfortran - single precision
  • Mac - gfortran - double precision
  • Linux - gfortran - single precision
  • Linux - gfortran - double precision
  • Linux - ifort - single precision
  • Linux - ifort - double precision
  • Windows - ifort - single precision
  • Windows - ifort - double precision
  • Windows with cygwin

Tests to test

  • Regression tests
  • Unit tests
  • A memory test would be cool

from openfast.

rafmudaf avatar rafmudaf commented on June 3, 2024

Closing the practical targets are covered and the impractical ones (i.e. Windows + CygWin) probably won't be. Also, see https://github.com/OpenFAST/openfast/projects/2.

from openfast.

Related Issues (20)

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.