Nick
Nick
To reproduce: ``` [nthompson@summitdev-login1]~% ml pgi/19.9 [nthompson@summitdev-login1]~% spack install adios ... ==> Installing openmpi ==> No binary for openmpi found: installing from source ==> openmpi: Executing phase: 'autoreconf' ==> openmpi:...
The [Touchstone spec](http://www.ibis.org/touchstone_ver2.0/touchstone_ver2_0.pdf) gives a few examples of certain representative touchstone files. Consider example 5, on page 11: ``` ! 4-port S-parameter data ! Default impedance is overridden by the...
Into a clean virtualenv, I can: ``` pip install cmake ``` Immediately after, I run: ``` $ cmake ../ -G Ninja CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 3.20.2 or higher...
Error message from Javascript console: `Uncaught TypeError: Cannot read property 'getShaderPrecisionFormat' of null` This line is responsible: `var renderer = new THREE.WebGLRenderer();` However, it does render on Firefox. OS: Ubuntu...
```julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |...
**Is your feature request related to a problem? Please describe.** There are circumstances where a benchmark needs to be skipped, but this is not due to an error. In this...
To reproduce: ```julia julia> @variables x y; julia> Symbolics.coeff(3x + 2*x*y, x*y) 0 ``` Of course the answer should be 2. . . Julia version 1.10.0, latest released Symbolics.
How much effort would it be to support this library in standalone mode? From a cursory glance, it appears that `boost/config` is used only to detect existence of `#pragma once`,...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
I had been studying the source code of this wonderful library since I was hoping to do a similar effort in C++. However, I have been unable to find the...