Skip to content

Commit c2da451

Browse files
Merge pull request #2369 from su2code/update_MLPCpp
Updated MLPCpp module supporting additional input/output scaling methods and fixed issue #2366
2 parents 88d2eb0 + c71af04 commit c2da451

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meson_options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option('extra-deps', type : 'string', value : '', description: 'comma-separated
2020
option('enable-mpp', type : 'boolean', value : false, description: 'enable Mutation++ support')
2121
option('install-mpp', type : 'boolean', value : false, description: 'install Mutation++ in the directory defined with --prefix')
2222
option('enable-coolprop', type : 'boolean', value : false, description: 'enable CoolProp support')
23-
option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable profiling through gprof')
24-
option('enable-gprof', type : 'boolean', value : false, description: 'enable MLPCpp support')
23+
option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable MLPCpp support')
24+
option('enable-gprof', type : 'boolean', value : false, description: 'enable profiling through gprof')
2525
option('opdi-backend', type : 'combo', choices : ['auto', 'macro', 'ompt'], value : 'auto', description: 'OpDiLib backend choice')
2626
option('codi-tape', type : 'combo', choices : ['JacobianLinear', 'JacobianReuse', 'JacobianMultiUse', 'PrimalLinear', 'PrimalReuse', 'PrimalMultiUse'], value : 'JacobianLinear', description: 'CoDiPack tape choice')
2727
option('opdi-shared-read-opt', type : 'boolean', value : true, description : 'OpDiLib shared reading optimization')

meson_scripts/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def init_submodules(
7171
github_repo_coolprop = "https://github.com/CoolProp/CoolProp"
7272
sha_version_mel = "46205ab019e5224559091375a6d71aabae6bc5b9"
7373
github_repo_mel = "https://github.com/pcarruscag/MEL"
74-
sha_version_mlpcpp = "c19c53ea2b85ccfb185f1c6c87044dc0b5bc7ae0"
74+
sha_version_mlpcpp = "6865a58b22f21a92977839d9c93eae9522402f55"
7575
github_repo_mlpcpp = "https://github.com/EvertBunschoten/MLPCpp"
7676

7777
medi_name = "MeDiPack"

0 commit comments

Comments
 (0)