Giter VIP home page Giter VIP logo

exceed-dm's People

Contributors

kinzani avatar tanner-trickle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

celliechi

exceed-dm's Issues

Some error msg while installaing

While installation i have seen this errors..
Is there something wrong?

/home/rousan/Coding/Fortran/Darkmatter/EXCEED-DM/EXCEED-DMv1.1.0/src/external/special_functions.f90:21388:16:

21386 |       do k = 1, 100
      |                   2
21387 |          r = 0.5D+00 * r * x * x / ( k * ( 2.0D+00 * k + 1.0D+00 ) )
21388 |          r1 = h(k+1) * r
      |                1
Warning: Array reference at (1) out of bounds (101 > 100) in loop beginning at (2)
/home/rousan/Coding/Fortran/Darkmatter/EXCEED-DM/EXCEED-DMv1.1.0/src/external/special_functions.f90:21412:16:

21410 |       do k = 1, 100
      |                   2
21411 |          r = 0.5D+00 * r * x * x / ( k * ( 2.0D+00 * k + 1.0D+00 ) )
21412 |          r1 = d(k+1) * r
      |                1
Warning: Array reference at (1) out of bounds (101 > 100) in loop beginning at (2)
/home/rousan/Coding/Fortran/Darkmatter/EXCEED-DM/EXCEED-DMv1.1.0/src/external/special_functions.f90:21424:16:

21422 |       do k = 1, 100
      |                   2
21423 |          r = 0.5D+00 * r * x * x / ( k * ( 2.0D+00 * k - 1.0D+00 ) )
21424 |          r1 = d(k+1) * r
      |                1
Warning: Array reference at (1) out of bounds (101 > 100) in loop beginning at (2)

Attention: the file 'src/base/fftw3.f90' depends on 'fftw3.f03' that is unreachable

Hi,

I'm trying to install EXCEED-DM on fresh Ubuntu 18.04, and i'm sure i've installed all the preliminary software,but when i tried to build this by

FoBiS.py build -mode ubuntu-gnu

it always warns me that

Attention: the file 'src/base/fftw3.f90' depends on 'fftw3.f03' that is unreachable

but the file 'fftw3.f03' is exactly in the right place:'/usr/include'

Could you help me solve this issue?

Thanks!

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.