quantum-espresso/test-suite/buildbot/Udine_farm/farmer_gcc102_serial.cfg

22 lines
1000 B
Python

# -*- python -*-
# ex: set syntax=python:
# 'LD_LIBRARY_PATH' : '/usr/local/lib64:/usr/local/lib',
from worker import Steps
Environ={
'BLAS_LIBS' : '/home/buildbot/local/blas380-gcc102/lib64/libblas.a',
'LD_LIBRARY_PATH' : '/home/buildbot/local/lapack390-gcc102/lib:/home/buildbot/local/blas380-gcc102/lib64:/home/buildbot/local/gcc-10.2.0/lib64:/home/buildbot/local/gcc-10.2.0/lib:/home/buildbot/local/gcc-10.2.0/lib32',
'PATH' : '/home/buildbot/local/gcc-10.2.0/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin',
}
Step = Steps(Environ)
f=BuildFactory(Step.clean+Step.checkout_qe+Step.configure_qe_serial+Step.make_pw+Step.make_ph+\
Step.make_epw0+Step.make_epw+Step.test_clean+Step.test0+Step.test_serial_PW+\
Step.test_serial_CP+Step.test_serial_PH+Step.test_serial_EPW+Step.test_serial_HP)
f_WAN=BuildFactory(Step.checkout_wannier+Step.cpconfig+Step.clean_wannier+Step.make_wannier+\
Step.make_wannier2+Step.clean_tests+Step.test_wannier_serial)