Skip to content

Commit

Permalink
Update build-application.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
emmwalsh committed May 21, 2024
1 parent bd0c0e2 commit 08d7ce4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/source/onedal/build_app/build-application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Applications on Linux* OS

#. Install |short_name|.

#. Set environment variables by calling ``<install dir>/setvars.sh``.
#. Set environment variables by calling ``<install dir>/vars.sh``.

#. Build the application using ``icpx`` (Linux* OS) and ``icx-cl`` (Windows* OS) commands:

Expand Down Expand Up @@ -117,13 +117,11 @@ Applications on Windows* OS

* - Static linking
-
| onedal_core.lib,
| onedal_core.lib,
| onedal_thread.lib
* - Dynamic linking
-
| onedal_core_dll.lib
| onedal_core_dll.lib
You may also add debug versions of the libraries based on the threading mode and linking method:

Expand All @@ -137,23 +135,13 @@ Applications on Windows* OS

* - Static linking
-
| onedal_cored.lib,
| onedald.lib,
| onedal_dpcd.lib,
| onedal_sycld.lib,
| onedal_cored.lib,
| onedald.lib,
| onedal_dpcd.lib,
| onedal_sycld.lib,
| onedal_threadd.lib
* - Dynamic linking
-
| onedal_cored_dll.lib (onedal_cored_dll.2.lib),
| onedald_dll.lib (onedald_dll.2.lib),
| onedal_dpcd_dll.lib (onedal_dpcd_dll.2.lib),
| onedald.2.dll,
| onedal_cored.2.dll,
| onedal_dpcd.2.dll,
| onedal_cored_dll.lib (onedal_cored_dll.2.lib),
| onedald_dll.lib (onedald_dll.2.lib),
| onedal_dpcd_dll.lib (onedal_dpcd_dll.2.lib),
Expand Down

0 comments on commit 08d7ce4

Please sign in to comment.