Lines Matching full:examples
19 # Script for Building and Running Nek5000 examples
78 -clean clean the examples directory
79 -m|-make Make the examples
82 Build examples with:
83 ./nek-examples.sh -m -e \"bp1 bp3\"
85 ./nek-examples.sh -c /cpu/self -e \"bp1 bp3\" -n 4 -b 3
86 Clean the examples directory with:
87 ./nek-examples.sh -clean
138 # Build examples
139 echo "Building examples:"
168 echo " Building examples failed. See build/bps.build.log for details."
174 echo " Built examples successfully. See build/bps.build.log for details."
280 sed "5s/.*/-$nex -$ney -$nez/" ${CEED_DIR}/examples/nek/boxes/b.box > b$i/b$i.box
281 cp ${CEED_DIR}/examples/nek/boxes/b1e.rea b$i/
303 echo " Examples file does not exist. Build it with nek-examples.sh -m"