Closed carande closed 10 years ago
Hi, Sorry for the late reply on this - I was observing at LCO and have been in transit since then.
I'm glad to hear you were able to fix it yourself. I will put in an architecture check for gfortran and get it to use g77 instead if it's available.
Thanks for your help, and sorry I wasn't able to help out with this at the time!
No worries! I figured the problem I was having was probably machine-specific, and it was. Thanks for the great installer; this kind of stuff saves lots of (grad) students lots of time!
Now we'll see if I can actually figure out how to use moog to derive some abundances for these stars.
cheers, -Bryce
On Mon, Jul 29, 2013 at 10:17 PM, Andy Casey notifications@github.comwrote:
Hi, Sorry for the late reply on this - I was observing at LCO and have been in transit since then.
I'm glad to hear you were able to fix it yourself. I will put in an architecture check for gfortran and get it to use g77 instead if it's available.
Thanks for your help, and sorry I wasn't able to help out with this at the time!
— Reply to this email directly or view it on GitHubhttps://github.com/andycasey/moog/issues/2#issuecomment-21770181 .
Hi Andy,
It seems I've run into another moog problem... Although it seemed to compile properly and does run, my moog seems to hang while reading in the line list (the abundance output contains only 1.5 lines from my line list). No graphics are produced using abfind or any other drivers. Just wanted to write to ask if you'd ever encountered a similar problem. Any info would be great! Thanks, -Bryce
On Tue, Jul 30, 2013 at 9:11 AM, Bryce Carande bcarande@asu.edu wrote:
No worries! I figured the problem I was having was probably machine-specific, and it was. Thanks for the great installer; this kind of stuff saves lots of (grad) students lots of time!
Now we'll see if I can actually figure out how to use moog to derive some abundances for these stars.
cheers, -Bryce
On Mon, Jul 29, 2013 at 10:17 PM, Andy Casey notifications@github.comwrote:
Hi, Sorry for the late reply on this - I was observing at LCO and have been in transit since then.
I'm glad to hear you were able to fix it yourself. I will put in an architecture check for gfortran and get it to use g77 instead if it's available.
Thanks for your help, and sorry I wasn't able to help out with this at the time!
— Reply to this email directly or view it on GitHubhttps://github.com/andycasey/moog/issues/2#issuecomment-21770181 .
sorry to bug you about this, I did figure out the line list problem.
Out of curiosity, what terminal do you set (for the graphics output) in the parameter file?
On Wed, Aug 14, 2013 at 10:11 AM, Bryce Carande bcarande@asu.edu wrote:
Hi Andy,
It seems I've run into another moog problem... Although it seemed to compile properly and does run, my moog seems to hang while reading in the line list (the abundance output contains only 1.5 lines from my line list). No graphics are produced using abfind or any other drivers. Just wanted to write to ask if you'd ever encountered a similar problem. Any info would be great! Thanks, -Bryce
On Tue, Jul 30, 2013 at 9:11 AM, Bryce Carande bcarande@asu.edu wrote:
No worries! I figured the problem I was having was probably machine-specific, and it was. Thanks for the great installer; this kind of stuff saves lots of (grad) students lots of time!
Now we'll see if I can actually figure out how to use moog to derive some abundances for these stars.
cheers, -Bryce
On Mon, Jul 29, 2013 at 10:17 PM, Andy Casey notifications@github.comwrote:
Hi, Sorry for the late reply on this - I was observing at LCO and have been in transit since then.
I'm glad to hear you were able to fix it yourself. I will put in an architecture check for gfortran and get it to use g77 instead if it's available.
Thanks for your help, and sorry I wasn't able to help out with this at the time!
— Reply to this email directly or view it on GitHubhttps://github.com/andycasey/moog/issues/2#issuecomment-21770181 .
Whooops, this one slipped by me... Probably of no use to you now @carande, but I set x11
. Sorry!
Hi, I've been trying to use your installers to set up moog - thanks a lot for making them! I am attempting the build on an intel macbook pro, OSX 10.6.8. I've tried using both the included python script (setup.py) as well as pip, and both attempts fail with similar errors: ... ld: symbol(s) not found for architecture x86_64 ... make: *\ [MOOG] Error 1 ... error: file '/private/tmp/pip-build-root/moog/moog/MOOG' does not exist
EDIT:: Apparently the problem had to do with my gfortran compiler being in 64bit mode. I got g77 and it compiled correctly. Problem solved!