Skip to content

Instantly share code, notes, and snippets.

;; This buffer is for text that is not saved, and for Lisp evaluation.
;; To create a file, visit it with <f20> and enter text in its buffer.
[2022-10-12T10:24:16.728714+02:00] [debug] <<< consoles::serial_screen::type_string(cmd="backend_send_key", json_cmd_token="sGBBoEry", key="ret", text="\n")
[2022-10-12T10:24:16.729399+02:00] [debug] tests/containers/apptainer.pm:46 called testapi::validate_script_output
[2022-10-12T10:24:16.729771+02:00] [debug] <<< testapi::wait_serial(regexp="# ", expect_not_found=0, timeout=90, quiet=1, buffer_size=undef, record_output=undef, no_regex=1)
[2022-10-12T10:24:16.730507+02:00] [debug] <<< consoles::serial_screen::read_until(expect_not_found=0, buffer_size=undef, pattern=[
"# "
], json_cmd_token="UboBrPLO", regexp="# ", cmd="backend_wait_serial", record_output=undef, no_regex=1, timeout=90, quiet=1)
[2022-10-12T10:25:46.821444+02:00] [debug] >>> testapi::wait_serial: # : fail
@d3flex
d3flex / txt
Created July 20, 2022 07:34
lttng start trace
[ 255.759835] trampoline signature fail
[ 255.759855] ------------[ cut here ]------------
[ 255.759857] kernel BUG at ../arch/x86/kernel/static_call.c:76!
host: susetest
==================================================================================================
mpiexec options:
----------------
Base path: /usr/lib/hpc/gnu7/mpi/mvapich2/2.3.3/bin/
Launcher: (null)
Debug level: 1
Enable X: -1
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
host: 192.168.122.201
==================================================================================================
mpiexec options:
----------------
Base path: /usr/lib/hpc/gnu7/mpi/mpich/4.0.1/bin/
Launcher: (null)
Debug level: 1
Enable X: -1
❯ sudo docker build - < Dockerfile
Sending build context to Docker daemon 2.048kB
Step 1/3 : FROM registry.suse.com/bci/python:3.9
3.9: Pulling from bci/python
ec078285c1c2: Pull complete
d7c86fde778c: Pull complete
Digest: sha256:5a25df2bf3e83e4732d208e6f060973a5251d487742cc24df3650cfc8075ce4c
Status: Downloaded newer image for registry.suse.com/bci/python:3.9
---> 576a8d463474
Step 2/3 : RUN zypper -n in dirmngr
Warning (comp): gh-common.el:101:14: Warning: reference to free variable ‘gh-object’ Disable showing Disable logging
Warning (comp): gh-common.el:113:3: Warning: reference to free variable ‘target’ Disable showing Disable logging
Warning (comp): /home/iob/.emacs.d/elpa/gh-20220302.549/gh-common.el: Error: Symbol's function definition is void gh-marshal-default-spec Disable showing Disable logging
Warning (comp): gist.el:42:13: Warning: Package cl is deprecated Disable showing Disable logging
Warning (comp): gist.el:183:6: Warning: Unknown slot ‘:profile’ Disable showing Disable logging
Warning (comp): gist.el:232:31: Warning: Unknown slot ‘:html-url’ Disable showing Disable logging
Warning (comp): gist.el:319:8: Warning: Unknown slot ‘:cache’ Disable showing Disable logging
Warning (comp): gist.el:354:31: Warning: Unknown slot ‘:id’ Disable showing Disable logging
Warning (comp): gist.el:360:6: Warning: Unknown slot ‘:id’ Disable showing Disable logging
Warning (comp): gist.el:368:17: Warning: Unknown slot ‘:
@d3flex
d3flex / gist:1475cc99390c87c9ce20e1b7a90789f7
Created April 13, 2022 07:31
run-find-external strace
susetest:~ # strace -fc /usr/lib/spack/run-find-external.sh
strace: Process 3980 attached
Create /etc/spack/no_rpm_trigger to stop spack to search for new packages after a rpm install
strace: Process 3981 attached
strace: Process 3982 attached
strace: Process 3983 attached
strace: Process 3984 attached
strace: Process 3985 attached
strace: Process 3986 attached
strace: Process 3987 attached
{"count":23,"failed":[{"error_messages":["START_DIRECTLY_AFTER_TEST=install_ltp_baremetal_mlx@ipmi-kernel-rt not found - check for dependency typos and dependency cycles"],"job_id":8470144},{"error_messages":["START_DIRECTLY_AFTER_TEST=install_ltp_baremetal_mlx@ipmi-kernel-rt not found - check for dependency typos and dependency cycles"],"job_id":8470145},{"error_messages":["START_DIRECTLY_AFTER_TEST=install_ltp_baremetal_mlx@ipmi-kernel-rt not found - check for dependency typos and dependency cycles"],"job_id":8470146},{"error_messages":["START_AFTER_TEST=create_hdd_hpc_textmode@64bit not found - check for dependency typos and dependency cycles"],"job_id":8470149},{"error_messages":["START_AFTER_TEST=create_hdd_hpc_textmode@64bit not found - check for dependency typos and dependency cycles"],"job_id":8470150},{"error_messages":["START_AFTER_TEST=create_hdd_minimal_base+sdk@64bit not found - check for dependency typos and dependency cycles"],"job_id":8470151},{"error_messages":["START_AFTER_TEST=create_hdd_mi
/**
https://www.boost.org/doc/libs/1_78_0/doc/html/mpi/tutorial.html
**/
#include <boost/mpi/environment.hpp>
#include <boost/mpi/communicator.hpp>
#include <iostream>
namespace mpi = boost::mpi;
int main(int argc, char* argv[])
{