Helloo All,
I am trying to run the Chapel test suite from the chapel code base 
(https://github.com/chapel-lang/chapel/tree/master/test/parallel 
<https://github.com/chapel-lang/chapel/tree/master/test/parallel>).
To run them, I go to the target folder and call “$CHPL_HOME/util/start_test”
Most test cases are passing, But few of them are failing. The failure is 
because, it is trying to execute files that are meant to be just read 
parameters from.

Error messages are line,

“
[test: 
/dascratch/srp7/chapel/chapel-master/test/parallel_q/serial/bradc/serialDistributedForall.chpl]
[Error trying to execute 
'/chapel-master/test/parallel/serial/bradc/serialDistributedForall.numlocales': 
[Errno 8] Exec format error]
[Error (sub_test): Invalid integer value in serialDistributedForall.numlocales 
(/chapel-master/test/parallel/serial/bradc)]””

or

“
[test: 
/dascratch/srp7/chapel/chapel-master/test/parallel_q/cobegin/diten/cobeginRace.chpl]
[Error trying to execute 
'/chapel-master/test/parallel/cobegin/diten/cobeginRace.execenv': [Errno 8] 
Exec format error]
[Executing compiler /home/srp7/ocr/Chapel-OCR/chapel-master/bin/linux64/chpl -o 
cobeginRace --cc-warnings cobeginRace.chpl < /dev/null]”

or

"[Error processing .skipif file 
/chapel-master/test/parallel/bundles/bundles-multilocale.skipif]
/chapel-master/test/parallel/serial/figueroa/MultiLocaleSerial.skipif: line 2: 
CHPL_COMM: command not found”

Is there a way get around this problem?

Thank you
Sriraj

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to