Code Monkey home page Code Monkey logo

Comments (6)

mccoys avatar mccoys commented on May 28, 2024 1

There is no problem really.

The fact is that, with all the compilers and libraries, it is hard to ensure all versions match. There is especially a difficulty between various python versions, but that should not cause any errors in the code. Only warnings.

Concerning simd, your compiler does not seem to accept pragmas, which means vectorization may not be as efficient as possible. However, this is not a critical aspect.

from smilei.

iltommi avatar iltommi commented on May 28, 2024

Could you please tell us the OS/compiler versions do you use?

from smilei.

QJohn2017 avatar QJohn2017 commented on May 28, 2024

Hi @iltommi ,
My local computer system is Centos 7.0, and the Compiler version of I used is gcc 4.8.5
[hp@localhost Desktop]$ gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

from smilei.

QJohn2017 avatar QJohn2017 commented on May 28, 2024

@mccoys , yes, maybe there are just warnings when I compile. So, could I ignore these warnings?

from smilei.

mccoys avatar mccoys commented on May 28, 2024

Yes you can ignore them. If you find issues in the performances of your simulations, then maybe there could be something to worry about, but I believe none of these warnings should matter at this stage.

We try to remove these warnings now and then, but we don't test all compilers often.

from smilei.

QJohn2017 avatar QJohn2017 commented on May 28, 2024

@mccoys , OK. Thank you very much! I will do my first simulation by this code.

from smilei.

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.