Aurelien Bouteiller
Aurelien Bouteiller
Info API
This is the Info key API At this point, I'd like to get feedback on the API (the .h) before I go and implement the ops. In particular, the proposed...
https://bitbucket.org/icldistcomp/parsec/pull-requests/332 Adds: Argobots support Adds: interface for threading library
https://bitbucket.org/icldistcomp/parsec/pull-requests/260 Hyperthreading with one pointer to exchange task
https://bitbucket.org/icldistcomp/parsec/pull-requests/236 * Hyperthreading with one pointer to exchange task * Adding: variable number of hardware threads through MCA param runtime_hardware_threads 1 Master HT, N-1 Workers (per ES) WIP: * Perf...
This is a transfer of https://bitbucket.org/icldistcomp/parsec/pull-requests/199 * Rename gpu_* in device_cuda.[ch] * Add a core dgemm that executes on hosted MIC with OpenMP target * Add an OpenMP target body...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/134) by Damien Genet (Bitbucket: [dgenet](https://bitbucket.org/dgenet), GitHub: [dgenet](https://github.com/dgenet)).** ---------------------------------------- The return calls from GPU body is ignored unlike the other bodies. (return code is used to reassess the task)...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/231) by Thomas Herault (Bitbucket: [herault](https://bitbucket.org/herault), GitHub: [therault](https://github.com/therault)).** ---------------------------------------- It appears that if ```shell OMP_PROC_BIND=true ``` is set in the environment, and we link with libgomp, ```c parsec_init() ```...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/181) by George Bosilca (Bitbucket: [bosilca](https://bitbucket.org/bosilca), GitHub: [bosilca](https://github.com/bosilca)).** ---------------------------------------- As of today only the communication thread can be bound on a set of cores, all other PaRSEC threads must...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/178) by Yu Pei (Bitbucket: [Yu Pei](https://bitbucket.org/Yu Pei), ).** ---------------------------------------- When use DTD TILE_OF to access data but at the same time also use DONT_TRACK flag (doing my own...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/151) by Reazul Hoque (Bitbucket: [rhoque_icl](https://bitbucket.org/rhoque_icl), ).** ---------------------------------------- We need unique ID for data collection, the same we have for task collection.