From 81164ddf26a3725b534dfa6211224be55f67608c Mon Sep 17 00:00:00 2001 From: PauloChambelGit Date: Mon, 10 Sep 2018 16:56:22 +0100 Subject: [PATCH] Atualization of the solution VS2015/intel18 --- .../Compare2HDFfiles/Compare2HDFfiles.vfproj | 6 +- .../Convert2Hdf5/Convert2Hdf5.vfproj | 16 +++--- .../Convert2netcdf/Convert2netcdf.vfproj | 2 +- .../DigitalTerrainTool.vfproj | 4 +- .../FilterBathymetry/FilterBathymetry.vfproj | 18 +++--- .../HDF5Operator/HDF5Operator.vfproj | 52 ++++++++++++++++++ .../MOHIDNumerics/MOHIDNumerics.sln | 55 +++++++++++++++++-- .../MohidBase1/MohidBase1.vfproj | 15 +++-- .../MohidBase2/MohidBase2.vfproj | 3 +- .../MohidWater/MohidWater.vfproj | 7 ++- .../MOHIDNumerics/TidePrev/TidePrev.vfproj | 14 ++--- 11 files changed, 147 insertions(+), 45 deletions(-) create mode 100644 Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/HDF5Operator/HDF5Operator.vfproj diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Compare2HDFfiles/Compare2HDFfiles.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Compare2HDFfiles/Compare2HDFfiles.vfproj index d252972fc..4eeb40a42 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Compare2HDFfiles/Compare2HDFfiles.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Compare2HDFfiles/Compare2HDFfiles.vfproj @@ -26,7 +26,7 @@ - + @@ -35,8 +35,8 @@ - - + + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2Hdf5/Convert2Hdf5.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2Hdf5/Convert2Hdf5.vfproj index 3c94911a1..f3dd77c58 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2Hdf5/Convert2Hdf5.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2Hdf5/Convert2Hdf5.vfproj @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -103,23 +103,23 @@ - + - + - + - + - + - + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2netcdf/Convert2netcdf.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2netcdf/Convert2netcdf.vfproj index 65e3da8d0..855f993c4 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2netcdf/Convert2netcdf.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/Convert2netcdf/Convert2netcdf.vfproj @@ -25,7 +25,7 @@ - + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/DigitalTerrainTool/DigitalTerrainTool.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/DigitalTerrainTool/DigitalTerrainTool.vfproj index 41332c44a..3ba4b0676 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/DigitalTerrainTool/DigitalTerrainTool.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/DigitalTerrainTool/DigitalTerrainTool.vfproj @@ -35,7 +35,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/FilterBathymetry/FilterBathymetry.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/FilterBathymetry/FilterBathymetry.vfproj index 34ba1e109..e086c7aa7 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/FilterBathymetry/FilterBathymetry.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/FilterBathymetry/FilterBathymetry.vfproj @@ -5,7 +5,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,8 +35,8 @@ - - + + @@ -45,7 +45,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -88,5 +88,7 @@ - + + + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/HDF5Operator/HDF5Operator.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/HDF5Operator/HDF5Operator.vfproj new file mode 100644 index 000000000..3f8c63c4f --- /dev/null +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/HDF5Operator/HDF5Operator.vfproj @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MOHIDNumerics.sln b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MOHIDNumerics.sln index 3bf9509bb..7551d26cd 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MOHIDNumerics.sln +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MOHIDNumerics.sln @@ -51,6 +51,10 @@ EndProject Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "GlueWW3_OBC", "GlueWW3_OBC\GlueWW3_OBC.vfproj", "{8191DDA9-7477-48B2-BF5B-BA58EB81D76E}" EndProject Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "FilterBathymetry", "FilterBathymetry\FilterBathymetry.vfproj", "{8F12330D-0DDF-427D-AE70-1F2A9F7A49D3}" + ProjectSection(ProjectDependencies) = postProject + {5B9DC9D4-2641-4422-B6DC-988CA58D9323} = {5B9DC9D4-2641-4422-B6DC-988CA58D9323} + {B186E0E8-1704-4EB0-A0C5-85AFB52A069C} = {B186E0E8-1704-4EB0-A0C5-85AFB52A069C} + EndProjectSection EndProject Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "DDCParser", "DDCParser\DDCParser.vfproj", "{29BFD189-F22E-42FD-8E33-4E2436386EB1}" EndProject @@ -118,10 +122,8 @@ EndProject Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "JoinTimeSeries", "JoinTimeSeries\JoinTimeSeries.vfproj", "{FC3EC4C8-E66F-4B9D-98A0-631EDD72F9B3}" EndProject Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "Compare2HDFfiles", "Compare2HDFfiles\Compare2HDFfiles.vfproj", "{A2362933-01EF-4E31-914B-C4316A54E065}" - ProjectSection(ProjectDependencies) = postProject - {5B9DC9D4-2641-4422-B6DC-988CA58D9323} = {5B9DC9D4-2641-4422-B6DC-988CA58D9323} - {B186E0E8-1704-4EB0-A0C5-85AFB52A069C} = {B186E0E8-1704-4EB0-A0C5-85AFB52A069C} - EndProjectSection +EndProject +Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "HDF5Operator", "HDF5Operator\HDF5Operator.vfproj", "{31718428-0170-4952-924F-1568E2FA72EF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -1083,6 +1085,51 @@ Global {A2362933-01EF-4E31-914B-C4316A54E065}.Release|Win32.ActiveCfg = Release|Win32 {A2362933-01EF-4E31-914B-C4316A54E065}.Release|Win32.Build.0 = Release|Win32 {A2362933-01EF-4E31-914B-C4316A54E065}.Release|x64.ActiveCfg = Release|x64 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Any CPU.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Any CPU.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Mixed Platforms.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Mixed Platforms.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Win32.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|Win32.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|x64.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug MPI|x64.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Any CPU.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Any CPU.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Mixed Platforms.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Mixed Platforms.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Win32.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|Win32.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|x64.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug OpenMP|x64.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|Win32.ActiveCfg = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|Win32.Build.0 = Debug|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Debug|x64.ActiveCfg = Debug|x64 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Any CPU.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Any CPU.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Mixed Platforms.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Mixed Platforms.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Win32.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|Win32.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|x64.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release MPI|x64.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Any CPU.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Any CPU.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Mixed Platforms.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Mixed Platforms.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Win32.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|Win32.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|x64.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release OpenMP|x64.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|Any CPU.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|Mixed Platforms.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|Win32.ActiveCfg = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|Win32.Build.0 = Release|Win32 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|x64.ActiveCfg = Release|x64 + {31718428-0170-4952-924F-1568E2FA72EF}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase1/MohidBase1.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase1/MohidBase1.vfproj index d8a42afb1..d09b87da1 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase1/MohidBase1.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase1/MohidBase1.vfproj @@ -25,7 +25,7 @@ - + @@ -126,7 +126,6 @@ - @@ -141,8 +140,8 @@ - + @@ -152,14 +151,14 @@ - + - - + - + + - + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase2/MohidBase2.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase2/MohidBase2.vfproj index 25b9c6b7c..6e1d17bdc 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase2/MohidBase2.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidBase2/MohidBase2.vfproj @@ -25,7 +25,7 @@ - + @@ -120,6 +120,7 @@ + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidWater/MohidWater.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidWater/MohidWater.vfproj index d016ad3a9..b8729eba2 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidWater/MohidWater.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/MohidWater/MohidWater.vfproj @@ -161,15 +161,16 @@ - + - - + + + diff --git a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/TidePrev/TidePrev.vfproj b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/TidePrev/TidePrev.vfproj index 1511f3845..3997157b3 100644 --- a/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/TidePrev/TidePrev.vfproj +++ b/Solutions/VisualStudio2015_IntelFortran18/MOHIDNumerics/TidePrev/TidePrev.vfproj @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -108,8 +108,8 @@ - - - + + +