2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document a hidden command-line option intended for developer use (--waf-verbose). More... over 12 years ago
Document the noise sources and run-time generation of noise seeds. More... over 12 years ago
Add documentation for chunked_output. More... over 12 years ago
Documentation update, or named filters didn't happen. Also small cleanup of disgnostics from last commit. More... over 12 years ago
Beginning of the implementation of named filters. You can name them now using 'name = "filterName"', and then call them with the C function 'filtername()'. More... over 12 years ago
Mention in the documentation that the order of dimensions in the <geometry> element matters. (Particularly for MPI) More... over 12 years ago
Support nonlocal access to uniform dimensions to the left-most edge. More... over 12 years ago
On Mac OS X Lion and later, XMDS simulations now tell the system that the user is not idle. More... over 12 years ago
Remove OpenMP from test suite scripts that aren't OpenMP-specific. More... over 12 years ago
Skip tests that require features that aren't available (e.g. OpenMP). More... over 12 years ago
Remove an OpenMP test case which was pointless to use OpenMP with. More... over 12 years ago
Make sure the dimension corresponding to an alias comes *after* the original dimension. More... over 12 years ago
Finally adding Lincoln's first step to Octave compatible import. This is really only a first step, but it will save him doing his hacks. More... over 12 years ago
Mentioning volume elements in the documentation, and saying a little more about IP operators. More... over 12 years ago
Sigh, fix the other comparison check in commit 2754 More... over 12 years ago
Fix bug in previous commit (r2754) More... over 12 years ago
Squash a warning in the new code that reads from /dev/urandom. More... over 12 years ago
Improve the chunked_output feature, make it compatible with breakpoints. More... over 12 years ago
Fix error in r2747 which prevented argument initialisation of noise seeds from working. More... over 12 years ago
Simplified specifying the number of threads with OpenMP. More... over 12 years ago
Fix bug where if zlib wasn't available, but not needed to use HDF5, XMDS2 would fail with a mysterious error if you tried to use HDF5. More... over 12 years ago
Improve diagnostics in odd situation where XMDS complains of missing features, but doesn't list any. More... over 12 years ago
Fix for my previous commit so it works on Linux where srandomdev doesn't exist. More... over 12 years ago
If no seeds are provided, generate them at simulation run-time as opposed to compile time. More... over 12 years ago
Make linux installer compile OpenMP support into FFTW libs More... over 12 years ago
Add missing testcase results file. More... over 12 years ago
Reduce by one the number of FFTs needed to evaluate the EX operator in some cases. More... over 12 years ago
Better (but far from perfect) OpenMP support. More... over 12 years ago
We do not divide the adaptive integrator order by two even when we have noises for two reasons: More... over 12 years ago
When any noises are used, all adaptive integrators had their order divided by two. Now only integrators that use dynamic noises will have their order divided by two. More... over 12 years ago