impi-devel 2021.12.1__py2.py3-none-manylinux1_x86_64.whl → 2021.13.1__py2.py3-none-manylinux1_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of impi-devel might be problematic. Click here for more details.
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpicc +0 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpicxx +0 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpif77 +1 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpif90 +1 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpifc +0 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpigcc +1 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpigxx +1 -1
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/include/mpi.h +66 -10
- impi_devel-2021.13.1.data/data/share/doc/mpi/licensing/license.txt +72 -0
- impi_devel-2021.13.1.data/data/share/doc/mpi/licensing/third-party-programs.txt +1476 -0
- {impi_devel-2021.12.1.dist-info → impi_devel-2021.13.1.dist-info}/METADATA +2 -2
- impi_devel-2021.13.1.dist-info/RECORD +23 -0
- impi_devel-2021.12.1.dist-info/RECORD +0 -21
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiicc +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiicpc +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiicpx +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiicx +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiifort +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/bin/mpiifx +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/include/mpicxx.h +0 -0
- {impi_devel-2021.12.1.data → impi_devel-2021.13.1.data}/data/include/mpio.h +0 -0
- {impi_devel-2021.12.1.dist-info → impi_devel-2021.13.1.dist-info}/LICENSE.txt +0 -0
- {impi_devel-2021.12.1.dist-info → impi_devel-2021.13.1.dist-info}/WHEEL +0 -0
- {impi_devel-2021.12.1.dist-info → impi_devel-2021.13.1.dist-info}/top_level.txt +0 -0
|
@@ -84,8 +84,12 @@
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
#if defined(__SYCL_DEVICE_ONLY__)
|
|
87
|
+
#ifdef SYCL_EXTERNAL
|
|
87
88
|
#define IMPI_DEVICE_EXPORT SYCL_EXTERNAL
|
|
88
89
|
#else
|
|
90
|
+
#define IMPI_DEVICE_EXPORT __DPCPP_SYCL_EXTERNAL
|
|
91
|
+
#endif
|
|
92
|
+
#else
|
|
89
93
|
#define IMPI_DEVICE_EXPORT
|
|
90
94
|
#endif
|
|
91
95
|
|
|
@@ -322,6 +326,7 @@ static const MPI_Datatype mpich_mpi_uint64_t MPICH_ATTR_TYPE_TAG_STDINT(uint64_t
|
|
|
322
326
|
#define MPI_C_LONG_DOUBLE_COMPLEX ((MPI_Datatype)0x4c002042)
|
|
323
327
|
/* other extension types */
|
|
324
328
|
#define MPIX_C_FLOAT16 ((MPI_Datatype)0x4c000246)
|
|
329
|
+
#define MPIX_C_BF16 ((MPI_Datatype)0x4c000247)
|
|
325
330
|
|
|
326
331
|
#ifdef MPICH_DEFINE_ATTR_TYPE_TYPES
|
|
327
332
|
static const MPI_Datatype mpich_mpi_c_bool MPICH_ATTR_TYPE_TAG_C99(_Bool) = MPI_C_BOOL;
|
|
@@ -527,8 +532,14 @@ typedef int MPI_Request;
|
|
|
527
532
|
/* MPI message objects for Mprobe and related functions */
|
|
528
533
|
typedef int MPI_Message;
|
|
529
534
|
|
|
535
|
+
/* Definitions that are determined by configure. */
|
|
536
|
+
typedef long MPI_Aint;
|
|
537
|
+
typedef int MPI_Fint;
|
|
538
|
+
typedef long long MPI_Count;
|
|
539
|
+
|
|
530
540
|
/* User combination function */
|
|
531
541
|
typedef void (MPI_User_function) ( void *, void *, int *, MPI_Datatype * );
|
|
542
|
+
typedef void (MPI_User_function_c) ( void *, void *, MPI_Count *, MPI_Datatype * );
|
|
532
543
|
|
|
533
544
|
/* MPI Attribute copy and delete functions */
|
|
534
545
|
typedef int (MPI_Copy_function) ( MPI_Comm, int, void *, void *, void *, int * );
|
|
@@ -599,8 +610,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
|
|
|
599
610
|
* digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
|
|
600
611
|
* 2019.0.0b0 will have the numeric version 20190000100.
|
|
601
612
|
*/
|
|
602
|
-
#define I_MPI_VERSION "2021.
|
|
603
|
-
#define I_MPI_NUMVERSION
|
|
613
|
+
#define I_MPI_VERSION "2021.13.1"
|
|
614
|
+
#define I_MPI_NUMVERSION 20211301300
|
|
604
615
|
|
|
605
616
|
/* for the datatype decoders */
|
|
606
617
|
enum MPIR_Combiner_enum {
|
|
@@ -657,11 +668,6 @@ typedef int MPI_Info;
|
|
|
657
668
|
|
|
658
669
|
#define MPI_COMM_TYPE_HW_GUIDED 3
|
|
659
670
|
|
|
660
|
-
/* Definitions that are determined by configure. */
|
|
661
|
-
typedef long MPI_Aint;
|
|
662
|
-
typedef int MPI_Fint;
|
|
663
|
-
typedef long long MPI_Count;
|
|
664
|
-
|
|
665
671
|
#ifdef MPICH_DEFINE_ATTR_TYPE_TYPES
|
|
666
672
|
static const MPI_Datatype mpich_mpi_aint MPICH_ATTR_TYPE_TAG(MPI_Aint) = MPI_AINT;
|
|
667
673
|
#endif
|
|
@@ -1141,6 +1147,7 @@ int MPI_Unpack(const void *inbuf, int insize, int *position, void *outbuf, int o
|
|
|
1141
1147
|
MPI_Datatype datatype, MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
|
|
1142
1148
|
int MPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) MPICH_API_PUBLIC;
|
|
1143
1149
|
int MPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1150
|
+
int MPI_Op_create_c(MPI_User_function_c *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1144
1151
|
int MPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
|
|
1145
1152
|
int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
|
|
1146
1153
|
int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
|
|
@@ -1342,6 +1349,9 @@ int MPI_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype
|
|
|
1342
1349
|
int MPI_Reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype,
|
|
1343
1350
|
MPI_Op op)
|
|
1344
1351
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
|
|
1352
|
+
int MPI_Reduce_local_c(const void *inbuf, void *inoutbuf, MPI_Count count, MPI_Datatype datatype,
|
|
1353
|
+
MPI_Op op)
|
|
1354
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
|
|
1345
1355
|
int MPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[],
|
|
1346
1356
|
MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
|
|
1347
1357
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
|
|
@@ -1484,6 +1494,20 @@ IMPI_DEVICE_EXPORT int MPI_Get(void *origin_addr, int origin_count, MPI_Datatype
|
|
|
1484
1494
|
IMPI_DEVICE_EXPORT int MPI_Put(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
1485
1495
|
int target_rank, MPI_Aint target_disp, int target_count,
|
|
1486
1496
|
MPI_Datatype target_datatype, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1497
|
+
|
|
1498
|
+
IMPI_DEVICE_EXPORT int MPIX_Get_notify(void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
1499
|
+
int target_rank, MPI_Aint target_disp, int target_count,
|
|
1500
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1501
|
+
IMPI_DEVICE_EXPORT int MPIX_Put_notify(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
1502
|
+
int target_rank, MPI_Aint target_disp, int target_count,
|
|
1503
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1504
|
+
|
|
1505
|
+
int MPIX_Get_notify_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
|
|
1506
|
+
int target_rank, MPI_Aint target_disp, MPI_Count target_count,
|
|
1507
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1508
|
+
int MPIX_Put_notify_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
|
|
1509
|
+
int target_rank, MPI_Aint target_disp, MPI_Count target_count,
|
|
1510
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1487
1511
|
int MPI_Win_complete(MPI_Win win) MPICH_API_PUBLIC;
|
|
1488
1512
|
int MPI_Win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm,
|
|
1489
1513
|
MPI_Win *win) MPICH_API_PUBLIC;
|
|
@@ -1510,7 +1534,7 @@ int MPI_Win_allocate(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm,
|
|
|
1510
1534
|
MPI_Win *win) MPICH_API_PUBLIC;
|
|
1511
1535
|
int MPI_Win_allocate_shared(MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm,
|
|
1512
1536
|
void *baseptr, MPI_Win *win) MPICH_API_PUBLIC;
|
|
1513
|
-
int MPI_Win_shared_query(MPI_Win win, int rank, MPI_Aint *size, int *disp_unit, void *baseptr) MPICH_API_PUBLIC;
|
|
1537
|
+
IMPI_DEVICE_EXPORT int MPI_Win_shared_query(MPI_Win win, int rank, MPI_Aint *size, int *disp_unit, void *baseptr) MPICH_API_PUBLIC;
|
|
1514
1538
|
int MPI_Win_create_dynamic(MPI_Info info, MPI_Comm comm, MPI_Win *win) MPICH_API_PUBLIC;
|
|
1515
1539
|
int MPI_Win_attach(MPI_Win win, void *base, MPI_Aint size) MPICH_API_PUBLIC;
|
|
1516
1540
|
int MPI_Win_detach(MPI_Win win, const void *base) MPICH_API_PUBLIC;
|
|
@@ -1561,6 +1585,13 @@ IMPI_DEVICE_EXPORT int MPI_Win_flush_all(MPI_Win win) MPICH_API_PUBLIC;
|
|
|
1561
1585
|
int MPI_Win_flush_local(int rank, MPI_Win win) MPICH_API_PUBLIC;
|
|
1562
1586
|
int MPI_Win_flush_local_all(MPI_Win win) MPICH_API_PUBLIC;
|
|
1563
1587
|
int MPI_Win_sync(MPI_Win win) MPICH_API_PUBLIC;
|
|
1588
|
+
|
|
1589
|
+
/* MPI notification extentions */
|
|
1590
|
+
int MPIX_Win_create_notify(MPI_Win win, int notification_num) MPICH_API_PUBLIC;
|
|
1591
|
+
int MPIX_Win_free_notify(MPI_Win win) MPICH_API_PUBLIC;
|
|
1592
|
+
IMPI_DEVICE_EXPORT int MPIX_Win_get_notify(MPI_Win win, int notification_idx, MPI_Count *notification) MPICH_API_PUBLIC;
|
|
1593
|
+
IMPI_DEVICE_EXPORT int MPIX_Win_set_notify(MPI_Win win, int notification_idx, MPI_Count notification) MPICH_API_PUBLIC;
|
|
1594
|
+
int MPIX_Win_get_notify_request(MPI_Win win, int notification_idx, MPI_Count expected_value, MPI_Request *request) MPICH_API_PUBLIC;
|
|
1564
1595
|
|
|
1565
1596
|
/* External Interfaces */
|
|
1566
1597
|
int MPI_Add_error_class(int *errorclass) MPICH_API_PUBLIC;
|
|
@@ -1608,7 +1639,7 @@ int MPI_Win_create_keyval(MPI_Win_copy_attr_function *win_copy_attr_fn,
|
|
|
1608
1639
|
void *extra_state) MPICH_API_PUBLIC;
|
|
1609
1640
|
int MPI_Win_delete_attr(MPI_Win win, int win_keyval) MPICH_API_PUBLIC;
|
|
1610
1641
|
int MPI_Win_free_keyval(int *win_keyval) MPICH_API_PUBLIC;
|
|
1611
|
-
int MPI_Win_get_attr(MPI_Win win, int win_keyval, void *attribute_val, int *flag) MPICH_API_PUBLIC;
|
|
1642
|
+
IMPI_DEVICE_EXPORT int MPI_Win_get_attr(MPI_Win win, int win_keyval, void *attribute_val, int *flag) MPICH_API_PUBLIC;
|
|
1612
1643
|
int MPI_Win_get_name(MPI_Win win, char *win_name, int *resultlen) MPICH_API_PUBLIC;
|
|
1613
1644
|
int MPI_Win_set_attr(MPI_Win win, int win_keyval, void *attribute_val) MPICH_API_PUBLIC;
|
|
1614
1645
|
int MPI_Win_set_name(MPI_Win win, const char *win_name) MPICH_API_PUBLIC;
|
|
@@ -1889,6 +1920,7 @@ int PMPI_Unpack(const void *inbuf, int insize, int *position, void *outbuf, int
|
|
|
1889
1920
|
MPI_Datatype datatype, MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(4,6) MPICH_API_PUBLIC;
|
|
1890
1921
|
int PMPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) MPICH_API_PUBLIC;
|
|
1891
1922
|
int PMPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1923
|
+
int PMPI_Op_create_c(MPI_User_function_c *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1892
1924
|
int PMPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
|
|
1893
1925
|
int PMPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
|
|
1894
1926
|
int PMPI_Group_rank(MPI_Group group, int *rank) MPICH_API_PUBLIC;
|
|
@@ -1994,6 +2026,21 @@ int PMPI_Get(void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
|
1994
2026
|
int PMPI_Put(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
1995
2027
|
int target_rank, MPI_Aint target_disp, int target_count,
|
|
1996
2028
|
MPI_Datatype target_datatype, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2029
|
+
|
|
2030
|
+
int PMPIX_Get_notify(void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
2031
|
+
int target_rank, MPI_Aint target_disp, int target_count,
|
|
2032
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2033
|
+
int PMPIX_Put_notify(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
|
|
2034
|
+
int target_rank, MPI_Aint target_disp, int target_count,
|
|
2035
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2036
|
+
|
|
2037
|
+
int PMPIX_Get_notify_c(void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
|
|
2038
|
+
int target_rank, MPI_Aint target_disp, MPI_Count target_count,
|
|
2039
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2040
|
+
int PMPIX_Put_notify_c(const void *origin_addr, MPI_Count origin_count, MPI_Datatype origin_datatype,
|
|
2041
|
+
int target_rank, MPI_Aint target_disp, MPI_Count target_count,
|
|
2042
|
+
MPI_Datatype target_datatype, int notification_idx, MPI_Win win) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2043
|
+
|
|
1997
2044
|
int PMPI_Win_complete(MPI_Win win) MPICH_API_PUBLIC;
|
|
1998
2045
|
int PMPI_Win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm,
|
|
1999
2046
|
MPI_Win *win) MPICH_API_PUBLIC;
|
|
@@ -2063,7 +2110,13 @@ int PMPI_Win_flush_all(MPI_Win win) MPICH_API_PUBLIC;
|
|
|
2063
2110
|
int PMPI_Win_flush_local(int rank, MPI_Win win) MPICH_API_PUBLIC;
|
|
2064
2111
|
int PMPI_Win_flush_local_all(MPI_Win win) MPICH_API_PUBLIC;
|
|
2065
2112
|
int PMPI_Win_sync(MPI_Win win) MPICH_API_PUBLIC;
|
|
2066
|
-
|
|
2113
|
+
|
|
2114
|
+
/* MPI notification extentions */
|
|
2115
|
+
int PMPIX_Win_create_notify(MPI_Win win, int notification_num) MPICH_API_PUBLIC;
|
|
2116
|
+
int PMPIX_Win_free_notify(MPI_Win win) MPICH_API_PUBLIC;
|
|
2117
|
+
int PMPIX_Win_get_notify(MPI_Win win, int notification_idx, MPI_Count *notification) MPICH_API_PUBLIC;
|
|
2118
|
+
int PMPIX_Win_set_notify(MPI_Win win, int notification_idx, MPI_Count notification) MPICH_API_PUBLIC;
|
|
2119
|
+
int PMPIX_Win_get_notify_request(MPI_Win win, int notification_idx, MPI_Count expected_value, MPI_Request *request) MPICH_API_PUBLIC;
|
|
2067
2120
|
/* External Interfaces */
|
|
2068
2121
|
int PMPI_Add_error_class(int *errorclass) MPICH_API_PUBLIC;
|
|
2069
2122
|
int PMPI_Add_error_code(int errorclass, int *errorcode) MPICH_API_PUBLIC;
|
|
@@ -2191,6 +2244,9 @@ int PMPI_Type_create_f90_complex(int p, int r, MPI_Datatype *newtype) MPICH_API_
|
|
|
2191
2244
|
int PMPI_Reduce_local(const void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype,
|
|
2192
2245
|
MPI_Op op)
|
|
2193
2246
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
|
|
2247
|
+
int PMPI_Reduce_local_c(const void *inbuf, void *inoutbuf, MPI_Count count, MPI_Datatype datatype,
|
|
2248
|
+
MPI_Op op)
|
|
2249
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,4) MPICH_ATTR_POINTER_WITH_TYPE_TAG(2,4) MPICH_API_PUBLIC;
|
|
2194
2250
|
int PMPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
|
|
2195
2251
|
int PMPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
|
|
2196
2252
|
MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
Intel Simplified Software License (Version October 2022)
|
|
2
|
+
|
|
3
|
+
Intel(R) MPI Library: Copyright (C) 2009 Intel Corporation
|
|
4
|
+
|
|
5
|
+
Use and Redistribution. You may use and redistribute the software, which is
|
|
6
|
+
provided in binary form only, (the "Software"), without modification, provided the
|
|
7
|
+
following conditions are met:
|
|
8
|
+
|
|
9
|
+
* Redistributions must reproduce the above copyright notice and these terms of use
|
|
10
|
+
in the Software and in the documentation and/or other materials provided with
|
|
11
|
+
the distribution.
|
|
12
|
+
* Neither the name of Intel nor the names of its suppliers may be used to endorse
|
|
13
|
+
or promote products derived from this Software without specific prior written
|
|
14
|
+
permission.
|
|
15
|
+
* No reverse engineering, decompilation, or disassembly of the Software is
|
|
16
|
+
permitted, nor any modification or alteration of the Software or its operation
|
|
17
|
+
at any time, including during execution.
|
|
18
|
+
|
|
19
|
+
No other licenses. Except as provided in the preceding section, Intel grants no
|
|
20
|
+
licenses or other rights by implication, estoppel or otherwise to, patent,
|
|
21
|
+
copyright, trademark, trade name, service mark or other intellectual property
|
|
22
|
+
licenses or rights of Intel.
|
|
23
|
+
|
|
24
|
+
Third party software. "Third Party Software" means the files (if any) listed in
|
|
25
|
+
the "third-party-software.txt" or other similarly-named text file that may be
|
|
26
|
+
included with the Software. Third Party Software, even if included with the
|
|
27
|
+
distribution of the Software, may be governed by separate license terms, including
|
|
28
|
+
without limitation, third party license terms, open source software notices and
|
|
29
|
+
terms, and/or other Intel software license terms. These separate license terms
|
|
30
|
+
solely govern Your use of the Third Party Software.
|
|
31
|
+
|
|
32
|
+
DISCLAIMER. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
33
|
+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
34
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE
|
|
35
|
+
DISCLAIMED. THIS SOFTWARE IS NOT INTENDED FOR USE IN SYSTEMS OR APPLICATIONS
|
|
36
|
+
WHERE FAILURE OF THE SOFTWARE MAY CAUSE PERSONAL INJURY OR DEATH AND YOU AGREE
|
|
37
|
+
THAT YOU ARE FULLY RESPONSIBLE FOR ANY CLAIMS, COSTS, DAMAGES, EXPENSES, AND
|
|
38
|
+
ATTORNEYS' FEES ARISING OUT OF ANY SUCH USE, EVEN IF ANY CLAIM ALLEGES THAT
|
|
39
|
+
INTEL WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE SOFTWARE.
|
|
40
|
+
|
|
41
|
+
LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL BE LIABLE FOR ANY DIRECT,
|
|
42
|
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
43
|
+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
44
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
45
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
46
|
+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
47
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
48
|
+
|
|
49
|
+
No support. Intel may make changes to the Software, at any time without notice,
|
|
50
|
+
and is not obligated to support, update or provide training for the Software.
|
|
51
|
+
|
|
52
|
+
Termination. Your right to use the Software is terminated in the event of your
|
|
53
|
+
breach of this license.
|
|
54
|
+
|
|
55
|
+
Feedback. Should you provide Intel with comments, modifications, corrections,
|
|
56
|
+
enhancements or other input ("Feedback") related to the Software, Intel will be
|
|
57
|
+
free to use, disclose, reproduce, license or otherwise distribute or exploit the
|
|
58
|
+
Feedback in its sole discretion without any obligations or restrictions of any
|
|
59
|
+
kind, including without limitation, intellectual property rights or licensing
|
|
60
|
+
obligations.
|
|
61
|
+
|
|
62
|
+
Compliance with laws. You agree to comply with all relevant laws and regulations
|
|
63
|
+
governing your use, transfer, import or export (or prohibition thereof) of the
|
|
64
|
+
Software.
|
|
65
|
+
|
|
66
|
+
Governing law. All disputes will be governed by the laws of the United States of
|
|
67
|
+
America and the State of Delaware without reference to conflict of law principles
|
|
68
|
+
and subject to the exclusive jurisdiction of the state or federal courts sitting
|
|
69
|
+
in the State of Delaware, and each party agrees that it submits to the personal
|
|
70
|
+
jurisdiction and venue of those courts and waives any objections. THE UNITED
|
|
71
|
+
NATIONS CONVENTION ON CONTRACTS FOR THE INTERNATIONAL SALE OF GOODS (1980) IS
|
|
72
|
+
SPECIFICALLY EXCLUDED AND WILL NOT APPLY TO THE SOFTWARE.
|