Code Monkey home page Code Monkey logo

lulesh-fortran's People

Contributors

ludgerpaehler avatar

Watchers

 avatar  avatar  avatar  avatar

lulesh-fortran's Issues

Fail in compilation

I am not able to compile the code. I am using Ubuntu Linux.
I am trying first to compile with gfortran (version 11), as you suggest.
I get the following errors:
image

My goal is to compile with ifx, so if you can give some leading instructions, it will be helpful.

Makefile Clean-up

Build order to be cleaned-up with respect to the current development version of LLVM

What is happening inside of domain%m_nodeElemCornerList?

lulesh_comp_kernels.f90:888:22:

  888 |         cornerList => domain%m_nodeElemCornerList(gnode, :)
      |                      1
Error: Pointer assignment target is neither TARGET nor POINTER at (1)
lulesh_comp_kernels.f90:1376:22:

 1376 |         cornerList => domain%m_nodeElemCornerList(gnode,:)
      |                      1
Error: Pointer assignment target is neither TARGET nor POINTER at (1)
lulesh_comp_kernels.f90:406:40:

  406 |     ALLOCATE(domain%m_nodeElemCornerList(0:(domain%m_nodeElemStart(numNode-1) +  &
      |                                        1
Error: Rank mismatch in array reference at (1) (1/2)
lulesh_comp_kernels.f90:413:10:

  413 |           offset = domain%m_nodeElemStart(m)+domain%m_nodeElemCount(m)
      |          1
Error: Incompatible ranks 0 and 1 in assignment at (1)
lulesh_comp_kernels.f90:414:37:

  414 |           domain%m_nodeElemCornerList(offset) = i
      |                                     1
Error: Rank mismatch in array reference at (1) (1/2)
lulesh_comp_kernels.f90:421:38:

  421 |        clv=domain%m_nodeElemCornerList(i)
      |                                      1
Error: Rank mismatch in array reference at (1) (1/2)

regElemList

regElemList is now being used as one large array, instead of a 2D array. All algorithms in lulus_comp_kernels, as well as other uses in the initialisation need to account for that.

  • We also need to hand over the regElemKeys for the right access patterns.

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.