Test report for PR(s) easybuilders/easybuild-easyconfigs#25820
Build succeeded for 2 out of 2 (total: 28 mins 24 secs) (2 easyconfigs in total)
-
SUCCESS Qwt-6.3.0-GCCcore-13.3.0.eb
-
SUCCESS Visit-3.4.2-foss-2024a.eb
Test report for PR(s) easybuilders/easybuild-easyconfigs#25820
Build succeeded for 2 out of 2 (total: 28 mins 24 secs) (2 easyconfigs in total)
SUCCESS Qwt-6.3.0-GCCcore-13.3.0.eb
SUCCESS Visit-3.4.2-foss-2024a.eb
Test report for PR(s) easybuilders/easybuild-easyconfigs#25808
Build succeeded for 1 out of 1 (total: 24 mins 55 secs) (1 easyconfigs in total)
| ## CRONTAB HINTS AND TIPS | |
| ## | |
| ## | |
| ## Entry Description Equivalent To | |
| ## @yearly (or @annually) Run once a year at midnight in the morning of January 1 0 0 1 1 * | |
| ## @monthly Run once a month at midnight in the morning of the first of the month 0 0 1 * * | |
| ## @weekly Run once a week at midnight in the morning of Sunday 0 0 * * 0 | |
| ## @daily Run once a day at midnight 0 0 * * * | |
| ## @hourly Run once an hour at the beginning of the hour 0 * * * * | |
| ## @reboot Run at startup @reboot |
Test report for PR(s) easybuilders/easybuild-easyconfigs#23628
Build succeeded for 1 out of 1 (1 easyconfigs in total)
| #!/bin/bash | |
| # this script installs openmpi from source into current conda/microconda/condaforge environment | |
| export CC=${CONDA_PREFIX}/bin/clang | |
| export CXX=${CONDA_PREFIX}/bin/clang++ | |
| rm -rf libevent-2.1.12-stable | |
| wget https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz | |
| tar -xvf ./libevent-2.1.12-stable.tar.gz |
| name: pyoperon_mpi | |
| channels: | |
| - conda-forge | |
| - nodefaults | |
| dependencies: | |
| - conda | |
| - cxx-compiler | |
| - clangxx==19.1.7 | |
| - cmake | |
| - eigen |
| #!/usr/bin/env bash | |
| if [[ -n "${VIRTUAL_ENV}" ]]; then | |
| INSTALL_PREFIX="${VIRTUAL_ENV}" | |
| elif [[ -n "${CONDA_PREFIX}" ]]; then | |
| INSTALL_PREFIX="${CONDA_PREFIX}" | |
| else | |
| INSTALL_PREFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('prefix'))") | |
| fi |
| # note the %{NOTSPACE} template. There is one unprintable character, not sure if coming from rsyslog, or from Meshtastic device. | |
| # %{NOTSPACE} will match it. | |
| [[inputs.tail]] | |
| files = ["/dev/shm/syslog"] | |
| data_format = "grok" | |
| grok_patterns = [ | |
| "%{TIMESTAMP_ISO8601} %{WORD:device} %{WORD:module} %{NOTSPACE}\\[%{INT}\\]: txGood=%{NUMBER:txGood:int},txRelay=%{NUMBER:txRelay:int},rxGood=%{NUMBER:rxGood:int},rxBad=%{NUMBER:rxBad:int}", |
| # nalogujeme se na vp: | |
| $ ssh sup200 -l josef.dvoracek | |
| Last login: Thu Oct 24 11:54:13 2024 | |
| josef.dvoracek@sup200:~$ | |
| # stahneme miniforge: | |
| josef.dvoracek@sup200:~$ cd Downloads/ | |
| josef.dvoracek@sup200:~/Downloads$ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh |