Skip to content

Commit

Permalink
Finish Release-1.0-0
Browse files Browse the repository at this point in the history
This release is made to correspond with the upcomming FieldOpt paper.

The version tag 1.0 does not mean that FieldOpt is feature-complete, it just indicates that the full set of primary features intended for it is in place, and it is relatively stable.

Unlike previous releases, this release will continue to be updated with bug-fixes until the next release.
  • Loading branch information
einar90 committed Dec 3, 2018
2 parents 67915a1 + cb24d12 commit 8ff34de
Show file tree
Hide file tree
Showing 1,319 changed files with 1,126,752 additions and 11,951 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*.dll
*.dylib


# Qt-es

/.qmake.cache
Expand All @@ -33,6 +34,8 @@ Makefile*

# Build folders
build-*
FieldOpt/CMakeFiles/*
*/CMakeFiles/*

# Compiled doxygen documentation
doxygen/*
Expand All @@ -43,6 +46,18 @@ libs/*

# Manually compiled program
build/*
FieldOpt/build
FieldOpt/ThirdParty/*
FieldOpt/ThirdParty/Eigen3/*


# Test folders
test-*

# Ignore ADGPRS output files
*.SIM.H5
*.res_partition.bin
*.log.txt

# Ignore ECLIPSE output files
*.DBG
Expand All @@ -52,8 +67,17 @@ build/*
*.INIT
*.INSPEC
*.MSG
*.RSM
*.LOG
*.ECLRUN
*.h5
*.PRT
*.RSSPEC
*.SMSPEC
*.UNRST
*.UNSMRY
*.xml
*.eclrun_dbg
FieldOpt/CMakeCache.txt
FieldOpt/CMakeFiles/cmake.check_cache
*.bin
24 changes: 18 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
[submodule "FieldOpt/WellIndexCalculator"]
path = FieldOpt/WellIndexCalculator
url = [email protected]:PetroleumCyberneticsGroup/WellIndexCalculator.git
[submodule "FieldOpt/AdgprsSummaryConverter"]
path = FieldOpt/AdgprsSummaryConverter
url = [email protected]:PetroleumCyberneticsGroup/AdgprsSummaryConverter.git
[submodule "FieldOpt/libgp"]
path = FieldOpt/ThirdParty/libgp
url = https://github.com/PetroleumCyberneticsGroup/libgp.git
[submodule "FieldOpt/ThirdParty/googletest"]
path = FieldOpt/ThirdParty/googletest
url = https://github.com/PetroleumCyberneticsGroup/googletest.git
[submodule "FieldOpt/ThirdParty/RpolyPlusPlus"]
path = FieldOpt/ThirdParty/RpolyPlusPlus
url = https://github.com/PetroleumCyberneticsGroup/RpolyPlusPlus.git
[submodule "FieldOpt/ThirdParty/Eigen3"]
path = FieldOpt/ThirdParty/Eigen3
url = https://github.com/PetroleumCyberneticsGroup/eigen-git-mirror.git
[submodule "FieldOpt/ThirdParty/qtbase"]
path = FieldOpt/ThirdParty/qtbase
url = https://github.com/PetroleumCyberneticsGroup/qtbase.git
[submodule "FieldOpt/ThirdParty/opm-common"]
path = FieldOpt/ThirdParty/opm-common
url = https://github.com/PetroleumCyberneticsGroup/opm-common.git
Loading

0 comments on commit 8ff34de

Please sign in to comment.