Jed Brown
Jed Brown
What are good problem sizes AmgX? This is arguably the job of AmgX itself, but it would be useful for the wrapper documentation to say something about problem sizes or...
This allows unicode in code blocks, as is especially popular in Julia submissions (https://github.com/openjournals/joss/issues/963). https://sourcefoundry.org/hack/
`abc-init` says my token is valid. The account is an owner of the organization where I want to create the template repository, but `abc-new-template reponame --github` fails. Do you know...
I use the `splitcelll` and `hide_code` extensions to format slides, but these don't take effect when exporting to PDF (so slides with code to generate figures spill over several PDF...
It's common in computational physics (including fluid dynamics) for a solver to transform all quantities in terms of reference scales in order to improve conditioning of matrices that will arise....
When we added no_std (https://github.com/Tehforsch/diman/pull/60), crates/diman_lib did not yet exist. It's now missing the no_std annotation, which has allowed tests to pass (since the tests are all running for architectures...
### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Messages/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Messages/issues) or [closed](https://github.com/FossifyOrg/Messages/issues?q=is%3Aissue+is%3Aclosed)...
Some common ways to implement a dot product fail to work in debug profile (but work in release). ```rust #![feature(autodiff)] const N: usize = 3; #[autodiff(b_dot_local, Reverse, Duplicated, Duplicated, Active)]...
This is based on [this rsmpi example](https://github.com/rsmpi/rsmpi/blob/jed/enzyme/examples/dot_enzyme.rs). After checking out that branch, please run ```console $ cargo mpirun -n 2 --example=dot_enzyme --release [...] source_id: DefId(0:13 ~ dot_enzyme[209b]::dot_parallel) num_fnc_args: 5 input_activity.len():...