5 Commits

Autor SHA1 Mensagem Data
Ken Raffenetti abc9f0e0c5 misc: Convert old wiki links to new location 2023-08-14 13:14:53 -05:00
Shintaro Iwasaki 5ef6367f73 use more inclusive terms in the code
Specifically, this patch makes the following changes.
build scripts:
- master_top_srcdir -> main_top_srcdir
Git:
- "master" -> "main" branch (variable names and comments)
global structures and variables:
- MPIR_ThreadInfo.master_thread -> MPIR_ThreadInfo.main_thread
- struct PMIMaster -> struct PMIMain
- PMI2_Connect_comm_t.isMaster -> PMI2_Connect_comm_t.isMain
names of tests:
- spawntest_master -> spawntest_parent
- taskmaster -> taskmanager
- th_taskmaster -> th_taskmanager`
comments and names of temporary/local variables:
- master -> main, parent, server, ...
- slave -> child, worker, client, ...
2020-06-30 15:02:48 -05:00
Pavan Balaji dc4358a995 copyright: copyright information moved to the top-level copyright
Signed-off-by: Pavan Balaji <balaji@anl.gov>
2020-04-15 09:32:52 -05:00
Ken Raffenetti 98a67cfcd0 CONTRIBUTING: Fix pre-commit hook symlink example
No reviewer.
2018-03-06 13:48:40 -06:00
Ken Raffenetti 6aa199b7f4 Add CONTRIBUTING file with instructions for code submissions
Signed-off-by: Wesley Bland <wesley.bland@intel.com>
Signed-off-by: Pavan Balaji <balaji@anl.gov>
2018-02-21 09:23:39 -06:00