Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reduce repetition in path_names files #114

@hkershaw-brown

Description

@hkershaw-brown

To think about:

Is it possible to reduce the repetition in path_names_ files?

For example, using mkmf to search directories rather than individual files.

It seems prone to error to change (for example) 91 path_names files when a new file is required for preprocess.

At least for preprocess, and other programs that the path names don't change between models, it seems like we could have one path_names_preprocess.

../../../build_templates/mkmf -v -p preprocess -t ../../../build_templates/mkmf.template   \   
 -a "../../.." path_names_preprocess 

becomes

../../../build_templates/mkmf -v -p preprocess -t ../../../build_templates/mkmf.template   \   
 -a "../../.." HELLO_ONE_LOCATION/path_names_preprocess 

Metadata

Metadata

Labels

back burnervery low priority. Future work?duplicated codesame code in multiple places

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions