search for: m_set

Displaying 2 results from an estimated 2 matches for "m_set".

Did you mean: vm_set
2010 Dec 02
1
parLapply - Error in do.call("fun", lapply(args, enquote)) : could not find function "fun"
...0 2 0 1 11 1 1 20 1 1 16 1 1 What I'm trying to do is to apply the same function I crafted to all the items in the list with parLapply. I'm using this instead of apply since it allows me to test using parallel running R, and because it runs faster than lapply. M_set <- parLapply(cl,setin,M.set.find,month=month,n1=n1,n2=n2,MC_1st_obs2=MC_1st_obs2) using this it gives me the follow error: Error in do.call("fun", lapply(args, enquote)) : could not find function "fun" but, this works correctly when I just use lapply (it's just a bit...
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all Im using sftp 1:4.7p1-8ubuntu1.2 in a batchjob Ive noticed that sftp needs a long time for sending a filelist. The timespan increases exponential if many files are on the remoteserver. for example "ls -la *.txt" needs 10 seconds for 2000 files but needs 50 seconds for 4000 files. For 150.000 Files i have to wait 15 minutes for example but the