User Tools

Site Tools


plink-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plink-software [2019/12/09 08:55] aorthplink-software [2019/12/09 09:10] aorth
Line 17: Line 17:
 <code>$ module load plink/2.00-alpha <code>$ module load plink/2.00-alpha
 $ plink2</code> $ plink2</code>
 +
 +/Note:/ If you are running your job on a newer compute node like compute05 you can run ''plink2-avx2'' instead of ''plink2'' as that server has a newer CPU and can use a more optimized plink.
  
 ===== Installation ====== ===== Installation ======
Line 24: Line 26:
 $ wget http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20191128.zip $ wget http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20191128.zip
 $ sudo mkdir /export/apps/plink/2.00-alpha $ sudo mkdir /export/apps/plink/2.00-alpha
-$ sudo cp plink2 /export/apps/plink/2.00-alpha</code>+$ sudo cp plink2 /export/apps/plink/2.00-alpha 
 +$ rm plink2 
 +$ wget http://s3.amazonaws.com/plink2-assets/plink2_linux_avx2_20191128.zip 
 +$ unzip plink2_linux_avx2_20191128.zip 
 +$ sudo cp plink2 /export/apps/plink/2.00-alpha/plink2-avx2</code>
  
-The AVX2 build only runs on **one** of our compute nodes because the rest are too old. We need to use the less-optimized 64-bit builds. :(+The AVX2 build only runs on compute05. The rest of our compute nodes are too old and must use the 64-bit builds.
plink-software.txt · Last modified: 2019/12/09 09:10 by aorth