-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
586f8ec
commit b2523eb
Showing
12 changed files
with
28 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ implemented for NVIDIA, AMD and Intel GPUs. | |
|
||
# Prerequisites | ||
|
||
### Linux and Mac OS | ||
### Linux and macOS | ||
|
||
For Ginkgo core library: | ||
|
||
|
@@ -101,7 +101,7 @@ The Ginkgo OMP module has the following __additional__ requirements: | |
* _MinGW_ | ||
|
||
In these environments, two problems can be encountered, the solution for which is described in the | ||
[windows section in INSTALL.md](INSTALL.md#building-ginkgo-in-windows): | ||
[windows section in INSTALL.md](doc/user-guide/INSTALL.md#building-ginkgo-in-windows): | ||
* `ld: error: export ordinal too large` needs the compilation flag `-O1` | ||
* `cc1plus.exe: out of memory allocating 65536 bytes` requires a modification of the environment | ||
|
||
|
@@ -124,7 +124,7 @@ modules depending on your machine environment (present of CUDA, ...). You can | |
also explicitly compile with the OpenMP, CUDA, HIP or DPC++(SYCL) modules enabled to | ||
run the examples with these executors. | ||
|
||
Please refer to the [Installation page](./INSTALL.md) for more details. | ||
Please refer to the [Installation page](doc/user-guide/INSTALL.md) for more details. | ||
|
||
Tip: After installation, in your CMake project, Ginkgo can be added with `find_package(Ginkgo)` and the the target that is exported is `Ginkgo::ginkgo`. | ||
An example can be found in the [`test_install`](test/test_install/CMakeLists.txt). | ||
|
@@ -144,15 +144,15 @@ Various examples are available for you to understand and play with Ginkgo within | |
A unique feature of Ginkgo is the ability to run benchmarks and view your results | ||
with the help of the [Ginkgo Performance Explorer (GPE)](https://ginkgo-project.github.io/gpe/). | ||
|
||
More details about this can be found in the [BENCHMARKING.md page](./BENCHMARKING.md) | ||
More details about this can be found in the [BENCHMARKING.md page](doc/user-guide/BENCHMARKING.md) | ||
|
||
# Bug reports and Support | ||
|
||
If you have any questions about using Ginkgo, please use [Github discussions](https://github.com/ginkgo-project/ginkgo/discussions). | ||
|
||
If you would like to request a feature, or have encountered a bug, please [create an issue](https://github.com/ginkgo-project/ginkgo/issues/new). Please be sure to describe your problem and provide as much information as possible. | ||
|
||
You can also send an email to [Ginkgo's main email address](mailto:[email protected]). | ||
You can also email [Ginkgo's main email address](mailto:[email protected]). | ||
|
||
# Licensing | ||
|
||
|
@@ -166,7 +166,7 @@ details. | |
|
||
# Contributing to Ginkgo | ||
|
||
We are glad that that you would like to contribute to Ginkgo and we are happy to help you with any questions you may have. | ||
We are glad that you would like to contribute to Ginkgo, and we are happy to help you with any questions you may have. | ||
|
||
If you are contributing for the first time, please add yourself to the list of external contributors with the following info | ||
|
||
|
@@ -185,7 +185,7 @@ license, as specified in the repository's LICENSE file. | |
|
||
#### Contribution Guidelines | ||
|
||
When contributing to Ginkgo, to ease the review process, please follow the guidelines mentioned in [CONTRIBUTING.md](CONTRIBUTING.md). | ||
When contributing to Ginkgo, to ease the review process, please follow the guidelines mentioned in [CONTRIBUTING.md](doc/user-guide/CONTRIBUTING.md). | ||
|
||
It also contains other general recommendations such as writing proper commit messages, understanding Ginkgo's library design, relevant C++ information etc. | ||
|
||
|
@@ -216,4 +216,4 @@ pages = {2:1--2:33} | |
``` | ||
|
||
For more information on topical subjects, please refer to the [CITING.md | ||
page](CITING.md). | ||
page](doc/user-guide/CITING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.