summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup provided by Carlo BertolliAndrey Churbanov2015-03-032-3/+4
* Removed all header files for OpenMP 2.5Andrey Churbanov2015-02-257-1454/+1
* Export the common header files to exports/ with CMakeAndrey Churbanov2015-02-251-1/+1
* Set the Intel compiler as default when building for the MIC without CMakeAndrey Churbanov2015-02-251-3/+3
* Two warning messages fixed.Andrey Churbanov2015-02-203-7/+6
* Misprint in comment fixedAndrey Churbanov2015-02-201-1/+1
* Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov2015-02-204-48/+112
* Removed unused varargs from __kmpc_flush function.Andrey Churbanov2015-02-202-7/+3
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-2020-27/+1578
* Changed default stack offset for threads on non-Mac architectures to a CACHE_...Andrey Churbanov2015-02-201-1/+5
* Added some compiler flags for security on Linux and Mac link stages.Andrey Churbanov2015-02-201-5/+30
* Fixed memory corruption problem.Andrey Churbanov2015-02-101-0/+4
* Updated the kmp_omp_struct_info_t structure used by debuggers.Andrey Churbanov2015-02-101-27/+48
* OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov2015-02-107-0/+55
* Added comment on format of local labels in asm codeAndrey Churbanov2015-02-101-0/+2
* Added CFI directives to asm code in order to have correct backtraces in gdb.Andrey Churbanov2015-02-101-34/+68
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-107-184/+222
* Pin the libiomp5.dll for the lifetime of application, Windows-specificAndrey Churbanov2015-01-291-0/+15
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-295-21/+4
* fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov2015-01-291-0/+6
* fixing typo in error messageAndrey Churbanov2015-01-291-1/+1
* fixing mistake in kmp_get_affinity_max_proc() api functionAndrey Churbanov2015-01-291-1/+1
* fixing the Fortran modules dependenciesAndrey Churbanov2015-01-291-2/+3
* adding the jobs variable for parallel buildAndrey Churbanov2015-01-294-4/+16
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-2782-164/+0
* minor formatting changeAndrey Churbanov2015-01-271-2/+1
* Enables a cpuid leaf 4 check for non-MIC x86 architectures.Andrey Churbanov2015-01-271-21/+14
* Adds some new Windows processor groups trace messagesAndrey Churbanov2015-01-271-1/+11
* Fixes error where proc-bind-var is not set when there is a parsing error of G...Andrey Churbanov2015-01-271-0/+3
* Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...Andrey Churbanov2015-01-274-31/+13
* Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov2015-01-277-53/+59
* Fixed implementation of the teams construct in case it contains parallel regi...Andrey Churbanov2015-01-272-6/+19
* added support for PPC architectures (version 3): initial patch provided by Ca...Andrey Churbanov2015-01-199-30/+56
* Two fixes sent by C.Bergstrom: MB() does real synch for ARM; _Quad is not use...Andrey Churbanov2015-01-192-2/+2
* few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)Andrey Churbanov2015-01-163-18/+29
* cleanup changes of cmake-building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov2015-01-167-87/+79
* cleanup changes of building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov2015-01-1616-185/+234
* fixed the missed bracket introduced by checkin rev 225792Andrey Churbanov2015-01-131-1/+1
* This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov2015-01-135-39/+19
* small fixes to the hierarchical barrierAndrey Churbanov2015-01-131-1/+4
* aarch64 port sent by C. BergstromAndrey Churbanov2015-01-1318-88/+139
* Return the architecture by probing predefined compiler macrosAndrey Churbanov2015-01-132-13/+77
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-07121-16642/+26447
* Fix a crash that occurred under obscure circumstances during library shutdownJim Cownie2014-09-031-14/+20
* Fix a bug where the library slept for up to KMP_BLOCKTIME before exitingJim Cownie2014-09-031-7/+37
* Fix a problem on Windows machines with >32 processorsJim Cownie2014-09-031-1/+1
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-0722-53/+298
* After three iterations of community review, we believe that this newJim Cownie2014-08-0527-17/+2630
* CMake: remove duplicated source file from listAlp Toker2014-06-021-1/+0
* Fix typosAlp Toker2014-06-0124-44/+44
OpenPOWER on IntegriCloud