hattom
hattom
I ran two tests in files with cpp style preprocessor statements. In the first (which has been run through fprettify): ``` program test implicit none integer :: a, b, c,...
EB sets `MPLBACKEND` to `Agg` by default to give a non-interactive backend. Whilst this solves the problem of "why won't my matplotlib work in the batch system" [1], it leads...
The main webpage https://easybuild.io/ refers to an IRC channel on Freenode. This should be updated since it's no longer on Freenode. This seems to show up in a number of...
(created using `eb --new-pr`)
adding easyconfigs: NVHPC-22.7-CUDA-11.4.1.eb (half-created with eb --new-pr, half not; due to token issues.)
Not sure if this is these are the correct variables, and doubly bad if there's a `which $MPIF90` or similar being run later.
``` $ eb NVHPC-22.7-CUDA-11.7.0.eb --job --job-backend=Slurm --job-max-walltime=4 --job-cores=4 == Temporary log file in case of crash /scratch_local/eb-4ztatilm/easybuild-7qbf3o78.log == found valid index for /m100_work/FUSIO_ru6IPP_0/thayward/eb/software/EasyBuild/4.6.0/easybuild/easyconfigs, so using it... ERROR: Failed to determine...
Since oneAPI, Intel ships 2 sets of compilers: Classic: `icc`, `icpc`, `ifort`, and LLVM-based: `icx`, `icpx`, `ifx`. Unlike `icx` and `icpx`, `ifx` is barely production-ready, still lagging behind `ifort` (it's...
``` thay@toki04:~/src/misc/easybuild-easyconfigs> $ rm -rf /tmp/eb-* thay@toki04:~/src/misc/easybuild-easyconfigs> eb --from-pr=17107,16724 --try-toolchain=nvompi,2022.07 --copy-ec HDF5-1.14.0-gompi-2022b.eb ./ == Temporary log file in case of crash /tmp/eb-0ng7l13c/easybuild-yicd3gbz.log ERROR: Trying to symlink /tmp/eb-0ng7l13c/tmp_i_byh0s/easybuilders/easybuild-easyconfigs-develop/easybuild/easyconfigs/0 to /tmp/eb-0ng7l13c/fetch_files_from_pr_17107_16724/0, but...
https://github.com/alfkoehn/fusion_plots/blob/aace10403eb3c4111f65c1d4419c6c536ade1ef9/fusion_cross_sections/fusion_cross_sections.py#L179 On the plot of cross section vs T, I always understood that the plots which show energy are "per-particle", whereas the plots which show temperature are integrated over a...