quantum-espresso/test-suite/buildbot/farmer_pgi17_mvapich23b.cfg

25 lines
1.1 KiB
Python

# -*- python -*-
# ex: set syntax=python:
from slave import Steps
Environ={
'MV2_SMP_USE_CMA' : '0',
'LD_LIBRARY_PATH' : '/mnt/buildbot/local/mvapich2.3/lib:/mnt/buildbot/local/pgi17.4/linux86-64/17.4/lib:/usr/local/lib64:/usr/local/lib',
'PATH' : '/mnt/buildbot/local/mvapich2.3/bin:/mnt/buildbot/local/pgi17.4/linux86-64/17.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
}
Step = Steps(Environ)
f=BuildFactory(Step.clean+Step.checkout_qe+Step.configure_qe+Step.dep_qe+Step.make_pw+\
Step.make_ph+Step.make_epw0+Step.make_epw+Step.test_clean+Step.test0+\
Step.test_para_PW+Step.test_para_CP+Step.test_para_PH+Step.test_para_EPW)
f_SGW=BuildFactory(Step.clean+Step.checkout_qe+Step.configure_qe2+Step.dep_qe+Step.checkout_sgw+\
Step.make_pw2+Step.make_lr+Step.make_sgw) #+Step.test_sgw+Step.test_clean_sgw)
f_WAN=BuildFactory(Step.checkout_wannier+Step.cpconfig+Step.clean_wannier+Step.make_wannier+\
Step.make_wannier2+Step.test_wannier_serial+Step.test_wannier_para)