![]() |
From the Bax Group at the National Institutes of Health ... |
SMILE Plugin Download: | https://spin.niddk.nih.gov/bax/software/SMILE/plugin.smile.tZ (77,257,915 bytes, Dec 5, 2019) |
New NMRPipe Site: | www.ibbr.umd.edu/nmrpipe/install.html |
cd $NMRBASE /bin/rm -f plugin.smile.tZ wget https://spin.niddk.nih.gov/bax/software/SMILE/plugin.smile.tZ tar zxvf plugin.smile.tZ
cd $NMRBASE /bin/rm -f plugin.smile.tZ curl -O https://spin.niddk.nih.gov/bax/software/SMILE/plugin.smile.tZ cat plugin.smile.tZ | zcat | tar xvf -
setenv KMP_AFFINITY "verbose,granularity=fine,compact,0,0" or explicitly: setenv KMP_AFFINITY "verbose,granularity=fine,proclist=[0-63],explicit"in a csh shell, or
export KMP_AFFINITY="verbose,granularity=fine,compact,0,0" or explicitly: export KMP_AFFINITY="verbose,granularity=fine,proclist=[0-63],explicit"in a bash shell.
setenv KMP_AFFINITY "verbose,granularity=fine,compact,1,0" or explicitly: setenv KMP_AFFINITY "verbose,granularity=fine,proclist=[0-63:2],explicit"in a csh shell, or
export KMP_AFFINITY="verbose,granularity=fine,compact,1,0" or explicitly: export KMP_AFFINITY="verbose,granularity=fine,proclist=[0-63:2],explicit"in a bash shell.