-
Hello, Dakar team guys.
I'm trying to build SHOC 1.1.5 with CUDA and MPI support under CentOS 6.5 x64. Our PC has CUDA SDK 6.5, OpenMPI 1.8.1, Intel C++ compiler and Intel MKL 11.1 installed.
Config…
-
The MIC branch has a very rudimentary implementation of the device info class. It does not provide device names via driver script, and only rudimentary device names (e.g., "MIC 0") in response to the…
-
_From [lockie...@gmail.com](https://code.google.com/u/113570229000482202555/) on July 17, 2009 03:10:10_
У вас с размерами фалов накосячено, и со свободным местом на диске. А
именно, показывает отриц…
-
One recently fixed uninitialized memory error was being easily detected and was being reported by the compiler. There may be other problems, and these are easy fixes.
-
I tried to build SHOC but I encountered some problems:
- You provide a configure script that requires Automake 1.13. This version is neither available in Ubuntu 12.04 nor in openSUSE 12.3. You should …
matze updated
10 years ago
-
I ran into an interesting potential problem with SHOC when trying to figure out why CUDA BFS wasn't working on my current laptop.
BFS needs compute capability 1.2 for atomics. The BFS code checks wh…
-
I could not fine a contact email or mailing list, so I'm posting to this issue list. I'm getting this compiler error:
/Users/srinath/bin/mpicxx -DPARALLEL -I../../../../src/common -I../../../../conf…
-
What used to happen on nwms.emii.org.au:
the response included the value at click point plus text linking to data etc
![screenshot from 2013-05-22 13 25 15](https://f.cloud.github.com/assets/1066981/5…
-
This occurrs on a Quadro FX 380 (G96, 256MB or 512MB RAM, I forget, 301.xx driver) and a GeForce GTX 460 (GF104 1 GB, 295.73 driver).
The display goes blank for a second, then returns, then Windows p…
-
In SHOC 1.1.1, we face a failure in scan. Below is the code segment (from line #325). It applies a BLOCKING enqueueWrite following by clGetEventProfilingInfo. The assumption is that the blocking write…