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
Updated writePlanCreationCalls() call so that includes new arguments due to inclusion of wisdom
Paul Cochrane
as paultcochrane
More... over 21 years ago
Changed writePlanCreationCalls() to allow for wisdom implementation
Paul Cochrane
as paultcochrane
More... over 21 years ago
Implemented the use of wisdom via the <use_wisdom> tag. xmds simulation binary now outputs more progress information: when building forward and backward plans for fftw; when importing wisdom; when exporting wisdom; when using current directory instead of ~/.xmds/wisdom for .wisdom files. Simulation binary now checks for the existence of ~/.xmds/wisdom directory for storage of .wisdom files.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Changed simulationParametersStruct to include useWisdom boolean. Updated writePlanCreationCalls to include useWisdom in function call.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Added checking for icc. Removed superfluous AC_SUBST calls. Fixed some issues with building and running xmds on machines with icc, the only problem being that configure script is now becoming a bit ugly.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Fixed xml parsing so compiles and works on LinuxPPC. Problem was to do with different implementations of char for different compilers. Basically, the PPC gcc was setting some comparisons to always true or always false, because the char data type was really unsigned char. What was actually desired (and I believe used by Linux_x86 gcc) was signed char, but this only affected a few cases. XML files are now parsed properly and produce correct output (although there are subtle differences in numerical output at the e-12 level between LinuxPPC and LinuxI386, and I haven't checked that in depth as yet).
Paul Cochrane
as paultcochrane
More... over 21 years ago
Initial import to repository
Paul Cochrane
as paultcochrane
More... over 21 years ago
Added initial version to repository
Paul Cochrane
as paultcochrane
More... over 21 years ago
Minor alterations to standardise the naming conventions (e.g. VER is now VERSION)
Paul Cochrane
as paultcochrane
More... over 21 years ago
Making (MPI) size a global variable. Good for debugging. More... over 21 years ago
Updating stable branch to include all of version 1.1-1 More... over 21 years ago
Fixing case sensitive TRUE and FALSE More... over 21 years ago
Added <functions> element in <integrate>. Places code before the integration loop. More... over 21 years ago
Fixing two bugs for 0D systems with post-propagation output in fourier space. More... over 21 years ago
Fix range on if statement for x-space moment group with a cross-section in More... almost 22 years ago
Made rank a global variable. Good for debugging. More... almost 22 years ago
Fixed pointer initialisation in moment groups for a deterministic MPI More... almost 22 years ago
Fixed a compiler warning in renormalisation for deterministic MPI. More... almost 22 years ago
Two range fixes for deterministic MPI. More... almost 22 years ago
Made the promotion of complex to fftw_complex non-explicit. More... almost 22 years ago
Fixed three errors in the algebra for the complex overload operators. More... almost 22 years ago
Making highdim.xmds an MPI-enabled script with fewer outputs. More... almost 22 years ago
Reverted stochastic Fourier-space output to local-in-x form. More... almost 22 years ago
Pre-version 1.0 cruft removal from examples More... almost 22 years ago
Extra print variable cruft removed More... almost 22 years ago
Nested subsequences now call their initialisation functions. More... almost 22 years ago
Mixed space transforms added for deterministic MPI. More... almost 22 years ago
Put TRUE and FALSE into lowercase. Needed for linux (for icc, at least). More... almost 22 years ago
Passed cycle number right through to the integrate loops More... almost 22 years ago
Deterministic MPI nows works with all moment groups. Mixed space transforms still broken. More... almost 22 years ago