Coder Social home page Coder Social logo

Comments (4)

lipnikov avatar lipnikov commented on August 20, 2024

This problem is hard to reproduce. I tried master branches of Amanzi and ATS in the Release mode and it worked with and without the transport header installed. Can you provide more details, branches, tags, ATS environmental variables?

from ats.

TJUCoastlabRGQ avatar TJUCoastlabRGQ commented on August 20, 2024

Ok! Thanks for your reply. The following is the ATS environmental variables:
"export ATS_BASE=/home/gqrcqjtu/Software/ATSDEBUG
export ATS_BUILD_TYPE=Debug
export ATS_VERSION=master
export OPENMPI_DIR=/usr/"
These four variables are set according to the configuration of my local laptop. The others are kept as suggested by the installation guide as follows:
"export AMANZI_TPLS_BUILD_DIR=${ATS_BASE}/amanzi_tpls-build-${ATS_VERSION}-${ATS_BUILD_TYPE}
export AMANZI_TPLS_DIR=${ATS_BASE}/amanzi_tpls-install-${ATS_VERSION}-${ATS_BUILD_TYPE}
export AMANZI_SRC_DIR=${ATS_BASE}/repos/amanzi
export AMANZI_BUILD_DIR=${ATS_BASE}/amanzi-build-${ATS_VERSION}-${ATS_BUILD_TYPE}
export AMANZI_DIR=${ATS_BASE}/amanzi-install-${ATS_VERSION}-${ATS_BUILD_TYPE}
export ATS_SRC_DIR=${AMANZI_SRC_DIR}/src/physics/ats
export ATS_DIR=${AMANZI_DIR}
export PATH=${ATS_DIR}/bin:${PATH}
export PATH=${AMANZI_TPLS_DIR}/bin:${PATH}
export PYTHONPATH=${ATS_SRC_DIR}/tools/utils:${PYTHONPATH}
export PYTHONPATH=${AMANZI_TPLS_DIR}/SEACAS/lib:${PYTHONPATH}"

Tag of the downloaded source code is "amanzi-1.5-dev", and I downloaded this version with command "git clone -b amanzi-1.5-dev http://github.com/amanzi/amanzi $AMANZI_SRC_DIR".
Other important configurations:
OS: Ubuntu 18.04 LTS;
Python: 2.7.17;
Cmake: 3.26.4;
curl: 8.1.2;
git: 2.17.1;

from ats.

jd-moulton avatar jd-moulton commented on August 20, 2024

A couple of things to consider. The tag amanzi-1.5-dev marks the beginning of development on the next release on the master branch. It's not a good tag to clone, you really want the HEAD of the master branch. So just git checkout master in your source directory. Also, we don't support python 2.x anymore, you need to have a python 3.x installation available. A simple way to do that is with Anaconda, many of use the python 3.x from there.

from ats.

ecoon avatar ecoon commented on August 20, 2024

I'm going to close this for now as "not a bug". If David and Konstantin's help hasn't been enough, please join and reach out on the ATS user's group mailing list at https://groups.google.com/g/ats-users and we'll get you squared away!

from ats.

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.