You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently different configurations of WW3 in UWM are specified with a specific switch file. Currently used are switch_meshcap, switch_meshcap_pdlib and switch_multi_esmf. Each additional test configuration requires a new switch file. It would more flexible if the options which vary between configurations could be "added" to a default switch file at compile time.
Solution
Modify CMakeLists.txt at both the WW3 and UWM levels to accommodate setting optional WW3 configurations via rt.conf.
Alternatives
Continue to add nearly identical versions of switch files for use in UWM
Description
Currently different configurations of WW3 in UWM are specified with a specific switch file. Currently used are
switch_meshcap
,switch_meshcap_pdlib
andswitch_multi_esmf
. Each additional test configuration requires a new switch file. It would more flexible if the options which vary between configurations could be "added" to a default switch file at compile time.Solution
Modify CMakeLists.txt at both the WW3 and UWM levels to accommodate setting optional WW3 configurations via rt.conf.
Alternatives
Continue to add nearly identical versions of switch files for use in UWM
Related to
The text was updated successfully, but these errors were encountered: