run_example 244 B

1234
  1. #!/bin/bash
  2. num_cpus=`grep vendor_id /proc/cpuinfo | wc -l`
  3. ./cppsp_standalone -r "$(pwd)"/www -l 0.0.0.0:16969 -c -fPIC -c -I"$(pwd)"/include -c -pthread -c -Ofast -c -march=native -c "$(pwd)"/cpoll.o -c "$(pwd)"/cppsp.o -t "$num_cpus" -f $@