Displaying 1 result from an estimated 1 matches for "biol17".
Did you mean:
bio17
2010 Sep 30
1
Unix batch to different nodes
...h node
has 1 task and the remaining 42 tasks are put in a queue, what would I
do?
#Example:
proj.dir<-"C:/test/"
setwd(proj.dir)
group.vars <- c("biol1","biol4","biol5","biol6","biol12","biol15","biol16","biol17")
species <- c("aa", "bb", "cc", "dd", "ee", "ff", "gg", "hh", "ii")
for (gv in 1:length(group.vars)){
for (sp in 1:length(species)){
zzz <- file(paste(group.vars[gv],species[sp],".TXT",...