Changes between Version 17 and Version 18 of doc/tec/testsuite


Ignore:
Timestamp:
Nov 22, 2018 3:34:41 PM (6 years ago)
Author:
knoop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/testsuite

    v17 v18  
    5656apt-get install subversion cmake gfortran mpich libmpich-dev libnetcdff-dev netcdf-bin libfftw3-dev
    5757}}}
     58All palmtest specific requirements have been installed using the following commands:
     59{{{
     60#!sh
     61apt-get install python3-pip python3-urllib3 libcurl3 libcurl4-openssl-dev python-setuptools
     62python3 -m pip install numpy netCDF4 PyYAML
     63}}}
    5864
    5965An automation server called Jenkins monitors our Subversion trunk and triggered by any commit onto the trunk it executes all PALM tests. Its front-end is served by an ngenx web-server and can be found [https://testserver.palm-model.org/ here].