Jim Edwards
Jim Edwards
``` AC_DEFUN([UD_CHECK_PGCC],[ AC_CACHE_CHECK([if C compiler is pgcc], [ac_cv_cc_compiler_pgcc], [ac_cv_cc_compiler_pgcc=no _CC_VER=`$MPICC -V -c 2> /dev/null` _CC_VENDOR=`echo $_PGCC_VER | cut -d' ' -f1` if test "x${_CC_VENDOR}" = xpgcc ; then ac_cv_cc_compiler_pgcc=yes fi...
Yes, changing _PGCC_VER to _CC_VER above solves the problem. checking if C compiler is pgcc... yes
I posted the original before - here is the corrected code: ``` AC_DEFUN([UD_CHECK_PGCC],[ AC_CACHE_CHECK([if C compiler is pgcc], [ac_cv_cc_compiler_pgcc], [ac_cv_cc_compiler_pgcc=no _CC_VER=`$MPICC -V -c 2> /dev/null` _CC_VENDOR=`echo $_CC_VER | cut -d'...
yes that works, thanks On Mon, Nov 12, 2018 at 8:24 PM Wei-keng Liao wrote: > I just pushed a new commit to acinclude.m4 to the master branch that >...
@billsacks Gust is down and should return to service next week. But I have not yet made any code changes to try to work around this compiler issue.
Well I would like to try using the cce compiler on gust again with a lnd_comp_nuopc.F90 in which all use statements have only clauses. What isn't clear?
@billsacks I have this done and will submit a PR.
@wwieder I will look into this and either provide a new cdeps with a fix or recommend an older one that will work.
I would like to propose something like this as a solution: https://github.com/ESCOMP/CDEPS/pull/191 If ESMF returns a calendar error when date is 0229, then just shift the date to 0301 and...
The error was introduced in cdeps v0.12.42.