forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
described dependencies, limitations Signed-off-by: Oblomov, Sergey <[email protected]>
- Loading branch information
soblomov
committed
Jun 24, 2016
1 parent
80852bb
commit c839abc
Showing
2 changed files
with
27 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Libfabric for Windows | ||
============================ | ||
|
||
Dependencies: | ||
- MS Visual Studio 2015. Older Visual Studio's (2010 - 2013) may be used | ||
as well, but not recommended | ||
- Intel Compiler XE 2015 | ||
|
||
Limitations: | ||
- Supported only 64-bit achitectures | ||
- Supported Windows Vista or newer Windows version | ||
- Supported 'sockets' provider only | ||
|
||
Build: | ||
- Open libfabric.sln file using Visual Studio | ||
- Select appropriate configuration: debug/release | ||
- Launch build procedure | ||
- After build complete target binaries are located at x64/<your-configuration> | ||
directory | ||
|
||
|
||
|