From Genome Analysis Wiki
Jump to navigationJump to search
No change in size
, 00:59, 24 April 2014
Line 45: |
Line 45: |
| #This will build RAREMETAL under raremetal/bin/ directory. | | #This will build RAREMETAL under raremetal/bin/ directory. |
| | | |
− | * If your compiler is adaptable to openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing. For more about openmp, please refer to [http://openmp.org/wp/openmp-compilers/ openmp]. | + | * If your compiler is adaptable to openmp (parallel computing), then use the following to build RAREMETALWORKER that allows parallel computing. For more about openmp, please refer to [http://openmp.org/wp/openmp-compilers/ openMP]. |
| prompt> cd raremetal/raremetalworker/src | | prompt> cd raremetal/raremetalworker/src |
| prompt> make openmp | | prompt> make openmp |