-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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 coreReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels