Feng Liu
Member
Hello WRF community and users,
I downloaded the latest version of WRF 4.3.3 system and try to run WRFDA/4DVAR. So I need to compile WRFPLUS first. However, I failed to compile WRFPLUS successfully due to the following error:
PGF90-F-0000-Internal compiler error. gen_llvm_expr(): unknown opcode 411 (module_cu_gf_deep.f90: 3367)
PGF90/x86-64 Linux 19.3-0: compilation aborted
rm -f module_cu_ksas.G module_cu_ksas.bb
0.91user 0.06system 0:00.97elapsed 99%CPU (0avgtext+0avgdata 25416maxresident)k
0inputs+18768outputs (0major+22853minor)pagefaults 0swaps
make[3]: [module_cu_gf_deep.o] Error 2 (ignored)
I could not get any clue when looked at line 3367 in module_cu_gf_deep.f90
...
3367 do k=kts,ktf
3368 do i=its,itf
3369 pw(i,k)=0.
3370 pwh(i,k)=0.
3371 qc(i,k)=0.
3372 if(ierr(i).eq.0)qc(i,k)=qe_cup(i,k)
3373 if(ierr(i).eq.0)qch(i,k)=qe_cup(i,k)
3374 clw_all(i,k)=0.
3375 clw_allh(i,k)=0.
3376 qrc(i,k)=0.
3377 qrcb(i,k)=0.
3378 enddo
3379 enddo
....
I actually had the same issue with previous WRF 4.3. I tried multiple options to compile WRFPLUS but in vain. I am looking forward to your help and any ideas to fix the problem.
Thanks.
I downloaded the latest version of WRF 4.3.3 system and try to run WRFDA/4DVAR. So I need to compile WRFPLUS first. However, I failed to compile WRFPLUS successfully due to the following error:
PGF90-F-0000-Internal compiler error. gen_llvm_expr(): unknown opcode 411 (module_cu_gf_deep.f90: 3367)
PGF90/x86-64 Linux 19.3-0: compilation aborted
rm -f module_cu_ksas.G module_cu_ksas.bb
0.91user 0.06system 0:00.97elapsed 99%CPU (0avgtext+0avgdata 25416maxresident)k
0inputs+18768outputs (0major+22853minor)pagefaults 0swaps
make[3]: [module_cu_gf_deep.o] Error 2 (ignored)
I could not get any clue when looked at line 3367 in module_cu_gf_deep.f90
...
3367 do k=kts,ktf
3368 do i=its,itf
3369 pw(i,k)=0.
3370 pwh(i,k)=0.
3371 qc(i,k)=0.
3372 if(ierr(i).eq.0)qc(i,k)=qe_cup(i,k)
3373 if(ierr(i).eq.0)qch(i,k)=qe_cup(i,k)
3374 clw_all(i,k)=0.
3375 clw_allh(i,k)=0.
3376 qrc(i,k)=0.
3377 qrcb(i,k)=0.
3378 enddo
3379 enddo
....
I actually had the same issue with previous WRF 4.3. I tried multiple options to compile WRFPLUS but in vain. I am looking forward to your help and any ideas to fix the problem.
Thanks.