run_stencil 389 B

12345678
  1. ../../rccerun -nue 4 -clock 0.533 -f ../../hosts/rc.hosts stencil
  2. #this script cannot run as is, because the executable needs to be
  3. #started from the shared file system (/shared). Instead, do something
  4. like this:
  5. alias rccerun="<path_to_RCCE_library>/rccerun -f <path_to_RCCE_library>/hosts/rc.hosts"
  6. cp stencil /shared/<username>
  7. cd /shared/<username>
  8. rccerun -nue 4 -clock 0.533 stencil