Assignment 6: run.sh is looking for PASSED instead of SUCCESS

42 views
Skip to first unread message

Nicholas Fung

unread,
Apr 6, 2020, 10:04:25 PM4/6/20
to Parallel and Distributed Systems at SFU (431)
Despite creating the text file "SUCCESS" if validation succeeds, the script seems to be looking for "PASSED" instead as part of initialization.
Section of initialization:
TRAVIS_BUILD_DIR=$PWD
cd ${TRAVIS_BUILD_DIR}
mkdir -p build
rm FAILED
rm PASSED

Section of output generation:
if [ "$non_zero" -eq "0"  ] 
then
  rm *.failed
  echo "" >> SUCCESS
  cp ./build/LOG ${TRAVIS_BUILD_DIR}/$FILENAME.log.success


Arrvindh Shriraman

unread,
Apr 6, 2020, 10:05:41 PM4/6/20
to parallel-s...@googlegroups.com
We can’t use Travis for checking this assignment as Travis does not provide GPU servers

We will be cloning and using run.sh on Asb servers 
--
You received this message because you are subscribed to the Google Groups "Parallel and Distributed Systems at SFU (431)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to parallel-systems...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/parallel-systems-sfu/6c6a09c2-c208-40b5-8b5b-e4c736c0f3a7%40googlegroups.com.
--
Arrvindh Shriraman
Associate Professor
Computer Science
Simon Fraser University

Arrvindh Shriraman

unread,
Apr 6, 2020, 10:06:48 PM4/6/20
to parallel-s...@googlegroups.com
That’s ok; it won’t affect whether script passes or not 
Reply all
Reply to author
Forward
0 new messages