Results for "Thread"

Blogs

Bookmarks

Top-level pages

Wire posts

  • Number of thread in Linux: echo $(( `ps axms | wc -l` - 1)) #Thread #Info #Linux

    2785 days ago

  • Perl script to run in parallel https://perlmaven.com/speed-up-calculation-by-running-in-parallel #Perl #Parallel #Script #Core #Thread

    1613 days ago

  • +1 more Wire posts

Video

Bio-Scripts

  • BASH script for SelfBLAST a genome

    ...on settings FASTAFILE=MergedContigs.fasta MYDB=myDB OUTFILE=seeRES THREAD=20 SEQ="" echo "User $USE...Sting"; blastn -task megablast -query $SEQ -db $MYDB -evalue 1e-5 -num_threads $THREAD -max_target_seqs 1 -...

    2649 days ago

  • BloomFilter

    ...ild environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -...ild environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -...ild environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -...

    2148 days ago

  • +4 more Bio-Scripts

Tags

  • Number of thread in Linux: echo $(( `ps axms | wc -l` - 1)) #Thread #Info #Linux

    Tags: Thread, Info, Linux

    2785 days ago

  • Many-Core Engine (MCE) for Perl example

    MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the in...

    Tags: Bioinformatics, Programming, Perl, MCE, Parallel, Core, Thread, Fork

    2648 days ago

  • +2 more Tags

Comments