I would prefer to remove the ' from the end of COMMENT
Not really sure how to test it. If I try running it with no HPL.dat
file present I get a segfault:
: $ xhpl
: [symphytum.spacehopper.org:74107] PMIX ERROR: INIT in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c
: at line 138
: [symphytum.spacehopper.org:74107] PMIX ERROR: SUCCESS in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore/dstore_base.c
: at line 2454
: [symphytum.spacehopper.org:28949] PMIX ERROR: ERROR in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c
: at line 168
: HPL ERROR from process # 0, on line 299 of function HPL_pdinfo:
: >>> cannot open file HPL.dat <<<
:
: [symphytum:28949] *** Process received signal ***
: [symphytum:28949] Signal: Segmentation fault (11)
: [symphytum:28949] Signal code: Address not mapped (1)
: [symphytum:28949] Failing at address: 0x10
: [symphytum:28949] *** End of error message ***
: Segmentation fault (core dumped)
Or with the HPL.dat file from ${WRKSRC}/testing/ptest:
: $ xhpl
: [symphytum.spacehopper.org:40918] PMIX ERROR: INIT in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c
: at line 138
: [symphytum.spacehopper.org:40918] PMIX ERROR: SUCCESS in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/common/dstore/dstore_base.c
: at line 2454
: [symphytum.spacehopper.org:92542] PMIX ERROR: ERROR in file
:
/usr/obj/ports/openmpi-4.1.5/openmpi-4.1.5/opal/mca/pmix/pmix3x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c
: at line 168
: HPL ERROR from process # 0, on line 419 of function HPL_pdinfo:
: >>> Need at least -822283264 processes for these tests <<<
:
: HPL ERROR from process # 0, on line 621 of function HPL_pdinfo:
: >>> Illegal input in file HPL.dat. Exiting ... <<<
so it could probably do with some clue (at least in DESCR) of how to
use it...