Jamie Davis davisjam
-
Virginia Tech
- Blacksburg, VA
- Sign in to view email
- http://people.cs.vt.edu/~davisjam/
View distributed-map.pl
#!/usr/bin/env perl | |
# Author: Jamie Davis <davisjam@vt.edu> | |
# Description: | |
# - Perform a bunch of operations, using a cluster of worker nodes. | |
# - To cleanly exit early, check the first few lines of stderr for a file to touch. | |
# Dependencies. | |
use strict; | |
use warnings; |