search for: current1

Displaying 4 results from an estimated 4 matches for "current1".

Did you mean: current
2008 Aug 11
2
[LLVMdev] Applying different Optimizations for different Functions - Questions?
...= 0) { cerr << "!!! No Main Function" << std::endl; return false; } //Determine each Function LoopPass * UnrollLoops; FunctionPass *DeadStoreElim; LPPassManager *LPPM; Function *CurFunc1 = M.getFunction("NewFunction1"); Function &Current1 = (*CurFunc1); Function *CurFunc2 = M.getFunction("NewFunction2"); Function &Current2 = (*CurFunc2); cerr << "Dead Store Eliminations" << std::endl; DeadStoreElim = createDeadStoreEliminationPass(); DeadStoreElim->runOnFunction(Current1); cerr &l...
2016 Apr 06
0
Memory problem
As Jim has indicated, memory usage problems can require very specific diagnostics and code changes, so generic help is tough to give. However, in most cases I have found the dplyr package to be more memory efficient than plyr, so you could consider that. Also, you can be explicit about only saving the minimum results you want to keep rather than making a list of complete results and extracting
2016 Apr 06
4
Memory problem
Dear R Forum, I have about 2000+ FX forward transactions and I am trying to run 1000 simulations. If I use less no of simulations, I am able to get the desired results. However, when I try to use more than 1000 simulations, I get following error. > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, change_in_mtm_bc = mtm_bc - mtm_bc[1]) Error: cannot allocate vector of size 15.6
2008 Mar 02
1
Wrong uptodate
...lete --delete-excluded --checksum -aRvv" OPTIONS2="--force --ignore-errors --delete --delete-excluded --checksum -aRvv" export PATH=$PATH:/bin:/usr/bin:/usr/local/bin # our actual rsyncing function a_rsync() { for BACKUPDIR in $BUPDIR1; do rsync $OPTIONS1 $BACKUPDIR $ARCHIVE1/$CURRENT1 >> /var/log/cronscripts/2serverbup.log 2>&1 done } b_rsync() { for BACKUPDIR in $BUPDIR2; do rsync $OPTIONS2 $BACKUPDIR $ARCHIVE2/$CURRENT2 >> /var/log/cronscripts/2serverbup.log 2>&1 done } . . . a_rsync && b_rsync && date > /tmp/backup set r...