Skip to content

Commit

Permalink
external.py: fixed fico4omnet setenv
Browse files Browse the repository at this point in the history
added current dir to NEDPATH in setenv; this fixes a problem with some omnetpp versions which would miss this
  • Loading branch information
adamgeorge309 committed May 13, 2024
1 parent 2c531f9 commit a3e8d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp_env/database/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_project_descriptions():
"sed -i 's|opp_run|opp_run_dbg|' bin/run_fico4omnet_dbg",
],
"setenv_commands": [
"export NEDPATH=$NEDPATH:$FICO4OMNET_ROOT/src:$FICO4OMNET_ROOT/examples:$FICO4OMNET_ROOT/examples_andl:$FICO4OMNET_ROOT/simulations",
"export NEDPATH=$NEDPATH:.:$FICO4OMNET_ROOT/src:$FICO4OMNET_ROOT/examples:$FICO4OMNET_ROOT/examples_andl:$FICO4OMNET_ROOT/simulations",
"export PATH=$PATH:$FICO4OMNET_ROOT/bin",
"echo 'Hint: use the `run_fico4omnet` command to run the simulations in the examples folder.'"
],
Expand Down

0 comments on commit a3e8d35

Please sign in to comment.