Changes between Version 17 and Version 18 of doc/tec/testsuite
- Timestamp:
- Nov 22, 2018 3:34:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/testsuite
v17 v18 56 56 apt-get install subversion cmake gfortran mpich libmpich-dev libnetcdff-dev netcdf-bin libfftw3-dev 57 57 }}} 58 All palmtest specific requirements have been installed using the following commands: 59 {{{ 60 #!sh 61 apt-get install python3-pip python3-urllib3 libcurl3 libcurl4-openssl-dev python-setuptools 62 python3 -m pip install numpy netCDF4 PyYAML 63 }}} 58 64 59 65 An 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].