mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r26115] explain why If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with empty string.
This commit is contained in:
parent
473feff3c6
commit
cbf280a22d
@ -2314,7 +2314,8 @@ if test -n "$PARALLEL"; then
|
||||
fi
|
||||
|
||||
## If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with
|
||||
## the empty string.
|
||||
## the empty string. This means that no launch commands were requested,
|
||||
## so we will not use any launch commands.
|
||||
if test "X$RUNSERIAL" = "Xnone"; then
|
||||
RUNSERIAL=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user