2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add includes to fix compilation errors with PRECISE_TIMING on Unix More... over 3 years ago
Merge branch 'master' of github.com:adda-team/adda More... over 3 years ago
- Updated release_sequence.txt and related scripts - Fixed a few typos and -x attributes More... over 3 years ago
Finally removed mention of migration from Google Code More... over 3 years ago
A lot of changes to build and packaging scripts. Fixes #210 (finalizes). More... over 3 years ago
Preparing files for release v1.4.0: Windows binaries and sample output More... over 3 years ago
fixes possibility to compile from remote folder More... over 3 years ago
Preparing file for release v1.4.0: docs and const.h More... over 3 years ago
minor changes to fix compiler warnings More... over 3 years ago
- New command line option: -so_buf {no|line|full} for manually specifying the buffering of stdout. Fixes #277. - On Widows line buffering and default POSIX behavior (when command line is not used) is emulated. Most printf calls are replaced with macros. - Removed 6 dots in stdout after the "Fourier transform of Dmatrix" (or Rmatrix). They were not properly buffered in many cases. - Removed redundant flushing of stderr. Instead, fflush(NULL) was added before output to stderr (to better position it with respect to other output. - 'include <windows.h>' was moved from os.h (to make the latter lightweight) into param.c and timing.h (only there it is really needed). More... over 3 years ago
- Updated help strings according to existing incompatibilities of -rect_dip - Ignore patterns in comp2exec updated accordingly More... over 3 years ago
minor change in comments More... over 3 years ago
Enhancement of rectangular dipoles. Fixes #255. - gridSpaceX,gridSpaceY,gridSpaceZ refactored into dsX,dsY,dsZ - introduced kdX,kdY,kdZ - gridspace and kD explicitly marked as deprecated, they equal DBL_MAX when rect_dip is invoked - dpl is now defined with respect to the largest dipole dimension (e.g. lambda/dsMax instead of lambda/dsX) - a few help strings updated (to mention rect_dip) and typos fixed - added explicit test for incompatibility of rect_dip with '-scat so' - added several more incompatibility tests deeper in the code (should never be reached) - added output of dipole size to log; it is different for rectangular and cubical dipoles - removed mention of "along the greatest dimension" for information of IGT limit, when -rect_dip is used (assume that dipole size is always the largest) - ZsumShift is now in real units (was in units of kdZ) - slightly changed the text for "lattice spacing" and "coordinates of the zero dipole" in headers of DDSCAT shape files - updated logic to get default values of dpl, size, etc. when they are not given in the command line. This fixes a couple of rare bugs when -rect_dip is used - fixed a bug in '-init_field wkb' in combination with -rect_dip - interaction.c: - functions no more accept unitsGrid argument; UnitsGridToCoord and UnitsGridToCoordShift now transform integer vectors to real distance - ReflParams removed, its calls replaced by InterParams. The latter no more calculates rn - code for invoking IGT routines simplified - updated instructions for adding new interaction or reflection formulations - updated '-scat igt_so' to work fine with -rect_dip. Although, it is now not always perfectly accurate for Cext - RD_TRICKY test updated: now -size 5 is automatically added to most of the tests. This allowed many tests in suite_rd to be reverted to the default one (removed some special cases for RD_TRICKY) More... over 3 years ago
Added .gitattributes for EOL and export settings More... over 3 years ago
Updated recipes for cleanruns... targets, so that they remove only output folders, but not, e.g., scripts with names starting with run or test. More... over 3 years ago
Update README.md More... over 3 years ago
Update README.md More... over 3 years ago
Update README.md More... over 3 years ago
- README.md added to a lot of directories (instead of wiki page PackageDescription) - Existing README(.md) files updated, as well as comments in other files More... over 3 years ago
typo fixes More... over 3 years ago
Increased MAXH to 500 and added more meaningful error messages and comments More... over 3 years ago
Stopped providing Win32 binaries, removed win32 folder. More... over 3 years ago
- Changed the format of comments in the top of source files. Removed file name, copyright years, and old svn fields. - Added short copyright statements to a few files. - version updated to 1.4.0-beta More... over 3 years ago
Fixes #228 More... over 3 years ago
- Added support for Microsoft MPI. - In using the latter we assume that it supports MPI 2.2 (at least all functions from this standard that we may need). This is done by hacks when checking the MPI version during compilation and runtime. - mpi/Makefile updated to automatically detect Microsoft MPI and set everything as needed. - Similarly updated misc/near_field/Makefile to operate with Microsoft MPI. Includes workaround for bug in the latter. More... over 3 years ago
Added very basic PRECISE_TIMING functionality to oclmatvec.c. At least, the execution now finishes the same as in seq and mpi modes. More... over 3 years ago
- Changed the setting of grid sizes (to be compatible with FFT) in accordance to new capabilities of clFFT - Refactored CLFFT_AMD into CLFFT - Added special error checks (wrappers) for clFFT and clBLAS calls - Added tests for clFFT and clBLAS versions both at compile and runtime (2.12 for both) - Added specification of the target opencl version (1.2) - Improved print_cl_errstring() to handle error codes of OpenCL versions up to 2.2 - Added output of Device C language version in OpenCL mode - Added platform id for Intel HD Graphics - Replaced clUnloadCompiler() by clUnloadPlatformCompiler() when OpenCL 1.2 is available, but with workaround for Intel HD Graphics - Improved comments in ocl/Makefile - Updated ignore strings in `comp2exec` and removed some exclusions in suite files according to new capabilities of clFFT More... over 3 years ago
Changed optimization level during debug build from -O2 to -O1 (or -Og) More... over 3 years ago
- added warning when gfortran is not found (fixes #236) - added FORT_LIB_PATH parameter and a default line to uncomment - that is a workaround for missing libgfortran on macOS More... over 3 years ago
- Fixes redundant IFAIL errors in IGT routines (see #252). - Removes writing to stdout from Fortran files - this removes dependence on quadmath library (was causing problems in some compilation environments). Now ifail is checked in "interaction.c" - errors should appear only seldom (i.e. when `-eps 12` is used). More... over 3 years ago