Giter Site home page Giter Site logo

Comments (4)

tclune avatar tclune commented on June 11, 2024

Sorry - just back from vacation. It looks like there are missing $() around PFUNIT_INSTALL_DIR. I will go take a look at the included Makefiles. The CI is really only testing the CMake usage at this point, so not too surprising if the Makefile usage is showing this.

from pfunit.

tclune avatar tclune commented on June 11, 2024

OK - I see now that your PFUNIT_INSTALL_DIR is an explicit path - not meant to be a shell variable. Sorry about that. Thinking ...

The usual cause of these sorts of things is that your environment is using a different Fortran compiler/version that what was used to build pFUnit. E.g., it is clear you are using ifort for compiling your test, but is it possible that pFUnit itself was built with gFortran? If you save the output from the initial CMake command that may shed some light on the matter.

from pfunit.

aaruni96 avatar aaruni96 commented on June 11, 2024

Hi, and sorry for the late response.

PFUNIT_INSTALL_DIR is a full path I have redacted. Its not a variable at all.

pFUnit was built with the same version of ifort. From the file build/CMakeFiles/CMakeOutput.log,

$ cat CMakeOutput.log | grep -i 'ifort version' | head -n 1
ifort version 18.0.2

And asking ifort its version from the terminal,

$ ifort --version
ifort (IFORT) 18.0.2 20180210
Copyright (C) 1985-2018 Intel Corporation.  All rights reserved.

from pfunit.

aaruni96 avatar aaruni96 commented on June 11, 2024

Hello,

Quick update: things appear to work as intended as of commit 253ef29. Might be helpful to investigate what has changed since then.

from pfunit.

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.