Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifdef::env-github,env-browser,env-vscode[:imagesprefix: ../images/]
:page-cards-tag: benchmark,report,machine,application,usecase,example
:page-tags: dashboard_index
:page-cards-within-module: false
:docdatetime: 2025-12-09:10:33:57
:docdatetime: 2026-01-14T17:20:47

- Feel++ Benchmarking Version : 4.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
= ReFrame logs

== ReFrame scheduler script

[source,bash]
----
#!/bin/bash
#SBATCH --job-name="rfm_RegressionTest_0a2fb292"
#SBATCH --ntasks=4
#SBATCH --ntasks-per-node=4
#SBATCH --cpus-per-task=1
#SBATCH --output=rfm_job.out
#SBATCH --error=rfm_job.err
#SBATCH --exclusive
#SBATCH --partition=public
#SBATCH --threads-per-core=1
#SBATCH --time=0-00:15:00
source /etc/profile.d/modules.sh
export PATH=/opt/apptainer/latest/bin/:$PATH
srun --cpus-per-task=1 apptainer exec -B"/data/home/cladellash/actions-runner/_work/apps-feelpp/apps-feelpp/reframe/stage/gaya/public/default/RegressionTest_0a2fb292:/rfm_workdir" --home /data/scratch/cladellash/feelppdb --bind /data/scratch/cladellash/feelppdb/input_data/:/input_data --env OMP_NUM_THREADS=1 --sharens --bind /opt/:/opt/ --bind /data/:/data/ /data/scratch/cladellash/images//apps-feelpp.sif feelpp_app_io --directory /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211 --discretization P2 --repository.append.np 0 --gmsh.filename /input_data/feelpp_toolboxes/ThermalBridgesENISO10211/partitioning/case3/M1/case3_p4.json --nrun 1

----

== ReFrame error log

[source,bash]
----
Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified


----

== ReFrame output log

[source,bash]
----
[ Starting Feel++ ] application O version 0.111.0-preview.120 date 2026-Jan-14
[feelpp] create Feel++ root repository: /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211

[feelpp] create Feel++ geo repository: /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/geo

[feelpp] create Feel++ expressions directory: /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/exprs

[feelpp] create Feel++ logs directory: /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/logs

. O files are stored in /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/
.. logfiles :/data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/logs
[loadMesh] Loading mesh in format json+h5: "/input_data/feelpp_toolboxes/ThermalBridgesENISO10211/partitioning/case3/M1/case3_p4.json"
[loadMesh] Time : 3.71986s
[create function space] Time : 7.09218s
[create vectorial function space] Time : 16.1012s
[save field] Time : 0.0501024s
[save vector field] Time : 0.117278s
[save mesh] Time : 0.291825s
[export time] Time : 8.74042s
Time load mesh 3.71986
Time load create function space 7.09218
Time load create vectorial function space 16.1012
Time save mesh 0.291825
Time save field 0.0501024
Time save vector field 0.117278
Time to export 8.74042
+----------------------------------------------------------------------------------------------------------------------------------------------------+
| O |
+----------------------------------------------------------------------------------------------------------------------------------------------------+
| +-------------+----------------------------------------------------------------------------------------------------------------------------------+ |
| | logs | /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/logs | |
| +-------------+----------------------------------------------------------------------------------------------------------------------------------+ |
| | journal | /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/journal.json | |
| +-------------+----------------------------------------------------------------------------------------------------------------------------------+ |
| | directories | +------------------------------------------------------------------------------------------------------------------------------+ | |
| | | | /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/ | | |
| | | +------------------------------------------------------------------------------------------------------------------------------+ | |
| | | | /data/home/cladellash/actions-runner/_work/apps-feelpp/apps-feelpp/reframe/stage/gaya/public/default/RegressionTest_0a2fb292 | | |
| | | +------------------------------------------------------------------------------------------------------------------------------+ | |
| +-------------+----------------------------------------------------------------------------------------------------------------------------------+ |
+----------------------------------------------------------------------------------------------------------------------------------------------------+

[ Stopping Feel++ ] application O execution time 43.1957s

----

== feelpp_app_io.INFO

[source,bash]
----
Log file created at: 2026/01/14 16:59:18
Running on machine: gaya3
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0114 16:59:18.900815 754813 environment.cpp:1708] File /input_data/feelpp_toolboxes/ThermalBridgesENISO10211/partitioning/case3/M1/case3_p4.json found
I0114 16:59:18.902261 754813 loadmesh.hpp:246] Loading mesh in json+h5 format "/input_data/feelpp_toolboxes/ThermalBridgesENISO10211/partitioning/case3/M1/case3_p4.json"
I0114 16:59:18.934074 754813 partitionio.hpp:1134] read stat points 208257,51053,0
I0114 16:59:18.934082 754813 partitionio.hpp:1137] read stat elements 1111009,276136,0
I0114 16:59:18.934083 754813 partitionio.hpp:1140] read stat ghost_elements 52517,11513,0
I0114 16:59:18.934085 754813 partitionio.hpp:1143] read stat marked_faces 94934,22372,0
I0114 16:59:18.934087 754813 partitionio.hpp:1146] read stat marked_edges 0,0,0
I0114 16:59:18.934087 754813 partitionio.hpp:1149] read stat marked_points 0,0,0
I0114 16:59:18.934402 754813 partitionio.hpp:1168] loaded points_ids:1x208257
I0114 16:59:18.934702 754813 partitionio.hpp:1170] loaded points_coords:1x624771
I0114 16:59:18.956038 754813 partitionio.hpp:1267] loaded elements:1x5555045
I0114 16:59:19.121660 754813 partitionio.hpp:1373] loaded ghost_elements:1x52517
I0114 16:59:19.123216 754813 partitionio.hpp:1569] loaded marked_subentities:1x379736
I0114 16:59:19.200168 754813 meshimpl.hpp:1051] We have 22372 faces in the database
I0114 16:59:19.971900 754813 meshimpl.hpp:1325] We have now 565557 faces in the mesh
I0114 16:59:21.870131 754813 meshimpl.hpp:1863] update boundary points...
I0114 16:59:21.903149 754813 meshimpl.hpp:1883] update boundary elements...
I0114 16:59:22.597546 754813 meshimpl.hpp:524] h average : 0.0325846
I0114 16:59:22.597592 754813 meshimpl.hpp:525] h min : 0.0175455
I0114 16:59:22.597594 754813 meshimpl.hpp:526] h max : 0.044348
I0114 16:59:22.609690 754813 worldcomm.cpp:882] [rank 0] [DofTable::build] starts, has mesh support: false
I0114 16:59:22.661825 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] starts, dof_indices empty: true
I0114 16:59:22.661837 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] allocation done
I0114 16:59:22.664122 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] n_elts = 264623 on processor 0
I0114 16:59:25.720721 754813 worldcomm.cpp:882] [rank 0] [builddofmap - 0] dof generation nLocalDof : 374780
I0114 16:59:25.720885 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildGhostDofMap rank=0] starts. hasMeshSupport: false
W0114 16:59:26.655210 754813 doftable.hpp:2587] TODO: finish implementation of this case below
I0114 16:59:29.705401 754813 worldcomm.cpp:882] [rank 0] [DofTable::build] starts, has mesh support: false
I0114 16:59:29.733218 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] starts, dof_indices empty: true
I0114 16:59:29.733234 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] allocation done
I0114 16:59:29.737145 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] n_elts = 264623 on processor 0
I0114 16:59:35.379374 754813 worldcomm.cpp:882] [rank 0] [builddofmap - 0] dof generation nLocalDof : 1124340
I0114 16:59:35.379498 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildGhostDofMap rank=0] starts. hasMeshSupport: false
W0114 16:59:37.539252 754813 doftable.hpp:2587] TODO: finish implementation of this case below
I0114 16:59:45.806870 754813 element_impl.hpp:199] creating element u : u
I0114 16:59:46.506985 754813 element_impl.hpp:199] creating element {x+y+z,x+y+z,x+y+z}:x:y:z : u
I0114 16:59:46.507233 754813 exporterimpl.hpp:219] [Exporter] format : ensightgold
I0114 16:59:46.507236 754813 exporterimpl.hpp:220] [Exporter] N : 1
I0114 16:59:46.758046 754813 partitionio.hpp:319] writing mesh in HDF5 format in /data/scratch/cladellash/feelppdb/app-feelpp-io/io/0a2fb292/ThermalBridgesENISO10211/mesh_0.h5
I0114 16:59:46.973050 754813 worldcomm.cpp:882] [rank 0] [DofTable::build] starts, has mesh support: false
I0114 16:59:47.013875 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] starts, dof_indices empty: true
I0114 16:59:47.013888 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] allocation done
I0114 16:59:47.017040 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] n_elts = 264623 on processor 0
I0114 16:59:47.862895 754813 worldcomm.cpp:882] [rank 0] [builddofmap - 0] dof generation nLocalDof : 48795
I0114 16:59:47.862942 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildGhostDofMap rank=0] starts. hasMeshSupport: false
W0114 16:59:48.256253 754813 doftable.hpp:2587] TODO: finish implementation of this case below
I0114 16:59:49.169430 754813 element_impl.hpp:199] creating element u : u
I0114 16:59:49.721601 754813 element_impl.hpp:199] creating element uV : u
I0114 16:59:49.721639 754813 element_impl.hpp:199] creating element uV : u
I0114 16:59:49.721675 754813 element_impl.hpp:199] creating element uV : u
I0114 16:59:49.727838 754813 worldcomm.cpp:882] [rank 0] [DofTable::build] starts, has mesh support: false
I0114 16:59:49.748617 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] starts, dof_indices empty: true
I0114 16:59:49.748629 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] allocation done
I0114 16:59:49.752609 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildDofMap] n_elts = 264623 on processor 0
I0114 16:59:52.612823 754813 worldcomm.cpp:882] [rank 0] [builddofmap - 0] dof generation nLocalDof : 374780
I0114 16:59:52.612895 754813 worldcomm.cpp:882] [rank 0] [DofTable::buildGhostDofMap rank=0] starts. hasMeshSupport: false
W0114 16:59:53.445003 754813 doftable.hpp:2587] TODO: finish implementation of this case below
I0114 16:59:58.042418 754813 exporterensightgold_impl.hpp:1250] writing part 1
I0114 16:59:58.052913 754813 exporterensightgold_impl.hpp:1250] writing part 2
I0114 16:59:58.091830 754813 exporterensightgold_impl.hpp:1250] writing part 3
I0114 16:59:58.096963 754813 exporterensightgold_impl.hpp:1250] writing part 4
I0114 16:59:58.122316 754813 exporterensightgold_impl.hpp:1250] writing part 5
I0114 16:59:58.157226 754813 exporterensightgold_impl.hpp:1250] writing part 6
I0114 16:59:58.177495 754813 exporterensightgold_impl.hpp:1376] ExporterEnsightGold::writeVariableFiles Nodal: 2
I0114 16:59:58.177500 754813 exporterensightgold_impl.hpp:1377] ExporterEnsightGold::writeVariableFiles Element: 0
I0114 17:00:01.820689 754813 environment.cpp:2423] Environment::clearSomeMemory before: PETSC get current memory usage (resident memory): 2.63612e+06 KBytes 2636.12 MBytes 2.63612 GBytes
I0114 17:00:01.820709 754813 environment.cpp:2428] Environment::clearSomeMemory before: PETSC get current PETSC Malloc usage: 0 KBytes 0 MBytes 0 GBytes
I0114 17:00:01.820717 754813 environment.cpp:2430] Environment::clearSomeMemory before: PETSC get maximum PETSC Malloc usage(largest memory ever used so far): 0 KBytes 0 MBytes 0 GBytes
I0114 17:00:01.820881 754813 environment.cpp:2423] Environment::clearSomeMemory after: PETSC get current memory usage (resident memory): 2.63612e+06 KBytes 2636.12 MBytes 2.63612 GBytes
I0114 17:00:01.820886 754813 environment.cpp:2428] Environment::clearSomeMemory after: PETSC get current PETSC Malloc usage: 0 KBytes 0 MBytes 0 GBytes
I0114 17:00:01.820889 754813 environment.cpp:2430] Environment::clearSomeMemory after: PETSC get maximum PETSC Malloc usage(largest memory ever used so far): 0 KBytes 0 MBytes 0 GBytes

----
== feelpp_app_io.WARNING

[source,bash]
----
Log file created at: 2026/01/14 16:59:26
Running on machine: gaya3
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
W0114 16:59:26.655210 754813 doftable.hpp:2587] TODO: finish implementation of this case below
W0114 16:59:37.539252 754813 doftable.hpp:2587] TODO: finish implementation of this case below
W0114 16:59:48.256253 754813 doftable.hpp:2587] TODO: finish implementation of this case below
W0114 16:59:53.445003 754813 doftable.hpp:2587] TODO: finish implementation of this case below

----

Loading