Skip to content

Commit 0f2ec97

Browse files
committed
remove TurboPFOR (simdplus) folder due to License incompatibility
1 parent 2b8dd25 commit 0f2ec97

25 files changed

+38
-11801
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- An MPI implementation: OpenMPI (MPICH2 is not supported)
2424
- To use CUDA-BFS or CUDA-compression: CUDA 6+ support.
2525
- To use SIMD compression: SSE2 support (SEE4 support recommended)
26-
- To use SIMD+ compression SSE2 support.
26+
- To use SIMD+ compression SSE2 support.
2727
- Scalasca(Score-P) and CUBE4+ for instrumentation and profiling
2828
- System packages: `libtool`, `automake`
2929

@@ -47,15 +47,15 @@ $ cd gpugraph500
4747
# Build
4848
The code to compile is in the folder `cpu_2d/`. to build the binary:
4949

50-
First build: (or when editing `configure.ac`)
50+
First build: (or when editing `configure.ac`)
5151

5252
```
5353
$ cd cpu_2d
5454
$ ./autogen.sh # ./configure options: (1)
5555
$ make
5656
```
5757

58-
Consecutive builds:
58+
Consecutive builds:
5959

6060
```
6161
$ cd cpu_2d
@@ -80,13 +80,13 @@ $ # ---- In cpu_2d directory ----:
8080
$ mpirun -np 16 ../cpu_2d/g500 -s 22 -C 4 -gpus 1 -qs 2 -be "s4-bp128-d4" -btr 64 -btc 64 # available codecs listed below
8181
```
8282

83-
runs a test with 16 proccesses in 8 nodes, using Scale Factor 21
83+
runs a test with 16 proccesses in 8 nodes, using Scale Factor 21
8484

8585
# Profiling
8686
This application allows the code to be instrumented in zones using Score-P (Scalasca) with very low overhead.
8787

8888
## zones
89-
The names of the instrumented zones are listed below.
89+
The names of the instrumented zones are listed below.
9090

9191
Zone (label) | Explanation
9292
--------------------------------- | -------------------------------------------------------------:
@@ -205,12 +205,17 @@ $ export G500_ENABLE_RUNTIME_SCALASCA=no
205205
```
206206

207207
# Author
208-
Rupretch-karls University of Heidelberg
208+
209+
Computer Engineering Group at Ruprecht-Karls University of Heidelberg
209210

210211
# License
211-
- This code contains a subset of Duane Merrill's BC40 repository of GPU-related functions, including his BFS implementation used in the paper, Scalable Graph Traversals.
212-
- SIMDcompressionAndIntersection is licenced under Apache Licence 2.0.
213-
- All copyrights reserved to their original owners.
212+
- Duane Merrill's BC40 (back40computing) is licenced under [Apache 2.0 Licence.](https://github.com/UniHD-CEG/gpugraph500/tree/master/b40c/LICENSE.TXT)
213+
- SIMDcompressionAndIntersection is licenced under [Apache 2.0 Licence.](https://github.com/UniHD-CEG/gpugraph500/blob/master/cpu_2d/compression/cpusimd/LICENSE)
214+
215+
Copyright (c) 2016, Computer Engineering Group at Ruprecht-Karls University of Heidelberg, Germany. All rights reserved.
216+
Licensed under GNU/GPL version 3 https://www.gnu.org/licenses/gpl-3.0
217+
218+
214219

215220
# Resources
216221
[OpenSource R suite: RStudio](https://www.rstudio.com/products/RStudio/)

b40c/LICENSE.TXT

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2010-2011, Duane Merrill. All rights reserved.
2+
Copyright (c) 2011-2013, NVIDIA CORPORATION. All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above copyright
9+
notice, this list of conditions and the following disclaimer in the
10+
documentation and/or other materials provided with the distribution.
11+
* Neither the name of the NVIDIA CORPORATION nor the
12+
names of its contributors may be used to endorse or promote products
13+
derived from this software without specific prior written permission.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY
19+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cpu_2d/compression/simdplus/README.md

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)