Skip to content
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

Compile Issue: suffix or operator invalid for "movq" #4

Closed
bhorowitz opened this issue Apr 15, 2016 · 2 comments
Closed

Compile Issue: suffix or operator invalid for "movq" #4

bhorowitz opened this issue Apr 15, 2016 · 2 comments

Comments

@bhorowitz
Copy link

bhorowitz commented Apr 15, 2016

Uncertain if this is an issue with the code or with my system, but I'm trying to compile the code with gfortran 6.0.0 (20151213) on my Mac (10.9.4) and am getting the following compilation error:

gfortran -cpp -O3 -ffast-math -ffree-line-length-none -fopenmp -fmax-errors=4 -JRelease -IRelease/ -c utils.F90 -o Release/utils.o
/var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:11890:suffix or operands invalid for movq' /var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:11900:suffix or operands invalid formovq'
/var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:11905:suffix or operands invalid for movq' /var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12032:suffix or operands invalid formovq'
/var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12294:suffix or operands invalid for movq' /var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12590:suffix or operands invalid formovq'
/var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12606:suffix or operands invalid for movq' /var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12613:suffix or operands invalid formovq'
/var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:12748:suffix or operands invalid for movq' /var/folders/x9/0wlz8wlx0fs3s2xh1lbt9z4r0000gn/T//cczbEKUL.s:13083:suffix or operands invalid formovq'
make[2]: *** [Release/utils.o] Error 1
make[1]: *** [camb] Error 2
make: *** [cosmomc] Error 2'

@cmbant
Copy link
Owner

cmbant commented Apr 15, 2016

Maybe same issue as here:
http://cosmocoffee.info/viewtopic.php?t=2653

You also need a version of gfortan after 22nd Feb 2016 (or use CosmoBox), see
http://cosmocoffee.info/viewtopic.php?t=2613

@cmbant
Copy link
Owner

cmbant commented Jun 2, 2016

Absent any followup, now closing.

@cmbant cmbant closed this as completed Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants