Skip to content

Update Etags wiki to reference current directories#42

Open
yfguo wants to merge 1 commit intomainfrom
codex/update-find-command-snippets-in-documentation
Open

Update Etags wiki to reference current directories#42
yfguo wants to merge 1 commit intomainfrom
codex/update-find-command-snippets-in-documentation

Conversation

@yfguo
Copy link
Owner

@yfguo yfguo commented Sep 27, 2025

Summary

  • update the Etags documentation to prune the current Hydra process manager directory
  • point the PMI find command to the existing include and src directories

Testing

  • find src ( ( -path src/mpid -o -path src/pm/hydra -o -path src/pmi -o -path src/mpi/romio -o -path src/binding -o -path src/mpe2 -o -path src/util/multichannel ) -prune -o -name '.[chi]' -o -name '.h.in' ) -a ! -name state_names.h -a ! -name mpiallstates.h -a ! -name defmsg.h -a ! -name windefmsg.h -a ! -name 'tokens.[ch]' -a ! -name 'parser.[ch]' -a ! -name '.#' -type f -print | wc -l
  • find src/pmi/include src/pmi/src src/mpid/ch3/channels/nemesis src/mpid/common src/mpid/ch3 ( -path src/mpid/common/sock/iocp -o -path src/mpid/ch3/channels -o -path src/mpid/ch3/channels/nemesis/nemesis/netmod/wintcp ) -prune -o ( -name '.[chi]' -o -name '.h.in' ) -a ! -name '.#' -a ! -name 'tokens.[ch]' -a ! -name 'parser.[ch]' -print | wc -l

https://chatgpt.com/codex/tasks/task_e_68d7518de0988325aff1f90ca273f85e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant