Giter VIP home page Giter VIP logo

ansible-role-fleur's People

Contributors

chrisjsewell avatar ltalirz avatar

Watchers

 avatar  avatar  avatar

Forkers

judftteam

ansible-role-fleur's Issues

some mpi tests fail

When enabling MPI, some (but not all) tests of the MPI executable fail:

    The following tests FAILED:
             28 - FLEUR_MPI:CuBulk (Failed)
             29 - FLEUR_MPI:CuBulkXML (Failed)
             32 - FLEUR_MPI:Fe-Atom (Failed)
             37 - FLEUR_MPI:Fe_bct (Failed)
             38 - FLEUR_MPI:Fe_bctXML (Failed)
             39 - FLEUR_MPI:PTO (Failed)
             40 - FLEUR_MPI:PTOXML (Failed)
             43 - FLEUR_MPI:PTO-SOC (Failed)
             46 - FLEUR_MPI:Fe_bct_SOCXML (Failed)
             48 - FLEUR_MPI:SiFilmSlicePlotXML (Failed)

consider adding standard parameter sets

@broeder-j We're including a couple of pseudopotentials for Quantum Espresso in Quantum Mobile (since they don't ship with the code).
How is it for fleur, are a set of standard PPs already included?
If not, can you point me to a zip that I should download?

Fix for Ubunut 20.04

In #12 the CI failed for both 16.04 and 20.04. We no longer really support 16.04, so thats fine, for 20.04 the issue was:

    TASK [marvel-nccr.fleur : Make fleur executables] ******************************
    Thursday 25 March 2021  06:47:07 +0000 (0:00:00.041)       0:00:07.520 ********
fatal: [instance]: FAILED! => changed=false
  msg: 'Unable to change directory before execution: [Errno 2] No such file or directory: b''/tmp/fleur/build'''

Serial vs parallel

As discussed at the bottom of this comment, fleur crashes with the common workflows when run in parallel.

Is this a bug, or it's expected and is just an issue of how things are distributed in parallel? How can we fix it? @broeder-j @Tseplyaev

Consider using a more modern gfortran compiler instead of gfortran-6

this role uses gfortran-6 because the prior ubuntu version did not have newer gfortran compilers in there default repos.
Use gfortran-7, 8 or 9, as long it is in all ubuntu versions this role is to be build on.

@ltalirz: You do not have to do this now, for this release. For the next ones we might text something and contribute here.

install correct libraries and let fleur use them

We currently install these packages:

- name: Install fleur dependencies
become: true
become_user: "{{ root_user }}"
apt:
name: "{{ item }}"
state: latest
with_items:
- build-essential
- gfortran-6
- g++-6
- gcc-6
- openmpi-bin
- libopenmpi-dev
- libfftw3-dev
- libfftw3-mpi-dev
- liblapack-dev
- libblas-dev
- binutils-gold
- git
- cmake
- libxml2-dev
- doxygen

Looking at the configure output on travis, we should

  • make sure OpenMPI is used to build a parallel version of fleur
  • make sure libfftw3 is necessary (it seems fleur only cares about MKL fft (?))
  • check whether compilation works with default gcc-7/gfortran-7 compilers

make install no longer works (MaXR4)

With the MaXR4 release, the ansible scripts are broken -
I already noticed that the executable is now called fleur_MPI (easy to fix), but I also notice that CMAKE_INSTALL_PREFIX=/usr/local make install no longer installs the fleur binaries at the right place.

@broeder-j Do you have any idea how to fix this?

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.