Opened 7 years ago
Closed 7 years ago
#754 closed enhancement (fixed)
Add option to print bccd-snarfhosts machines file
Reported by: | bburkman@… | Owned by: | skylar |
---|---|---|---|
Priority: | minor | Milestone: | 3.2.1 |
Component: | Both | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Estimated Hours: | 1 | Total Hours: | 1.33 |
Description
Add -v flag that will cause bccd-snarfhosts to print the machines file to STDOUT
Change History (8)
comment:1 Changed 7 years ago by skylar
- Owner set to skylar
- Status changed from new to assigned
comment:2 Changed 7 years ago by skylar
comment:4 Changed 7 years ago by skylar
In 3908:
comment:5 Changed 7 years ago by mmludin08
Changed:
if ${VERBOSE} -eq 1 ?; then
echo ${FILE}
fi
to
if ${VERBOSE} -eq 1 ?; then
cat ${FILE}
fi
to print content of file.
comment:6 Changed 7 years ago by amweeden06
- Milestone set to 3.2.1
comment:7 Changed 7 years ago by skylar
tested for both mpich2 and openmpi in live mode
comment:8 Changed 7 years ago by mmludin08
- Resolution set to fixed
- Status changed from qa to closed
Note: See
TracTickets for help on using
tickets.
In 3905: