2
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added .gitattributes for EOL and export settings More... almost 5 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... almost 5 years ago
Update README.md More... almost 5 years ago
Update README.md More... almost 5 years ago
Update README.md More... almost 5 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... almost 5 years ago
typo fixes More... almost 5 years ago
Increased MAXH to 500 and added more meaningful error messages and comments More... almost 5 years ago
Stopped providing Win32 binaries, removed win32 folder. More... almost 5 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... almost 5 years ago
Fixes #228 More... almost 5 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... almost 5 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... almost 5 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... almost 5 years ago
Changed optimization level during debug build from -O2 to -O1 (or -Og) More... almost 5 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... almost 5 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... almost 5 years ago
Merge pull request #279 from PStegmann/feature/pst_AppleOCL More... almost 5 years ago
Indentation correction. More... almost 5 years ago
Added OpenCL compiler flags for Apple. More... almost 5 years ago
Minor corrections to the output. Now it is consistent throughout ADDA. In particular, : is always followed by space, while = typically has no spaces on either side (but in some places is used as " = "). - Added space between : and size along X in shape description, and space after "CoupleConstant:". - Removed space after "sphere center r/d=" in description of coated shape. - Updated tests to ignore these differences when comparing against previous version. - Fortunately, this doesn't affect parser in `/misc/parse_log`. Still it may potentially affect other parsers. More... about 5 years ago
minor update to commit 2c0774e1cf65c4fd0ba8c33dbfca13c2c1a01bbf to remove compiler warnings More... about 5 years ago
Merge branch 'master' of github.com:adda-team/adda More... about 5 years ago
Allows inclusion of 'const.h' during C++ compilation. Fixes issue 276. More... about 5 years ago
Mentions number of countries, where ADDA is used More... about 5 years ago
- Fixes issue 271. Removes unsafe calls to sprintf when outputting the description of the initial field for the iterative solver. - Similarly reworks operations with beam_descr and avg_string by using dyn_sprintf. - Removes redundant character in format specifier ("%ud"->"%u") inside one error message. More... over 5 years ago
- Changed two images from .wmf to .svg for better portability. More... over 5 years ago
Added some figures from the manual as separate image files. More... over 5 years ago
- Corrects swapping pointers at checkpoint loading. Fixes #270 - fixes typo in cmplx.h More... over 5 years ago
-Fixes issue #269 (division by zero in GenerateB.c). -Adds tests for this bug and odd grids, in general (including new file sphere9.geom) -Couple of textual corrections. More... over 5 years ago