Christophe Prud'homme

Results 221 comments of Christophe Prud'homme

# python test: ``` Test project /root/feelpp/build/release-clang-cmake/python Start 1: feelpp_qs_python-alg Start 2: feelpp_qs_python-mpi-alg Start 3: feelpp_qs_python-core Start 4: feelpp_qs_python-mpi-core 1/40 Test #3: feelpp_qs_python-core ............................ Passed 2.09 sec Start 5: feelpp_qs_python-discr...

= toolboxes ``` ctest -R . -j4 Test project /root/feelpp/build/release-clang-cmake/toolboxes Start 1: feelpp_toolbox_coefficientformpdes-ThermalBridgesENISO10211_case2-np-6 Start 2: feelpp_toolbox_coefficientformpdes-ThermalBridgesENISO10211_case2-np-1 Start 3: feelpp_toolbox_coefficientformpdes-ThermalBridgesENISO10211_case2_alternative-np-6 Start 4: feelpp_toolbox_coefficientformpdes-ThermalBridgesENISO10211_case2_alternative-np-1 1/131 Test #1: feelpp_toolbox_coefficientformpdes-ThermalBridgesENISO10211_case2-np-6 ............... Passed 2.80 sec...

@lberti the cylindrical cavity test is failing on spack (probably tolerance is too tight) https://github.com/feelpp/feelpp/issues/2016#issuecomment-1882914925

@VLCeline the python tests are failing on spack https://github.com/feelpp/feelpp/issues/2016#issuecomment-1882874431

@vincentchabannes now that debian:12 is out there, I propose that we have the latest ubuntu and debian lts for the docker builds. we drop bullseye and focal.

Hello @Vyrgyl thank you for your report. We do compile feelpp on 20.04 have you installed `libboost-all-dev` ? it is actually boost 1.71 and not 1.65.

@thomas-saigre could you provide the link to your code so that we can reproduce this ?

@thomas-saigre here is a testcase that works fine: ``` #!/bin/bash #SBATCH --job-name=get-output #SBATCH --nodes=2 #SBATCH --ntasks-per-node=48 #SBATCH --time=1:00:00 #SBATCH --output=log-output%j.log #SBATCH --error=log-error%j.log mkdir -p /data/home/prudhomm/toto mpirun -np 96 feelpp_qs_laplacian_2d --directory...

@thomas-saigre have you followed these procedures : For the inter-node to work (use of network cards in RoCE), you have to go through [HPCX](https://docs.nvidia.com/networking/display/HPCXv29/NVIDIA+HPC-X+Software+Toolkit). A module has been setup env-module...

here are the results of the testsuite for preset `release-clang-cpp20-cmake` ``` 0% tests passed, 4 tests failed out of 4 Label Time Summary: testdiscr = 4.66 sec*proc (1 test) testintegration...