[ncl-install] ncl-install Digest, Vol 113, Issue 11

Mary Haley haley at ucar.edu
Fri Mar 17 12:20:10 MDT 2017


Dear Mohamad,

If you are talking about NCL, then probably the easiest way to download it
is via conda:

http://www.ncl.ucar.edu/Download/conda.shtml

If you don't want to use conda for some reason, then you can download a
precompiled NCL binary using the instructions here:

http://www.ncl.ucar.edu/Download/

Good luck,

--Mary


On Fri, Mar 17, 2017 at 10:20 AM, mohamad al-Sheikh <moh.judy7 at gmail.com>
wrote:

> Hello
> Is it possible to provide me how to download the program is it available?
>
>
>
> 2017-03-17 1:22 GMT+03:00 <ncl-install-request at ucar.edu>:
>
>> Send ncl-install mailing list submissions to
>>         ncl-install at ucar.edu
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://mailman.ucar.edu/mailman/listinfo/ncl-install
>> or, via email, send a message with subject or body 'help' to
>>         ncl-install-request at ucar.edu
>>
>> You can reach the person managing the list at
>>         ncl-install-owner at ucar.edu
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of ncl-install digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: Trouble with NCL 6.4.0 (symbol not found _ZdaPvm) (Mary Haley)
>>    2. Re: Trouble with NCL 6.4.0 (symbol not found _ZdaPvm) (Will Hobbs)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 16 Mar 2017 13:36:15 -0600
>> From: Mary Haley <haley at ucar.edu>
>> Subject: Re: [ncl-install] Trouble with NCL 6.4.0 (symbol not found
>>         _ZdaPvm)
>> To: Andrea Jenney <andrea at atmos.colostate.edu>
>> Cc: "ncl-install at ucar.edu" <ncl-install at ucar.edu>
>> Message-ID:
>>         <CACNN_CKoyoOMHDuqD-JMCcgC+jgybFD2rfWVoO6Ve9k3EpaeFQ at mail.
>> gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Andrea,
>>
>> You are the third person to report this problem.  The first person said
>> that what worked for him was to upgrade his MacPort installation.  I'm
>> waiting to hear back from the second person as to whether this solution
>> works for him as well.
>>
>> I think the issue is that we used the HPC GNU compilers to build NCL, and
>> if you have the MacPort version of the compilers, then this missing symbol
>> shows up if your MacPorts is old.
>>
>> Have you updated MacPorts since upgrading to Sierra?
>>
>> The other possible solution is to download the HPC version of the GNU
>> compilers, which will get installed to /usr/local and hence won't
>> overwrite
>> your MacPorts version that's in /opt/local. Follow this link for more
>> details:
>>
>> http://www.ncl.ucar.edu/Download/macosx.shtml#InstallCompilers
>>
>> If you find the solution, can you let me know so I can make sure other
>> users are aware of it?
>>
>> Thanks,
>>
>> --Mary
>>
>>
>> On Thu, Mar 16, 2017 at 11:03 AM, Andrea Jenney <
>> andrea at atmos.colostate.edu>
>> wrote:
>>
>> > Hi ncl-install,
>> >
>> > I have been trying to update to the latest release of NCL (6.4.0) and I
>> > have been encountering this error message when I try to run it:
>> >
>> > dyld: Symbol not found: __ZdaPvm
>> >   Referenced from: /usr/local/bin/ncl
>> >   Expected in: /usr/lib/libstdc++.6.dylib
>> >  in /usr/local/bin/ncl
>> > Abort
>> >
>> > I have tried updating to the newest operating system (Mac OS
>> > 10.12.3-Sierra), updating gfortran, and reinstalling the X11 libraries
>> as
>> > well as updating to the newest Xquartz. What seems to be the problem?
>> >
>> > Thank you!
>> >
>> > Andrea
>> > ---
>> > Andrea Jenney
>> > Graduate Research Assistant | Randall Group
>> > Colorado State University | Department of Atmospheric Science
>> >
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > ncl-install mailing list
>> > List instructions, subscriber options, unsubscribe:
>> > http://mailman.ucar.edu/mailman/listinfo/ncl-install
>> >
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/
>> 20170316/52cd2353/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Thu, 16 Mar 2017 22:22:41 +0000
>> From: Will Hobbs <will.hobbs at utas.edu.au>
>> Subject: Re: [ncl-install] Trouble with NCL 6.4.0 (symbol not found
>>         _ZdaPvm)
>> To: Mary Haley <haley at ucar.edu>, Andrea Jenney
>>         <andrea at atmos.colostate.edu>
>> Cc: "ncl-install at ucar.edu" <ncl-install at ucar.edu>
>> Message-ID: <D4093A2E-409E-4A49-BB84-3BB37A5D7AEE at utas.edu.au>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Andrea
>>
>> I already responded to Mary; I updated al my Macports stuff but it hasn?t
>> helped.
>>
>> Will
>>
>> From: <ncl-install-bounces at ucar.edu> on behalf of Mary Haley <
>> haley at ucar.edu>
>> Date: Friday, 17 March 2017 at 6:36 AM
>> To: Andrea Jenney <andrea at atmos.colostate.edu>
>> Cc: "ncl-install at ucar.edu" <ncl-install at ucar.edu>
>> Subject: Re: [ncl-install] Trouble with NCL 6.4.0 (symbol not found
>> _ZdaPvm)
>>
>> Andrea,
>>
>> You are the third person to report this problem.  The first person said
>> that what worked for him was to upgrade his MacPort installation.  I'm
>> waiting to hear back from the second person as to whether this solution
>> works for him as well.
>>
>> I think the issue is that we used the HPC GNU compilers to build NCL, and
>> if you have the MacPort version of the compilers, then this missing symbol
>> shows up if your MacPorts is old.
>>
>> Have you updated MacPorts since upgrading to Sierra?
>>
>> The other possible solution is to download the HPC version of the GNU
>> compilers, which will get installed to /usr/local and hence won't overwrite
>> your MacPorts version that's in /opt/local. Follow this link for more
>> details:
>>
>> http://www.ncl.ucar.edu/Download/macosx.shtml#InstallCompilers
>>
>> If you find the solution, can you let me know so I can make sure other
>> users are aware of it?
>>
>> Thanks,
>>
>> --Mary
>>
>>
>> On Thu, Mar 16, 2017 at 11:03 AM, Andrea Jenney <
>> andrea at atmos.colostate.edu<mailto:andrea at atmos.colostate.edu>> wrote:
>> Hi ncl-install,
>>
>> I have been trying to update to the latest release of NCL (6.4.0) and I
>> have been encountering this error message when I try to run it:
>>
>> dyld: Symbol not found: __ZdaPvm
>>   Referenced from: /usr/local/bin/ncl
>>   Expected in: /usr/lib/libstdc++.6.dylib
>>  in /usr/local/bin/ncl
>> Abort
>>
>> I have tried updating to the newest operating system (Mac OS
>> 10.12.3-Sierra), updating gfortran, and reinstalling the X11 libraries as
>> well as updating to the newest Xquartz. What seems to be the problem?
>>
>> Thank you!
>>
>> Andrea
>> ---
>> Andrea Jenney
>> Graduate Research Assistant | Randall Group
>> Colorado State University | Department of Atmospheric Science
>>
>>
>>
>>
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>
>>
>>
>> University of Tasmania Electronic Communications Policy (December, 2014).
>> This email is confidential, and is for the intended recipient only.
>> Access, disclosure, copying, distribution, or reliance on any of it by
>> anyone outside the intended recipient organisation is prohibited and may be
>> a criminal offence. Please delete if obtained in error and email
>> confirmation to the sender. The views expressed in this email are not
>> necessarily the views of the University of Tasmania, unless clearly
>> intended otherwise.
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/
>> 20170316/bde7a5bd/attachment.html
>>
>> ------------------------------
>>
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>
>>
>> End of ncl-install Digest, Vol 113, Issue 11
>> ********************************************
>>
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20170317/d6443f13/attachment.html 


More information about the ncl-install mailing list