GithubHelp home page GithubHelp logo

Comments (3)

Nobutarou avatar Nobutarou commented on May 26, 2024

I can build.

For the 1st step, I missed -lgcov. Thus, I add it to addflag,

-addflag="-O2 -fprofile-generate -lgcov''

and I need to pass '-lgcov' to the linker. I have to modify <openradioss_root>/engine/cbuild_linux64_gf_ompi/CMakeFiles/engine_linux64_gf_ompi.dir/link.txt to

gfortran   -fopenmp  -ldl -lrt -lstdc++    @CMakeFiles/engine_linux64_gf_ompi.dir/objects1.rsp @CMakeFiles/engine_linux64_gf_ompi.dir/objects2.rsp -o engine_linux64_gf_ompi  -lrt -L/opt/openmpi/lib -lmpi -lmpi_mpifh -ldl -Wunused-function -lstdc++ -lgcov

I don't know what file generates link.txt. Thus, I just modify and disallow removal.

from openradioss.

laurent-altr avatar laurent-altr commented on May 26, 2024

Hi @Nobutarou,

For the engine, you can add the compilation flags into the file cmake_linux64_gf.txt.

Thank you!

from openradioss.

Nobutarou avatar Nobutarou commented on May 26, 2024

I find CMAKE_EXE_LINKER_FLAGS in the file. Helpful.
Thank you.

from openradioss.

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.