-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal instruction #72
Comments
This looks like a problem at my end, but I have failed to reproduce the
problem at Harvard.
I assume you have recompiled -- try again with all optimzing flags turned
off.
Two other things to try
1) numoutliter: 0
[I most always run this way]
2) run with valgrind
Nick
…On Mon, Oct 18, 2021 at 12:34 PM xsupernaturalx ***@***.***> wrote:
Hello, I have been trying to run smartpca and I keep getting this error:
/home/bamorim/EIG/bin/smartpca -p smartpca.params.txt
THE INPUT PARAMETERS
##PARAMETER NAME: VALUE
genotypename: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.ped
snpname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.map
indivname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.ped
evecoutname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.pca.evec.txt
evaloutname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.pca.eval.txt
lsqproject: YES
smartpca version: 18140
norm used
lsqproject used
genetic distance set from physical distance
genotype file processed
snps deleted (nodata): 0. deletesnpoutname: for detailsnumber of samples
used: 85 number of snps used: 478950
number of pops for axes: 1
Using 23 threads, and partial sum lookup algorithm.
snp AX-50064432 ignored . allelecnt: 0 missing: 1
snp AX-50069775 ignored . allelecnt: 0 missing: 0
snp AX-50070472 ignored . allelecnt: 0 missing: 0
snp AX-50071782 ignored . allelecnt: 0 missing: 0
snp AX-50074365 ignored . allelecnt: 0 missing: 0
snp AX-50075476 ignored . allelecnt: 0 missing: 4
snp AX-50120905 ignored . allelecnt: 0 missing: 0
snp AX-50142355 ignored . allelecnt: 0 missing: 0
snp AX-50149625 ignored . allelecnt: 0 missing: 0
snp AX-50201779 ignored . allelecnt: 0 missing: 0
total number of snps killed in pass: 3942 used: 475008
Illegal instruction
I have tried running this analysis with both .ped/.map and eigenstrat that
I converted using convertf and I keep getting the same illegal instruction
error. I also get this error if I use all my dataset (853 individuals) and
when I specify poplistname. Do you know what I could be doing wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#72>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77BZXK3EY3W53V4FZMN3UHREARANCNFSM5GHCQJ6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi nick, thanks for answering! Sorry for the question but how do I do this?
|
It looks as if the default is no optimize
I assume you compiled the code locally. Do NOT use a released binary
If you compile (make smartpca) and see "O2" in the logfile then you should
edit the Makefile
Nick
…On Mon, Oct 18, 2021 at 3:49 PM Beatriz Amorim ***@***.***> wrote:
Hi nick, thanks for answering! Sorry for the question but how do I
recompile with the optimizing flags turned off?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77B5P4MWXZEE4YR4YPBTUHR225ANCNFSM5GHCQJ6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
So I decided to try to install on my mac to use valgrind (i was on a remote server and I do not have sudo permissions) and I keep getting this error: (base) beatrizamorim@Beatrizs-MacBook-Pro-2021 src % make |
Hello, I have been trying to run smartpca and I keep getting this error:
THE INPUT PARAMETERS
##PARAMETER NAME: VALUE
genotypename: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.ped
snpname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.map
indivname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.ped
evecoutname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.pca.evec.txt
evaloutname: /home/bamorim/DEMI/PCA/DEMI_HumanOrigins.Khwe.pca.eval.txt
lsqproject: YES
smartpca version: 18140
norm used
lsqproject used
genetic distance set from physical distance
genotype file processed
snps deleted (nodata): 0. deletesnpoutname: for detailsnumber of samples used: 85 number of snps used: 478950
number of pops for axes: 1
Using 23 threads, and partial sum lookup algorithm.
snp AX-50064432 ignored . allelecnt: 0 missing: 1
snp AX-50069775 ignored . allelecnt: 0 missing: 0
snp AX-50070472 ignored . allelecnt: 0 missing: 0
snp AX-50071782 ignored . allelecnt: 0 missing: 0
snp AX-50074365 ignored . allelecnt: 0 missing: 0
snp AX-50075476 ignored . allelecnt: 0 missing: 4
snp AX-50120905 ignored . allelecnt: 0 missing: 0
snp AX-50142355 ignored . allelecnt: 0 missing: 0
snp AX-50149625 ignored . allelecnt: 0 missing: 0
snp AX-50201779 ignored . allelecnt: 0 missing: 0
total number of snps killed in pass: 3942 used: 475008
Illegal instruction
I have tried running this analysis with both .ped/.map and eigenstrat that I converted using convertf and I keep getting the same illegal instruction error. I also get this error if I use all my dataset (853 individuals) and when I specify poplistname. Do you know what I could be doing wrong?
The text was updated successfully, but these errors were encountered: