<div dir="ltr"><div class="gmail_default" style="font-size:small">Thanks David. It made the difference!<br><br></div><div class="gmail_default" style="font-size:small">Wei<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 9, 2017 at 11:18 AM, David Brown <span dir="ltr"><<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Try:<br>
module swap intel gnu/4.7.2<br>
<br>
On Mon, Jan 9, 2017 at 11:21 AM, Wei Cheng - NOAA Affiliate<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:wei.cheng@noaa.gov">wei.cheng@noaa.gov</a>> wrote:<br>
> Hi Dennis,<br>
><br>
> I tried the way Mary Haley recommeded, and I got the following:<br>
><br>
> [wcheng@geyser03 ~]$ which ncl<br>
> /glade/u/apps/contrib/ncl-<wbr>nightly/gnu/4.7.2/bin/ncl<br>
> [wcheng@geyser03 ~]$ env | grep NCARG_ROOT<br>
> NCARG_ROOT=/glade/u/apps/<wbr>contrib/ncl-nightly/gnu/4.7.2<br>
> [wcheng@geyser03 ~]$ ncl -V<br>
> ncl: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required<br>
> by ncl)<br>
><br>
> Looks like I miss GLIBCXX_3.4.15? How do I install it?<br>
><br>
> thanks,<br>
> Wei<br>
><br>
><br>
> On Fri, Jan 6, 2017 at 7:49 PM, Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a>> wrote:<br>
>><br>
>> You do not need to use conda for yellowstone. Mary Haley sent the<br>
>> following in April 2016.<br>
>><br>
>> ===<br>
>> Hi all,<br>
>><br>
>> I created a module for the development version of NCL that is built<br>
>> nightly.<br>
>><br>
>> Please use the module command instead of the previous instructions I sent.<br>
>> The old directory:<br>
>><br>
>> /glade/p/work/haley/dev/ncl-<wbr>trunk-gnu472-opt<br>
>><br>
>> is no longer going to get updated nightly.<br>
>><br>
>> To use the new module, first type:<br>
>><br>
>> module use /glade/apps/contrib/ncl-<wbr>nightly/modules<br>
>><br>
>> You will have to do this every time you login, or you can add this path to<br>
>> your MODULEPATH in your .tcshrc/.bashrc/ file:<br>
>><br>
>> setenv MODULEPATH /glade/apps/contrib/ncl-<wbr>nightly/modules:${MODULEPATH}<br>
>><br>
>> or<br>
>><br>
>> export MODULEPATH=/glade/apps/<wbr>contrib/ncl-nightly/modules:${<wbr>MODULEPATH}<br>
>><br>
>> Then you can type:<br>
>><br>
>> module load ncltest<br>
>><br>
>> This is a *development* version of NCL. Please do not use in a production<br>
>> environment.<br>
>><br>
>> You can quickly test with:<br>
>><br>
>> module load ncltest<br>
>> which ncl<br>
>> env | grep NCARG_ROOT<br>
>> ncl -V<br>
>> ng4ex xy01n -W png -clean<br>
>><br>
>> The "which" and "env" commands should report:<br>
>><br>
>> NCARG_ROOT=/glade/u/apps/<wbr>contrib/ncl-nightly/gnu/4.7.2<br>
>> /glade/u/apps/contrib/ncl-<wbr>nightly/gnu/4.7.2/bin/ncl<br>
>><br>
>> The "ncl -V" command should report something like:<br>
>><br>
>> 6.4.0-16Apr2016_0929<br>
>><br>
>><br>
>><br>
>> On Fri, Jan 6, 2017 at 6:18 PM, Wei Cheng - NOAA Affiliate<br>
>> <<a href="mailto:wei.cheng@noaa.gov">wei.cheng@noaa.gov</a>> wrote:<br>
>>><br>
>>> Hello--,<br>
>>><br>
>>> I would like to use some new features of ncl 6.4.0 so I tried to install<br>
>>> it. Following instructions, I first installed conda, which finished without<br>
>>> error message. Then I did<br>
>>><br>
>>> conda create -n ncl_test -c dbrown -c khallock ncl<br>
>>><br>
>>> which also finished without error message.<br>
>>><br>
>>> The final step is to do "source activate ncl_test", this is where I get<br>
>>> an error:<br>
>>><br>
>>><br>
>>> @geyser16 ~]$ source activate ncl_test<br>
>>><br>
>>> activate: No such file or directory.<br>
>>><br>
>>> Did I miss a step somewhere? Thanks for any input!<br>
>>><br>
>>> Wei<br>
>>><br>
>>><br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> ncl-install mailing list<br>
>>> List instructions, subscriber options, unsubscribe:<br>
>>> <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-install</a><br>
>>><br>
>><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> ncl-install mailing list<br>
> List instructions, subscriber options, unsubscribe:<br>
> <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-install</a><br>
><br>
</div></div></blockquote></div><br></div>