Giter VIP home page Giter VIP logo

Comments (4)

baperry2 avatar baperry2 commented on August 20, 2024

Can you confirm that you are using the latest version of of PeleLMeX and the default version of AMReX that it ships with via Submodules/PelePhysics/Submodules/amrex? At the top of the output from you run, you should see output with the Git hashes that exactly matches:

 ================= Build infos =================
 PeleLMeX    git hash: v23.11-54-gf91b9b8
 AMReX       git hash: 24.05-1-g1735fd5c6
 PelePhysics git hash: v23.03-107-g1bea1bfe
 AMReX-Hydro git hash: 24.04
 ===============================================

I am able to run the input.2d-Re500 case with these versions. If all your versions match, I'm not sure what would be causing this failure, but let us know what system you are running on and what compiler you are using if you are failing with these versions.

from pelelmex.

kunal-ncsu avatar kunal-ncsu commented on August 20, 2024

I cloned the github repo 2 days ago, and there have not been any commits since then, so I am assuming that all the versions are latest.
However, when I run the code, I am getting these Git hashes, which are similar but not exactly the same:

================= Build infos =================
PeleLMeX git hash: v23.11-54-gf91b9b8-dirty
AMReX git hash: 1735fd5
PelePhysics git hash: 1bea1bf
AMReX-Hydro git hash: 24.04

Any suggestions on what should I do next?

from pelelmex.

baperry2 avatar baperry2 commented on August 20, 2024

Yeah, the git hashes match so it looks like all your versions are correct/up to date. Run git status / git diff to double check that no files have been inadvertantly changed other than turning off MPI in the GNUmakefile, but you should be good with those versions.

Please mention what compiler (and its version) you are using and what system you are running on. If you have access to a different system, try doing a fresh download and building and running on that system.

from pelelmex.

kunal-ncsu avatar kunal-ncsu commented on August 20, 2024

It's working now. In the tutorial, it was given that

#----------------------DOMAIN DEFINITION------------------------
geometry.is_periodic = 0 0 # Periodicity in each direction: 0 => no, 1 => yes
geometry.coord_sys = 0 # 0 => cart, 1 => RZ

But actually, it should be

#----------------------DOMAIN DEFINITION------------------------
geometry.is_periodic = 0 1 # Periodicity in each direction: 0 => no, 1 => yes
geometry.coord_sys = 0 # 0 => cart, 1 => RZ

I was changing the geometry.is_periodic to 0 0, and that was causing the issue. I think there is a typo in the tutorial, but anyway, thanks a lot for your help.

from pelelmex.

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.