Description how to reproduce the bug
$ ./DynamicSimulation hawaii.case.json
terminate called after throwing an instance of 'std::system_error'
what(): Unknown error -1
Aborted
GridKit™ version
develop branch
System and environment details
RHEL using these spack packages
- llvm@20.1.8
- enzyme@0.0.206
- sundials@develop~mpi+klu logging-level=4
Additional information
GDB shows the exception is raised here.
|
std::call_once(time_constant_warning_flag_, |
|
&logTimeConstantWarning); |
It seems pthreads wasn't linked, so it can't call std::call_once. It's unclear if this is a quirk of my build environment or a legitimate build issue.
Description how to reproduce the bug
GridKit™ version
develop branch
System and environment details
RHEL using these spack packages
Additional information
GDB shows the exception is raised here.
GridKit/GridKit/Model/PhasorDynamics/Exciter/IEEET1/Ieeet1Impl.hpp
Lines 556 to 557 in de7bea1
It seems pthreads wasn't linked, so it can't call
std::call_once. It's unclear if this is a quirk of my build environment or a legitimate build issue.