Skip to content

Yambo compilation on eiger via uenv #8

@mikibonacci

Description

@mikibonacci

This is from a colleague (Aleksandr Poliukhin, EPFL)

uenv start --view=default  quantumespresso/v7.3.1:v2
cd yambo # yambo 5.3
make distclean 2>/dev/null || true
rm -f config.cache
export CONFIG_SHELL=/bin/bash
export SHELL=/bin/bash
export CPP="mpicc -E -P"
export FPP="mpif90 -E -cpp -P"
export FCFLAGS="-O2 -fallow-argument-mismatch"
export FFLAGS="-O2 -fallow-argument-mismatch"
./configure CC=mpicc CXX=mpicxx FC=mpif90 F77=mpif77 CPP="$CPP" FPP="$FPP"
make -j 32 core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions