Skip to content

Commit 3fa919d

Browse files
authored
Merge pull request #172 from rogerfraser/master
Fix #169 and upgrade vcxproj files to use Intel OneAPI
2 parents 186679a + 8a9f389 commit 3fa919d

File tree

18 files changed

+72
-2
lines changed

18 files changed

+72
-2
lines changed

dynadjust/dynadjust/dnaadjust/dnaadjust.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,9 +3191,9 @@ void dna_adjust::FormUniqueMsrList()
31913191
case 'R': // Ellipsoidal height
31923192
precadjmsr_row++;
31933193
break;
3194-
// Single row per direction
3194+
// Single row per subtended angle (# directions less 1)
31953195
case 'D': // Direction set
3196-
precadjmsr_row += _it_msr->vectorCount1;
3196+
precadjmsr_row += (_it_msr->vectorCount1 - 1);
31973197
break;
31983198
// Three rows (6 elements for upper triangular)
31993199
case 'G': // GPS Baseline

dynadjust/dynadjust/dnaadjust/dnaadjust.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -59,6 +62,7 @@
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
6164
<UseIntelIPP>false</UseIntelIPP>
65+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6266
</PropertyGroup>
6367
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6468
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnaadjustwrapper/dnaadjustwrapper.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>Application</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>Application</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>Application</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnageoid/dnageoid.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnageoidint/dnageoidint.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<UseIntelTBB>true</UseIntelTBB>
4242
<UseIntelMKL>Parallel</UseIntelMKL>
4343
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4445
</PropertyGroup>
4546
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4647
<ConfigurationType>Application</ConfigurationType>
@@ -49,6 +50,7 @@
4950
<UseIntelTBB>true</UseIntelTBB>
5051
<UseIntelMKL>Parallel</UseIntelMKL>
5152
<PlatformToolset>v141</PlatformToolset>
53+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5254
</PropertyGroup>
5355
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5456
<ConfigurationType>Application</ConfigurationType>
@@ -59,6 +61,7 @@
5961
<UseIntelTBB>true</UseIntelTBB>
6062
<UseIntelMKL>Parallel</UseIntelMKL>
6163
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6265
</PropertyGroup>
6366
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6467
<ConfigurationType>Application</ConfigurationType>
@@ -68,6 +71,7 @@
6871
<UseIntelTBB>true</UseIntelTBB>
6972
<UseIntelMKL>Parallel</UseIntelMKL>
7073
<PlatformToolset>v141</PlatformToolset>
74+
<UseInteloneMKL>Parallel</UseInteloneMKL>
7175
</PropertyGroup>
7276
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
7377
<ConfigurationType>Application</ConfigurationType>
@@ -80,6 +84,7 @@
8084
<CharacterSet>MultiByte</CharacterSet>
8185
<UseOfMfc>Dynamic</UseOfMfc>
8286
<PlatformToolset>v141</PlatformToolset>
87+
<UseInteloneMKL>Parallel</UseInteloneMKL>
8388
</PropertyGroup>
8489
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8590
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnageoidwrapper/dnageoidwrapper.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<UseIntelTBB>true</UseIntelTBB>
4141
<UseIntelMKL>Parallel</UseIntelMKL>
4242
<PlatformToolset>v141</PlatformToolset>
43+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4344
</PropertyGroup>
4445
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4546
<ConfigurationType>Application</ConfigurationType>
@@ -48,6 +49,7 @@
4849
<UseIntelTBB>true</UseIntelTBB>
4950
<UseIntelMKL>Parallel</UseIntelMKL>
5051
<PlatformToolset>v141</PlatformToolset>
52+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5153
</PropertyGroup>
5254
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5355
<ConfigurationType>Application</ConfigurationType>
@@ -57,6 +59,7 @@
5759
<UseIntelTBB>true</UseIntelTBB>
5860
<UseIntelMKL>Parallel</UseIntelMKL>
5961
<PlatformToolset>v141</PlatformToolset>
62+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6063
</PropertyGroup>
6164
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6265
<ConfigurationType>Application</ConfigurationType>
@@ -66,6 +69,7 @@
6669
<UseIntelTBB>true</UseIntelTBB>
6770
<UseIntelMKL>Parallel</UseIntelMKL>
6871
<PlatformToolset>v141</PlatformToolset>
72+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6973
</PropertyGroup>
7074
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
7175
<ConfigurationType>Application</ConfigurationType>
@@ -76,6 +80,7 @@
7680
<ConfigurationType>Application</ConfigurationType>
7781
<CharacterSet>MultiByte</CharacterSet>
7882
<PlatformToolset>v141</PlatformToolset>
83+
<UseInteloneMKL>Parallel</UseInteloneMKL>
7984
</PropertyGroup>
8085
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8186
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnaimport/dnaimport.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnaimportwrapper/dnaimportwrapper.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>Application</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>Application</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>Application</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnaplot/dnaplot.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

dynadjust/dynadjust/dnaplotwrapper/dnaplotwrapper.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<UseIntelTBB>true</UseIntelTBB>
3333
<UseIntelMKL>Parallel</UseIntelMKL>
3434
<PlatformToolset>v141</PlatformToolset>
35+
<UseInteloneMKL>Parallel</UseInteloneMKL>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3738
<ConfigurationType>Application</ConfigurationType>
@@ -40,6 +41,7 @@
4041
<UseIntelTBB>true</UseIntelTBB>
4142
<UseIntelMKL>Parallel</UseIntelMKL>
4243
<PlatformToolset>v141</PlatformToolset>
44+
<UseInteloneMKL>Parallel</UseInteloneMKL>
4345
</PropertyGroup>
4446
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4547
<ConfigurationType>Application</ConfigurationType>
@@ -49,6 +51,7 @@
4951
<UseIntelTBB>true</UseIntelTBB>
5052
<UseIntelMKL>Parallel</UseIntelMKL>
5153
<PlatformToolset>v141</PlatformToolset>
54+
<UseInteloneMKL>Parallel</UseInteloneMKL>
5255
</PropertyGroup>
5356
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5457
<ConfigurationType>Application</ConfigurationType>
@@ -58,6 +61,7 @@
5861
<UseIntelTBB>true</UseIntelTBB>
5962
<UseIntelMKL>Parallel</UseIntelMKL>
6063
<PlatformToolset>v141</PlatformToolset>
64+
<UseInteloneMKL>Parallel</UseInteloneMKL>
6165
</PropertyGroup>
6266
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6367
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)