You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run clang-format.
* Remove extraneous TODO.
* Update binding utility scripts.
* Bump version defines.
* Update version info in docs.
* Resolve compilation warnings in autotune.cc with conditional NCCL paths.
* Update integer to logical command-line argument handling in Fortran tests.
* Add CMake build recommendation to README.md.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Please contact us or open a GitHub issue if you are interested in using this lib
14
14
15
15
## Build
16
16
17
-
### Method 1: Makefile with Configuration file
17
+
### Method 1: Makefile with Configuration file (deprecated)
18
18
To build the library, you must first create a configuration file to point the installed to dependent library paths and enable/disable features.
19
19
See the default [`nvhpcsdk.conf`](configs/nvhpcsdk.conf) for an example of settings to build the library using the [NVHPC SDK compilers and libraries](https://developer.nvidia.com/hpc-sdk).
20
20
The [`configs/`](configs) directory also contains several sample build configuration files for a number of GPU compute clusters, like Perlmutter, Summit, and Marconi 100.
@@ -25,9 +25,9 @@ With this configuration file created, you can build the library using the comman
25
25
$ make -j CONFIGFILE=<path to your configuration file>
26
26
```
27
27
28
-
The library will be compiled and installed in a newly created `build/` directory.
28
+
The library will be compiled and installed in a newly created `build/` directory. This build method is deprecated and will be removed in a future release.
29
29
30
-
### Method 2: CMake
30
+
### Method 2: CMake (recommended)
31
31
We also enable builds using CMake. A CMake build of the library without additional examples/tests can be completed using the following commands
0 commit comments