Test report for PR(s) easybuilders/easybuild-easyconfigs#23628
Build succeeded for 1 out of 1 (1 easyconfigs in total)
- SUCCESS xxHash-0.8.3-GCCcore-13.3.0.eb
- start: Mon, 11 Aug 2025 11:18:20 +0000 (UTC)
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 |
| [jose@koios1 bin]$ ./clik_example_C /mnt/.beegfs/proj/plc-data/PR3-2018/COM_Likelihood_Data-baseline_R3.00/baseline/plc_3.0/hi_l/plik/plik_rd12_HM_v22b_TTTEEE.clik | |
| ---- | |
| clik version plc_3.1 | |
| smica | |
| Checking likelihood '/mnt/.beegfs/proj/plc-data/PR3-2018/COM_Likelihood_Data-baseline_R3.00/baseline/plc_3.0/hi_l/plik/plik_rd12_HM_v22b_TTTEEE.clik' on test data. got -1172.47 expected -1172.47 (diff -4.34054e-07) | |
| ---- | |
| Likelihood use Cl | |
| TT from l=0 to l=2508 (incl.) | |
| EE from l=0 to l=2508 (incl.) | |
| TE from l=0 to l=2508 (incl.) |
| nmcli connection modify hotspot_name 802-11-wireless-security.key-mgmt wpa-psk 802-11-wireless-security.psk hotspot_password | |
| nmcli connection up hotspot_name |
| module(load="omprog") | |
| template(name="script_template" type="string" string="%msg%\n") | |
| if $msg contains "Error received in UDP connection under DTLS" then | |
| { | |
| action(type="omprog" | |
| name="restart_hass" | |
| binary="/bin/bash -c '/mnt/1g/hass/restart.sh'" | |
| action.resumeInterval="5" | |
| killUnresponsive="on" | |
| template="script_template" |