REM PLATFORM list REM "vs11", REM "vs12", REM "10vs12", REM "vs14", REM "mpivs14", REM "10vs14", REM "vsi14", REM "mpvsi14", REM "10vs15", REM "10vs16", set PLATFORM=vs14 REM trunk is bbtconf.yml REM 1.8 is bb18tconf.yml REM 1.10 is bb110tconf.yml set CONFFILE=bbtconf.yml REM PRODUCT list REM "hdf5trunk", REM "hdf518", REM "hdf5110", set PRODUCT=hdf5trunk set HOST=10.10.10.86 set DIRN=/mnt/ftp/pub/outgoing/QATEST/ REM TOOLSET list REM Intel C++ Compiler 18.0 REM Intel C++ Compiler 19.0 REM Intel C++ Compiler 2021.0 REM default REM REM GENERATOR list REM "Visual Studio 14 2015 Win64", REM "Visual Studio 15 2017 Win64", set DGENERATOR='Visual Studio 14 2015 Win64' set GENERATOR="Visual Studio 14 2015 Win64" set OSSIZE=64 set CONFIG=StdShar REM SCHEDULE list REM "weekly", REM "nightly", set SCHEDULE=weekly REM set PYPREFIX=/Python27/ set PYPREFIX= set DATASTORE="{'generator': %DGENERATOR%, 'scheduler': '%SCHEDULE%', 'modules': {'use': '/opt/pkgs/modules/all'}, 'toolsets': {'default': ['default']}, 'compilers': ['C', 'Fortran', 'Java']}" mkdir %CONFIG% cd %CONFIG% %PYPREFIX%python ../doftp.py %HOST% %DIRN% scripts3 . doftp.py mkdir build cd build REM Main configuration file %PYPREFIX%python ../doftp.py %HOST% %DIRN% scripts3 . bbtconf.json REM Product configuration file %PYPREFIX%python ../doftp.py %HOST% %DIRN% %PRODUCT%/ . %CONFFILE% REM Platforms configuration file %PYPREFIX%python ../doftp.py %HOST% %DIRN% scripts3 . bbtconf.json REM mkdir btctest cd btctest REM REM Product configuration file %PYPREFIX%python ../../doftp.py %HOST% %DIRN% %PRODUCT%/ . %CONFFILE% REM %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3 . readJSON.py REM mkdir util_functions %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions __init__.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions util_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions at_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions ct_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions cdash_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions step_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions spack_functions.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions ctest_log_parser.py %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3/util_functions util_functions log_parse.py REM %PYPREFIX%python ../doftp.py %HOST% %DIRN% scripts3 . doyDistributeGet.py %PYPREFIX%python ./doyDistributeGet.py %HOST% %DIRN% %PLATFORM% %PLATFORM% %CONFIG% %PRODUCT%/ %CONFFILE% REM %PYPREFIX%python ../../doftp.py %HOST% %DIRN% scripts3 . doybtctest.py %PYPREFIX%python ./doybtctest.py testbin %CONFIG% bbparams btctest %PLATFORM% %CONFFILE% %PRODUCT%-bintest %DATASTORE% REM %PYPREFIX%python ./readJSON.py REM cd ../../..