sst-elements icon indicating copy to clipboard operation
sst-elements copied to clipboard

Trac: #381 Less counter intuitive variable names in loadInfo.py

Open nmhamster opened this issue 9 years ago • 1 comments

In sstelementsembertestloadInfo.py (around line 100)

In function initWork, each work contained in list workList is enumerated and passed to function readWorkList

In that function, the work is renamed workList and in another for loop, each work of this workList (previously work) is processed.

These multiple work, worklist, workflow, etc. makes loadInfo.py extremely hard to read. Perhaps other variable names could be employed

Also, for what does nidList stand for And what if the different work contained in the worklist as defined in function readWorkList define through their cmd different nidList Same question for ranksPerNode

nmhamster avatar Oct 08 '15 14:10 nmhamster

@feldergast will address.

allevin avatar Jan 29 '20 17:01 allevin

Won't fix.

hughes-c avatar Oct 26 '23 00:10 hughes-c