<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p><br>
</p>
<p>Dear Ju,</p>
<p><br>
</p>
<p>It looks like the code compiled ok.</p>
<p><br>
</p>
<p>Next step would be to run your case, e.g.,</p>
<p><br>
</p>
<p>~/Nek5000/bin/nek blah</p>
<p><br>
</p>
<p>(if your .rea file were named "blah.rea" say...)</p>
<p><br>
</p>
<p>Best,</p>
<p><br>
</p>
<p>Paul</p>
<p><br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Nek5000-users <nek5000-users-bounces@lists.mcs.anl.gov> on behalf of nek5000-users@lists.mcs.anl.gov <nek5000-users@lists.mcs.anl.gov><br>
<b>Sent:</b> Tuesday, September 26, 2017 10:03:26 AM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> [Nek5000-users] Compiling Problems in "Running your very first simulation"</font>
<div> </div>
</div>
<div>
<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<p>Hi! Dear friends,</p>
<p>I am new in Nek5000 software and there is a big problem troubling me a lot. It is the first time for me to run Nek5000 with the code downloaded on
<font color="#3366ff"><u><font color="#3333ff">https://nek5000.mcs.anl.gov/getstarted/</font></u>
</font>in the version v17.0.0-beta2. And during the "Running your very first simulation" process given on the website , I have met a lot of warnings" as shown below :
<br>
</p>
<p><font size="+1"><code>after executing command : <u>cd ~/Nek5000/tools; ./maketools genmap</u> , there goes:</code></font></p>
<p><font size="+1"><code><br>
</code></font></p>
<pre><font size="+1"><code>xthomas@xthomas-VirtualBox:~$ cd ~/Nek5000/tools; ./maketools genmap<br>----------------------<br>Make genmap...<br>----------------------<br>make[1]: Entering directory '/home/xthomas/Nek5000/tools/genmap'<br>gfortran -mcmodel=medium -c -fdefault-real-8 genmap.f<br>genmap.f:906:18:<br><br> len = indx1(prompt,'$',1) - 1<br> 1<br>Warning: Rank mismatch in argument ‘s1’ at (1) (scalar and rank-1)<br>genmap.f:241:24:<br><br> call linearmsh(cell,nelv,nelt,ndim)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘cell’ (1/2) at (1)<br>genmap.f:396:27:<br><br> call cscan(string,'MESH DATA',9)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘key’ (9/80) at (1)<br>genmap.f:3415:9:<br><br> $ ('Error opening file in open_bin_file ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (36/40) at (1)<br>genmap.f:3418:9:<br><br> $ ('Error reading header in open_bin_file ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (38/40) at (1)<br>genmap.f:3334:10:<br><br> $ ('Error byte_reverse in buf_to_xy ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (32/40) at (1)<br>genmap.f:3337:21:<br><br> call copyi4(igroup,buf(0),1) !0-1<br> 1<br>Warning: Rank mismatch in argument ‘a’ at (1) (rank-1 and scalar)<br>genmap.f:3339:27:<br><br> call copy (xc,buf( 2),8) !2 --17<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3340:27:<br><br> call copy (yc,buf(18),8) !18--33<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3341:27:<br><br> call copy (zc,buf(34),8) !34--49<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3343:27:<br><br> call copy (xc,buf( 2),4) !2 --9<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3344:27:<br><br> call copy (yc,buf(10),4) !10--17<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3349:27:<br><br> call copy4r(xc,buf( 1),8)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:3350:27:<br><br> call copy4r(yc,buf( 9),8)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:3351:27:<br><br> call copy4r(zc,buf(17),8)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:3353:27:<br><br> call copy4r(xc,buf( 1),4)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:3354:27:<br><br> call copy4r(yc,buf( 5),4)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:268:16:<br><br> $ ('Error reading ncurve in makemesh ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (33/40) at (1)<br>genmap.f:272:16:<br><br> $ ('Error reading curve data in makemesh ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (37/40) at (1)<br>genmap.f:278:16:<br><br> $ ('Error reading ncurve in makemesh ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (33/40) at (1)<br>genmap.f:282:16:<br><br> $ ('Error reading curve data in makemesh ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (37/40) at (1)<br>genmap.f:3256:21:<br><br> & ('Error reading byte bcs ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (23/40) at (1)<br>genmap.f:3290:21:<br><br> call copyi4(e,buf(1),1) !1-2<br> 1<br>Warning: Rank mismatch in argument ‘a’ at (1) (rank-1 and scalar)<br>genmap.f:3291:21:<br><br> call copyi4(f,buf(3),1) !3-4<br> 1<br>Warning: Rank mismatch in argument ‘a’ at (1) (rank-1 and scalar)<br>genmap.f:3292:31:<br><br> call copy (bl(1,f,e),buf(5),5) !5--14<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:3293:31:<br><br> call chcopy(cbl( f,e),buf(15),3)!15-16<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to CHARACTER(1)<br>genmap.f:3300:34:<br><br> call copy48r ( bl(1,f,e),buf(3),5)<br> 1<br>Warning: Type mismatch in argument ‘b’ at (1); passed INTEGER(4) to REAL(4)<br>genmap.f:3301:34:<br><br> call chcopy (cbl( f,e),buf(8),3)<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed INTEGER(4) to CHARACTER(1)<br>genmap.f:3267:21:<br><br> & ('Error reading byte bcs ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (23/40) at (1)<br>genmap.f:299:24:<br><br> call rd_bc_bin(cbc,bc,nelv,nelt,ifbswap)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘cbc’ (18/9000000) at (1)<br>genmap.f:303:14:<br><br> $ ('Error closing file in makemesh ',ierr)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘name’ (31/40) at (1)<br>genmap.f:529:24:<br><br> call cscan(string,'BOUNDARY',8) ! for now, fluid only<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘key’ (8/80) at (1)<br>genmap.f:540:26:<br><br> if (indx1(string,'NO ',3).ne.0) then<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (3/80) at (1)<br>genmap.f:542:30:<br><br> call cscan(string,'BOUNDARY',8) ! then, temp only<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘key’ (8/80) at (1)<br>genmap.f:2953:53:<br><br> call tuple_sort(dx(0,i),lda,ninseg(iseg),j1,1,ind,dxt) !key=j1<br> 1<br>Warning: Rank mismatch in argument ‘key’ at (1) (rank-1 and scalar)<br>genmap.f:323:54:<br><br> call unique_vertex2(cell,dx,ndim,nelt,q,i_n,j_n,j_o,wk)<br> 1<br>Warning: Type mismatch in argument ‘ifseg’ at (1); passed INTEGER(4) to LOGICAL(4)<br>genmap.f:141:59:<br><br> $ (cell,nv,nelt,irnk,dx,ndim,cbc,bc,nfc,w14,w5)<br> 1<br>Warning: Type mismatch in argument ‘iper’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:2552:30:<br><br> call sbisect (pmap,f,p2,w,n)<br> 1<br>Warning: Type mismatch in argument ‘p’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:2646:21:<br><br> call ax(w,p,ia,ja,va,n)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘ia’ (1/2) at (1)<br>genmap.f:2571:30:<br><br> call lanczos2(f,rr,n,ev,d,u,niter)<br> 1<br>Warning: Rank mismatch in argument ‘ev’ at (1) (rank-2 and scalar)<br>genmap.f:2576:27:<br><br> call sbisect (pmap,f,p2,w,n)<br> 1<br>Warning: Type mismatch in argument ‘p’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:4079:46:<br><br> $ ,nel,d,u,r,p2,w,rr,ev,m,ndim)<br> 1<br>Warning: Rank mismatch in argument ‘ev’ at (1) (scalar and rank-1)<br>genmap.f:1438:22:<br><br> call icadd(pmap,p,nel)<br> 1<br>Warning: Type mismatch in argument ‘c’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:1222:59:<br><br> $ (n1,n2,pmap(j0),order,mo,elist(j0),n,cell,nv,p,w1,w2,w3)<br> 1<br>Warning: Type mismatch in argument ‘p’ at (1); passed INTEGER(4) to REAL(8)<br>genmap.f:146:62:<br><br> $ ,w1,w2,w3,w4,w5)<br> 1<br>Warning: Type mismatch in argument ‘w3’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:167:62:<br><br> $ ,w1,w2,w3,w4,w5)<br> 1<br>Warning: Type mismatch in argument ‘w3’ at (1); passed REAL(8) to INTEGER(4)<br>genmap.f:1122:27:<br><br> call isort(ja(j0),ind,nj)<br> 1<br>Warning: Rank mismatch in argument ‘ind’ at (1) (rank-1 and scalar)<br>genmap.f:3659:30:<br><br> call breadth_first_fill(pb,pmax)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘p’ (1/2) at (1)<br>genmap.f:4053:22:<br><br> common /arrayi2/ jdual(32*lelm) , vdual(32*lelm)<br> 1<br>Warning: Named COMMON block ‘arrayi2’ at (1) shall be of the same size as elsewhere (130000000 vs 18000000 bytes)<br>genmap.f:225:21:<br><br> common /arrayi/ i_n(lpts) , j_n(4*lpts)<br> 1<br>Warning: Named COMMON block ‘arrayi’ at (1) shall be of the same size as elsewhere (144000000 vs 48000000 bytes)<br>genmap.f:81:22:<br><br> common /carrayw/ w1 (lpts) , w2 (lpts)<br> 1<br>Warning: Named COMMON block ‘carrayw’ at (1) shall be of the same size as elsewhere (128000000 vs 160000000 bytes)<br>genmap.f:1974:22:<br><br> common /arrayi2/ face (3*lpts) , elist(lelm) , ind (lpts)<br> 1<br>Warning: Named COMMON block ‘arrayi2’ at (1) shall be of the same size as elsewhere (66000000 vs 130000000 bytes)<br>gcc -mcmodel=medium -c -DUNDERSCORE ../../core/byte.c<br>gfortran -mcmodel=medium -fdefault-real-8 -o /home/xthomas/Nek5000/bin/genmap genmap.o byte.o <br>make[1]: Leaving directory '/home/xthomas/Nek5000/tools/genmap'<br><br><br>And with the command : </code><code>makenek , things get even worse :<br><br>make: Entering directory '/home/xthomas/Nek5000/3rd_party/gslib/src'<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c gs.c -o gs.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c sort.c -o sort.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c sarray_transfer.c -o sarray_transfer.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c sarray_sort.c -o sarray_sort.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c gs_local.c -o gs_local.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c fail.c -o fail.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c crystal.c -o crystal.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c comm.c -o comm.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c tensor.c -o tensor.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c sparse_cholesky.c -o sparse_cholesky.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c xxt.c -o xxt.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c amg.c -o amg.o<br>amg.c: In function ‘dopen’:<br>amg.c:767:12: warning: passing argument 1 of ‘gslibfail’ makes integer from pointer without a cast [-Wint-conversion]<br> fail("ERROR ",__FILE__,__LINE__,<br> ^<br>In file included from amg.c:8:0:<br><command-line>:0:8: note: expected ‘int’ but argument is of type ‘char *’<br>name.h:17:27: note: in definition of macro ‘TOKEN_PASTE_’<br> #define TOKEN_PASTE_(a,b) a##b<br> ^<br>name.h:21:28: note: in expansion of macro ‘TOKEN_PASTE’<br> # define PREFIXED_NAME(x) TOKEN_PASTE(PREFIX,x)<br> ^<br>name.h:21:40: note: in expansion of macro ‘PREFIX’<br> # define PREFIXED_NAME(x) TOKEN_PASTE(PREFIX,x)<br> ^<br>fail.h:12:21: note: in expansion of macro ‘PREFIXED_NAME’<br> #define fail PREFIXED_NAME( fail )<br> ^<br>fail.h:32:9: note: in expansion of macro ‘fail’<br> void fail (int status, const char *file, unsigned line, \<br> ^<br>fail.h:39:1: note: in expansion of macro ‘DEF_FUNS’<br> DEF_FUNS()<br> ^<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c fcrystal.c -o fcrystal.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c fcrs.c -o fcrs.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c findpts.c -o findpts.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c findpts_local.c -o findpts_local.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c obbox.c -o obbox.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c poly.c -o poly.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c lob_bnd.c -o lob_bnd.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c findpts_el_3.c -o findpts_el_3.o<br>mpicc -O2 -DMPI -DUNDERSCORE -DPREFIX=gslib -DGLOBAL_LONG_LONG -DAMG_BLOCK_ROWS=2400 -DNEK_EXITT -c findpts_el_2.c -o findpts_el_2.o<br>ar cr libgs.a gs.o sort.o sarray_transfer.o sarray_sort.o gs_local.o fail.o crystal.o comm.o tensor.o sparse_cholesky.o xxt.o amg.o fcrystal.o fcrs.o findpts.o findpts_local.o obbox.o poly.o lob_bnd.o findpts_el_3.o findpts_el_2.o<br>ranlib libgs.a<br>make: Leaving directory '/home/xthomas/Nek5000/3rd_party/gslib/src'<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/drive.f -o obj/drive.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/drive1.f -o obj/drive1.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/drive2.f -o obj/drive2.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/plan5.f -o obj/plan5.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/plan4.f -o obj/plan4.o<br>/home/xthomas/Nek5000/core/plan5.f:10:20:<br><br> common /scrns/ resv (lx1*ly1*lz1*lelv,3)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2370816 vs 4741632 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/bdry.f -o obj/bdry.o<br>/home/xthomas/Nek5000/core/plan4.f:46:20:<br><br> call sumab(vx_e,vx,vxlag,ntot1,ab,nab)<br> 1<br>Warning: Rank mismatch in argument ‘v’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/plan4.f:47:20:<br><br> call sumab(vy_e,vy,vylag,ntot1,ab,nab)<br> 1<br>Warning: Rank mismatch in argument ‘v’ at (1) (scalar and rank-4)<br>/home/xthomas/Nek5000/core/plan4.f:48:30:<br><br> if (if3d) call sumab(vz_e,vz,vzlag,ntot1,ab,nab)<br> 1<br>Warning: Rank mismatch in argument ‘v’ at (1) (scalar and rank-4)<br>/home/xthomas/Nek5000/core/plan4.f:161:20:<br><br> common /scruz/ sij (lx1*ly1*lz1,6,lelv)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4741632 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/plan4.f:21:20:<br><br> COMMON /SCRNS/ RES1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (5531904 vs 4741632 bytes)<br>/home/xthomas/Nek5000/core/plan4.f:536:20:<br><br> common /scrns/ w1(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/coef.f -o obj/coef.o<br>/home/xthomas/Nek5000/core/drive2.f:1949:20:<br><br> common /scrns/ resv1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3161088 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/drive2.f:1585:20:<br><br> COMMON /SCRNS/ WORK(LCTMP1)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3161088 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/drive2.f:1809:20:<br><br> COMMON /SCRNS/ RESV1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3161088 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/drive2.f:2000:20:<br><br> COMMON /SCRNS/ w(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (790272 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/drive2.f:2047:20:<br><br> COMMON /SCRUZ/ TA(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (790272 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:1386:20:<br><br> COMMON /CTMP1/ A1X(LX1),A1Y(LX1),STX(LX1),STY(LX1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (448 vs 7840 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:1453:20:<br><br> COMMON /CTMP0/ XFM1(LX1),YFM1(LX1),T1XF(LX1),T1YF(LX1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (448 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:1451:20:<br><br> COMMON /CTMP1/ A1X(LX1),A1Y(LX1),A2X(LX1),A2Y(LX1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (784 vs 7840 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1651:22:<br><br> call out_fld_el(x,e,'XQ')<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/bdry.f:1883:20:<br><br> COMMON /SCRMG/ V1(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (3161088 vs 9408 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1652:22:<br><br> call out_fld_el(y,e,'YQ')<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/coef.f:1653:22:<br><br> call out_fld_el(z,e,'ZQ')<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/coef.f:1211:20:<br><br> COMMON /CTMP0/ C (LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1580544 vs 3136 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1207:20:<br><br> COMMON /CTMP1/ ZSM1(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1081:20:<br><br> COMMON /CTMP0/ WGTR1(LX1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (225792 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1077:20:<br><br> COMMON /SCRNS/ XRM1(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3161088 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1144:20:<br><br> COMMON /SCRNS/ XRM1(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3161088 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/coef.f:604:20:<br><br> COMMON /CTMP1/ ZSM1(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (1580544 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:614:20:<br><br> COMMON /SCRMG/ TMQ1(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:611:20:<br><br> COMMON /SCRUZ/ TMP1(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 9408 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/conduct.f -o obj/conduct.o<br>/home/xthomas/Nek5000/core/coef.f:1464:20:<br><br> COMMON /CTMP0/ XA(LX1,LY3,LZ3), XB(LX1,LY1,LZ3)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (3136 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:1242:20:<br><br> COMMON /CTMP0/ STC(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1568 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:1239:20:<br><br> COMMON /SCRSF/ TRX(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘scrsf’ at (1) shall be of the same size as elsewhere (4704 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/bdry.f:2025:20:<br><br> common /scrmg/ v1(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1397:20:<br><br> COMMON /CTMP0/ XB(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1568 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1507:20:<br><br> COMMON /CTMP0/ XA(LX3,LY1,LZ1), XB(LX3,LY3,LZ1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (3136 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1582:20:<br><br> COMMON /CTMP0/ XA(LX1,LY2,LZ2), XB(LX1,LY1,LZ2)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (3136 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/coef.f:1623:20:<br><br> COMMON /CTMP0/ XA(LX1,LY2,LZ2), XB(LX1,LY1,LZ2)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (3136 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/conduct.f:601:22:<br><br> call fwght (qs,mask) ! qs is work array<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘mult’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/conduct.f:455:20:<br><br> common /scruz/ ta(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (1580544 vs 790272 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/connect1.f -o obj/connect1.o<br>/home/xthomas/Nek5000/core/connect1.f:322:20:<br><br> COMMON /CTMP0/ ITMP(3,3,3)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (108 vs 368 bytes)<br>/home/xthomas/Nek5000/core/connect1.f:1635:20:<br><br> common /scruz/ snx(lxz) , sny(lxz) , snz(lxz) , efc(lxz)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (448 vs 2370816 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/connect2.f -o obj/connect2.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/dssum.f -o obj/dssum.o<br>/home/xthomas/Nek5000/core/connect2.f:75:34:<br><br> call cscan(string,'MESH DATA',9)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘key’ (9/132) at (1)<br>/home/xthomas/Nek5000/core/connect2.f:1555:20:<br><br> common /scrns/ tc(lx1,ly1,lz1,lelt),td(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (3951360 vs 2370832 bytes)<br>/home/xthomas/Nek5000/core/connect2.f:1785:20:<br><br> COMMON /CTMP0/ VO(LELT),XYZI(3,LELT),CG(3,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (28320 vs 456 bytes)<br>/home/xthomas/Nek5000/core/connect2.f:1958:20:<br><br> COMMON /CTMP0/ XCG(LELT),YCG(LELT),ZCG(LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (12096 vs 28320 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/edgec.f -o obj/edgec.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/eigsolv.f -o obj/eigsolv.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gauss.f -o obj/gauss.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/genxyz.f -o obj/genxyz.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier1.f -o obj/navier1.o<br>/home/xthomas/Nek5000/core/genxyz.f:692:20:<br><br> COMMON /CTMP0/ XCV(3,2,2),VN1(3),VN2(3)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (240 vs 3136 bytes)<br>/home/xthomas/Nek5000/core/genxyz.f:1293:20:<br><br> common /ctmp0/ xcb(2,2,2),ycb(2,2,2),zcb(2,2,2),w(ldw)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (6464 vs 3136 bytes)<br>/home/xthomas/Nek5000/core/genxyz.f:1344:20:<br><br> common /ctmp0/ w(ldw,2),zg(3)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (12568 vs 6464 bytes)<br>/home/xthomas/Nek5000/core/genxyz.f:1354:20:<br><br> common /cxyzl/ zgml(lx1,3),jx (lx1*3),jy (lx1*3),jz (lx1*3)<br> 1<br>Warning: Named COMMON block ‘cxyzl’ at (1) shall be of the same size as elsewhere (2376 vs 1696 bytes)<br>/home/xthomas/Nek5000/core/genxyz.f:329:21:<br><br> COMMON /SRFCEL/ SUCCES<br> 1<br>Warning: Named COMMON block ‘srfcel’ at (1) shall be of the same size as elsewhere (8 vs 4 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/makeq.f -o obj/makeq.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier0.f -o obj/navier0.o<br>/home/xthomas/Nek5000/core/navier0.f:105:20:<br><br> common /scruz/ xbar(ldim,lelt),ibar(lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (10080 vs 2370816 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier2.f -o obj/navier2.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier3.f -o obj/navier3.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier4.f -o obj/navier4.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/prepost.f -o obj/prepost.o<br>/home/xthomas/Nek5000/core/navier1.f:2739:27:<br><br> call rotate_cyc (a,b,c,1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘r1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2741:27:<br><br> call rotate_cyc (a,b,c,0)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘r1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4233:23:<br><br> call multd (work,inpx,rxm2,sxm2,txm2,1,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4235:23:<br><br> call multd (work,inpy,rym2,sym2,tym2,2,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4238:26:<br><br> call multd (work,inpz,rzm2,szm2,tzm2,3,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3357.4:<br><br> 101 call conv1 (conv,fi) ! use the convective form <br> 1<br>/home/xthomas/Nek5000/core/navier1.f:3342.72:<br><br> if (.not. ifdeal(ifield)) goto 101 <br> 2<br>Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)<br>/home/xthomas/Nek5000/core/navier1.f:3129:56:<br><br> call specmp(md(1,1,1,ie),nd,m1(1,1,1,ie),n1,im1d,im1dt,w)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/navier1.f:3133:56:<br><br> call specmp(m1(1,1,1,ie),n1,md(1,1,1,ie),nd,imd1,imd1t,w)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/navier1.f:3160:52:<br><br> call specmp(m1(1,1,1,ie),n1,md(1,1,1,ie),nd,pmd1,pmd1t,w)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/navier1.f:3423:26:<br><br> call mapwp(dfid,nxd,dfi,nx1,-1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘m1’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4259:17:<br><br> call cdtp (outx,inpfld,rxm2,sxm2,txm2,1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dtx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4260:17:<br><br> call cdtp (outy,inpfld,rym2,sym2,tym2,2)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dtx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4262:20:<br><br> $ call cdtp (outz,inpfld,rzm2,szm2,tzm2,3)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dtx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:331:18:<br><br> CALL MULTD (OUT1,INP,RXM2,SXM2,TXM2,1,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:332:18:<br><br> CALL MULTD (OUT2,INP,RYM2,SYM2,TYM2,2,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:334:18:<br><br> $CALL MULTD (OUT3,INP,RZM2,SZM2,TZM2,3,iflg)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dx’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:1907:33:<br><br> CALL BDSYS (BDMAT,BDRHS,DTBD,NBD,NDIM)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘dt’ (1/9) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2011:27:<br><br> CALL VELCHAR (VX,VXN,VXLAG,NBD,TAU,DTLAG)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vlag’ (197568/889056) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2012:27:<br><br> CALL VELCHAR (VY,VYN,VYLAG,NBD,TAU,DTLAG)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vlag’ (197568/889056) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2014:27:<br><br> $CALL VELCHAR (VZ,VZN,VZLAG,NBD,TAU,DTLAG)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vlag’ (197568/889056) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2765:30:<br><br> call rotate_cyc (a,b,c,1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘r1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2767:30:<br><br> call rotate_cyc (a,b,c,0)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘r1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3693:23:<br><br> call velchar (vx,vxn,vxlag,nbd,tau,dtlag)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vn’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3694:23:<br><br> call velchar (vy,vyn,vylag,nbd,tau,dtlag)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vn’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3696:23:<br><br> $call velchar (vz,vzn,vzlag,nbd,tau,dtlag)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vn’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3777:22:<br><br> call conv1rk (du,dv,dw,u,v,w)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘du’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:3977:22:<br><br> call conv1rk2 (du,dv,dw,u,v,w,cu,cv,cw,beta,wk)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘du’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4111:20:<br><br> CALL VELINIT (VEL1,VEL2,VEL3,ILAG)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vel1’ (196/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4804:21:<br><br> common /dgradl/ d(ldg),dt(ldg),dg(ldg),dgt(ldg),jgl(ldg),jgt(ldg)<br> 1<br>Warning: Named COMMON block ‘dgradl’ at (1) shall be of the same size as elsewhere (396800 vs 512000 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4871:21:<br><br> common /dgradl/ d(ldg),dt(ldg),dg(ldg),dgt(ldg),jgl(ldg),jgt(ldg)<br> 1<br>Warning: Named COMMON block ‘dgradl’ at (1) shall be of the same size as elsewhere (396800 vs 512000 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:2127:20:<br><br> COMMON /CTMP1/ WORK (LXYZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (790272 vs 14112 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:3306:20:<br><br> COMMON /CTMP1/ MFI (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (2370816 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:575:20:<br><br> common /ctmp1/ ta1 (lx1*ly1*lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (4704 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4335:20:<br><br> common /ctmp1/ ur(lxyz),us(lxyz),ut(lxyz)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (4704 vs 2370816 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/speclib.f -o obj/speclib.o<br>/home/xthomas/Nek5000/core/navier1.f:4228:20:<br><br> common /ctmp0/ work (lx2,ly2,lz2,lelv)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (790272 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1068:21:<br><br> COMMON /CPRINT/ IFPRINT, IFHZPC<br> 1<br>Warning: Named COMMON block ‘cprint’ at (1) shall be of the same size as elsewhere (8 vs 4 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1186:21:<br><br> COMMON /CPRINT/ IFPRINT<br> 1<br>Warning: Named COMMON block ‘cprint’ at (1) shall be of the same size as elsewhere (4 vs 8 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1184:20:<br><br> COMMON /CTMP0/ TA (LX2,LY2,LZ2,LELV)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1580544 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:99:20:<br><br> COMMON /SCRUZ/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:921:38:<br><br> $ (m,mmx,ixb,ibb,ix,ib,ih1,ih2,ivar,n,ifvec,name6)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘ivar’ (1/10) at (1)<br>/home/xthomas/Nek5000/core/navier4.f:946:14:<br><br> ivar(2) = m ! Update number of saved vectors<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1<br>/home/xthomas/Nek5000/core/navier4.f:1164:53:<br><br> call proj_get_ivar(m,mmx,ixb,ibb,ix,ib,ih1,ih2,ivar,n,ifvec,name6)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘ivar’ (1/10) at (1)<br>/home/xthomas/Nek5000/core/navier4.f:1172:11:<br><br> ivar(2) = m ! Update number of saved vectors<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1<br>/home/xthomas/Nek5000/core/navier4.f:1312:26:<br><br> call hmhzpf (name,u,r,h1,h2,mask,mult,imsh,tol,maxi,isd,binvm1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘u’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier4.f:1314:26:<br><br> call hmhzpf (name,u,r,h1,h2,mask,mult,imsh,tol,maxi,isd,bintm1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘u’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:2352:20:<br><br> COMMON /SCRMG/ TB1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:2345:20:<br><br> COMMON /SCRNS/ RESV1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (5531904 vs 4741632 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:360:20:<br><br> common /ctmp1/ wx (lx1*ly1*lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (6272 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:216:21:<br><br> COMMON /ORTHOX/ Pbar(LTOT2),Pnew(LTOT2),Pbrr(ltot2)<br> 1<br>Warning: Named COMMON block ‘orthox’ at (1) shall be of the same size as elsewhere (2370816 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:366:21:<br><br> COMMON /ORTHOX/ Pbar(LTOT2),Pnew(LTOT2)<br> 1<br>Warning: Named COMMON block ‘orthox’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:30:21:<br><br> COMMON /ORTHOX/ Pbar(LTOT2),Pnew(LTOT2)<br> 1<br>Warning: Named COMMON block ‘orthox’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1763:20:<br><br> COMMON /SCRUZ/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:119:21:<br><br> COMMON /ORTHOX/ Pbar(LTOT2),Pnew(LTOT2)<br> 1<br>Warning: Named COMMON block ‘orthox’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier4.f:447:21:<br><br> COMMON /ORTHOX/ Pbar(LTOT2),Pnew(LTOT2)<br> 1<br>Warning: Named COMMON block ‘orthox’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1683:20:<br><br> COMMON /SCRUZ/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:3444:20:<br><br> common /ctmp0/ dudr(lx1,ly1,lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4704 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:3381:20:<br><br> COMMON /CTMP0/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4015872 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1389:20:<br><br> COMMON /SCRNS/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4407:20:<br><br> COMMON /SCRNS/ SXZ(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4403:20:<br><br> COMMON /SCRUZ/ W1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4477:20:<br><br> COMMON /SCRNS/ EXZ(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1597:20:<br><br> COMMON /SCRUZ/ TA1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:210:20:<br><br> COMMON /SCRMG/ WORK (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (790272 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:1156:20:<br><br> COMMON /SCRMG/ TA (LX2,LY2,LZ2,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (1580544 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/prepost.f:1101:37:<br><br> iprefix = i_find_prefix(prefix,99)<br> 1<br>Warning: Rank mismatch in argument ‘prefix’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier1.f:2257:20:<br><br> COMMON /SCRCH/ TA2(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrch’ at (1) shall be of the same size as elsewhere (790272 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/prepost.f:1113:31:<br><br> call restart_nfld( nfld, prefix ) ! Check for Restart option.<br> 1<br>Warning: Rank mismatch in argument ‘prefix’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier1.f:3522:20:<br><br> common /ctmp0/ dudr(lx1,ly1,lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4704 vs 4015872 bytes)<br>/home/xthomas/Nek5000/core/prepost.f:394:37:<br><br> if (nid.eq.0) call dump_header(excode,p66,ierr)<br> 1<br>Warning: Rank mismatch in argument ‘excodein’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/prepost.f:1393:32:<br><br> call outpost2(v1,v2,v3,vp,vt,itmp,name3)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vt’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier1.f:4032:20:<br><br> COMMON /CTMP1/ WORK(LXYZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (790272 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4093:20:<br><br> COMMON /CTMP1/ RKX1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/navier1.f:4555:20:<br><br> common /scruz/ u(lx1*ly1*lz1),v(lx1*ly1*lz1),w(lx1*ly1*lz1)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4704 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/prepost.f:845:20:<br><br> common /SCRUZ/ ur1(lxo*lxo*lxo*lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (33191424 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/prepost.f:1735:20:<br><br> common /SCRNS/ u4(2+lxo*lxo*lxo*6*lelt)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (33191432 vs 11063816 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/map2.f -o obj/map2.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/turb.f -o obj/turb.o<br>/home/xthomas/Nek5000/core/map2.f:180:20:<br><br> common /ctmp1/ map_st(lelg_sm)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (4 vs 326592 bytes)<br>/home/xthomas/Nek5000/core/map2.f:181:21:<br><br> common /vptsol/ iwork(0:lp)<br> 1<br>Warning: Named COMMON block ‘vptsol’ at (1) shall be of the same size as elsewhere (4100 vs 57173760 bytes)<br>/home/xthomas/Nek5000/core/turb.f:332:20:<br><br> COMMON /SCRCH/ TA(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrch’ at (1) shall be of the same size as elsewhere (790272 vs 448 bytes)<br>/home/xthomas/Nek5000/core/turb.f:249:20:<br><br> COMMON /SCRCH/ TA(LX1,LY1,LZ1,LELV),TB(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrch’ at (1) shall be of the same size as elsewhere (1580544 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/turb.f:574:20:<br><br> COMMON /SCRMG/ VISKIN(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (790608 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/turb.f:578:20:<br><br> COMMON /SCRUZ/ V1(LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 1580544 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/mvmesh.f -o obj/mvmesh.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/ic.f -o obj/ic.o<br>/home/xthomas/Nek5000/core/mvmesh.f:615:20:<br><br> COMMON /SCRUZ/ R1(LX1,LY1,LZ1),R2(LX1,LY1,LZ1),R3(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4704 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:508:20:<br><br> common /scruz/ r1(lx1,ly1,lz1),r2(lx1,ly1,lz1),r3(lx1,ly1,lz1)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4704 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:87:20:<br><br> COMMON /SCRUZ/ FM1(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (3161088 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:116:20:<br><br> COMMON /SCRUZ/ FMT(LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (1580544 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:536:20:<br><br> COMMON /SCRUZ/ R1(LX1,LY1,LZ1),R2(LX1,LY1,LZ1),R3(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4704 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:574:20:<br><br> COMMON /SCRUZ/ R1(LX1,LY1,LZ1),R2(LX1,LY1,LZ1),R3(LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4704 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/mvmesh.f:976:20:<br><br> COMMON /SCRUZ/ XM3 (LX3,LY3,LZ3,LELT)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/ic.f:428:24:<br><br> IF (INDX1(LINE,'PRESOLV',7).NE.0) THEN<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (7/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1466:15:<br><br> I1=INDX1(S1,S2,L2)<br> 1<br>Warning: Rank mismatch in argument ‘s1’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/ic.f:432:34:<br><br> CALL CSPLIT(CDUM,LINE,' ',1)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:449:33:<br><br> IF (INDX_CUT(LINE,'U',1).NE.0) THEN<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:454:33:<br><br> IF (INDX_CUT(LINE,'T',1).NE.0) THEN<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:462:36:<br><br> IF (INDX_CUT(LINE,S2,2).NE.0) THEN<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (2/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1085:30:<br><br> call csplit(fname,rsopt,' ',1)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1087:22:<br><br> if (indx1(fname,'.',1).eq.0) then<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1122:28:<br><br> ITO=INDX_CUT(RSOPT,'TIME',4)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (4/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1126:31:<br><br> IT1=INDX_CUT(RSOPT,'=',1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1801:23:<br><br> IFLDW=INDX1(WORK,' ',1)-1<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1138:27:<br><br> IT1=INDX1(LINE,' ',1)<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1145:28:<br><br> IXO=INDX_CUT(RSOPT,'X',1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1152:28:<br><br> IVO=INDX_CUT(RSOPT,'U',1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1159:28:<br><br> IPO=INDX_CUT(RSOPT,'P',1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1165:28:<br><br> ITO=INDX_CUT(RSOPT,'T',1)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1173:31:<br><br> ipo=indx_cut(rsopt,s2,2)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘s2’ (2/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:2614:23:<br><br> i1 = indx1(fname,eight,k)<br> 1<br>Warning: Rank mismatch in argument ‘s1’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/ic.f:2314:24:<br><br> if (indx2(hdr,132,'#std',4).eq.1) then<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (4/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:2404:34:<br><br> call parse_std_hdr_2006(hdr,rdcode) ! try the original header format<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘rlcode’ (10/20) at (1)<br>/home/xthomas/Nek5000/core/ic.f:2291:28:<br><br> call mapab4r(u(1,ei),wk(l ),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2292:28:<br><br> call mapab4r(v(1,ei),wk(l+ nxyzw),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2294:28:<br><br> $ call mapab4r(w(1,e),wk(l+2*nxyzw),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2296:36:<br><br> call mapab (u(1,ei),wk(l ),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed REAL(4) to REAL(8)<br>/home/xthomas/Nek5000/core/ic.f:2297:36:<br><br> call mapab (v(1,ei),wk(l+ nxyzw),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed REAL(4) to REAL(8)<br>/home/xthomas/Nek5000/core/ic.f:2299:36:<br><br> $ call mapab (w(1,ei),wk(l+2*nxyzw),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed REAL(4) to REAL(8)<br>/home/xthomas/Nek5000/core/ic.f:2502:38:<br><br> call mfi_getv(xm1,ym1,zm1,wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2504:38:<br><br> call mfi_getv(xm1,ym1,zm1,wk,lwk,.true.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2515:38:<br><br> call mfi_getv(bx,by,bz,wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2518:38:<br><br> call mfi_getv(vx,vy,vz,wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2521:35:<br><br> call mfi_getv(vx,vy,vz,wk,lwk,.true.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2142:28:<br><br> call mapab4r(u(1,ei),wk(l ),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2144:36:<br><br> call mapab (u(1,ei),wk(l ),nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘y’ at (1); passed REAL(4) to REAL(8)<br>/home/xthomas/Nek5000/core/ic.f:2531:30:<br><br> call mfi_gets(pm1,wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2533:30:<br><br> call mfi_gets(pm1,wk,lwk,.true.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2543:28:<br><br> call mfi_gets(t,wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2545:28:<br><br> call mfi_gets(t,wk,lwk,.true.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2557:44:<br><br> call mfi_gets(t(1,1,1,1,k+1),wk,lwk,.false.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:2559:44:<br><br> call mfi_gets(t(1,1,1,1,k+1),wk,lwk,.true.)<br> 1<br>Warning: Type mismatch in argument ‘wk’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:1418:27:<br><br> i1_from_char = indx2(n10,10,s1,1)-1<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s1’ (10/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1245:25:<br><br> call mapab4r(sdump(1,ieg),tdump,nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:1279:28:<br><br> call mapab4r(sdump(1,ie),tdump,nxr,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/ic.f:958:38:<br><br> $ call copy(t(1,1,1,1,2),sdmp2(1,1),ntott)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 5<br>/home/xthomas/Nek5000/core/ic.f:1833:23:<br><br> IFLDW=INDX1(WORK,' ',1)-1<br> 1<br>Warning: Character length of actual argument shorter than of dummy argument ‘s2’ (1/132) at (1)<br>/home/xthomas/Nek5000/core/ic.f:1370:20:<br><br> common /ctmp0/ xa(lxyzr) ,xb(lx1,ly1,lzr) ,xc(lxyzr)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (56096 vs 1568 bytes)<br>/home/xthomas/Nek5000/core/ic.f:25:20:<br><br> common /ctmp1/ work(lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (793408 vs 112000 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gfldr.f -o obj/gfldr.o<br>/home/xthomas/Nek5000/core/gfldr.f:121:30:<br><br> call gfldr_getfld(pm1,dum,dum,1,ifldpos+1,ifbswp)<br> 1<br>Warning: Rank mismatch in argument ‘out2’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/gfldr.f:127:39:<br><br> call gfldr_getfld(t(1,1,1,1,1),dum,dum,1,ifldpos+1,ifbswp)<br> 1<br>Warning: Rank mismatch in argument ‘out2’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/gfldr.f:132:44:<br><br> call gfldr_getfld(t(1,1,1,1,i+1),dum,dum,1,ifldpos+1,ifbswp) <br> 1<br>Warning: Rank mismatch in argument ‘out2’ at (1) (rank-1 and scalar)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/ssolv.f -o obj/ssolv.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/planx.f -o obj/planx.o<br>/home/xthomas/Nek5000/core/ssolv.f:508:20:<br><br> COMMON /SCRUZ/ W1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/ssolv.f:737:20:<br><br> COMMON /SCRMG/ DIVFLD (LX2,LY2,LZ2,LELV)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (1580544 vs 3161088 bytes)<br>mpif77 -c -O3 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/math.f -o obj/math.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/mxm_wrapper.f -o obj/mxm_wrapper.o <br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/hmholtz.f -o obj/hmholtz.o<br>/home/xthomas/Nek5000/core/math.f:1544:21:<br><br> call sort(xout,work,n)<br> 1<br>Warning: Type mismatch in argument ‘ind’ at (1); passed REAL(8) to INTEGER(4)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gfdm_par.f -o obj/gfdm_par.o<br>/home/xthomas/Nek5000/core/hmholtz.f:800:26:<br><br> call axhelm (w,p,h1,h2,imsh,isd)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘helm1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/hmholtz.f:1932:44:<br><br> d(i1,i2, 1,e)=d(i1,i2, 1,e)-2*fw(5,e)*unt(i,5,e)*dzm1( 1, 1)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/hmholtz.f:1933:44:<br><br> d(i1,i2,nx,e)=d(i1,i2,nx,e)-2*fw(6,e)*unt(i,6,e)*dzm1(nx,nx)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/hmholtz.f:1547:24:<br><br> call setprec_dg(d,h1,h2,imsh,1) ! diag preconditioner<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘h1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/hmholtz.f:2159:13:<br><br> $ ,dxtm1,dym1,dzm1,nx1,ny1,nz1,if3d)<br> 1<br>Warning: Rank mismatch in argument ‘drt’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/hmholtz.f:1597:26:<br><br> call hxdg (w,p,h1,h2)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘h1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/hmholtz.f:2051:15:<br><br> $ ,dxtm1,dym1,dzm1,nx1,ny1,nz1,if3d)<br> 1<br>Warning: Rank mismatch in argument ‘drt’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/hmholtz.f:95:20:<br><br> COMMON /CTMP1/ DUDR (LX1,LY1,LZ1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (9408 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/hmholtz.f:945:20:<br><br> common /ctmp0/ w(lx1,ly1,lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1568 vs 451584 bytes)<br>/home/xthomas/Nek5000/core/hmholtz.f:540:22:<br><br> COMMON /CPRINT/ IFPRINT<br> 1<br>Warning: Named COMMON block ‘cprint’ at (1) shall be of the same size as elsewhere (4 vs 8 bytes)<br>/home/xthomas/Nek5000/core/hmholtz.f:542:20:<br><br> COMMON /CTMP0/ W1 (LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1580544 vs 451584 bytes)<br>/home/xthomas/Nek5000/core/hmholtz.f:1135:20:<br><br> COMMON /CTMP0/ W(LX1,LX1),aa(lx1,lx1),bb(lx1,lx1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (794976 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/hmholtz.f:1042:20:<br><br> COMMON /CTMP0/ W(LX1,LX1),aa(lx1,lx1),bb(lx1,lx1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4704 vs 1580544 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gfdm_op.f -o obj/gfdm_op.o<br>/home/xthomas/Nek5000/core/gfdm_op.f:176:43:<br><br> call build_D1d_d(eigv,bw,dglgt,wglgt,wgl,eigs,length,nel,nxv,nxp<br> 1<br>Warning: Rank mismatch in argument ‘wm1’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/gfdm_op.f:103:53:<br><br> $ ,cb0(1),cbn(1),dglgt,wglgt,wgl,bw,lbw)<br> 1<br>Warning: Rank mismatch in argument ‘wgl’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/gfdm_op.f:118:53:<br><br> $ ,cb0(2),cbn(2),dglgt,wglgt,wgl,bw,lbw)<br> 1<br>Warning: Rank mismatch in argument ‘wgl’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/gfdm_op.f:132:56:<br><br> $ ,cb0(3),cbn(3),dglgt,wglgt,wgl,bw,lbw)<br> 1<br>Warning: Rank mismatch in argument ‘wgl’ at (1) (scalar and rank-1)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gfdm_solve.f -o obj/gfdm_solve.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/subs1.f -o obj/subs1.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/subs2.f -o obj/subs2.o<br>/home/xthomas/Nek5000/core/subs1.f:1956:20:<br><br> call axhmsf (a1,a2,a3,p1,p2,p3,h1,h2,matmod)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘au1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/subs1.f:2002:43:<br><br> call axstrs_nds(a1,a2,a3,w1,w2,w3,h1,h2,matmod,nel)<br> 1<br>Warning: Rank mismatch in argument ‘h1’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/subs1.f:2159:49:<br><br> call get_local_crs_galerkin_strs(a,ncr,nxc,h1,h2,matmod)<br> 1<br>Warning: Rank mismatch in argument ‘h1’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/subs1.f:54:42:<br><br> if (ifcrsl) call set_up_h1_crs_strs(h1,h2,ifield,matmod)<br> 1<br>Warning: Rank mismatch in argument ‘h1’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/subs1.f:108:23:<br><br> call axhmsf (ap1,ap2,ap3,p1,p2,p3,h1,h2,matmod)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘au1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/subs1.f:1769:38:<br><br> call fcsum2(usum_f,asum_f,u,e,f)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘x’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/subs1.f:1945:20:<br><br> call axhmsf (a1,a2,a3,p1,p2,p3,h1,h2,matmod)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘au1’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/subs1.f:797:20:<br><br> common /ctmp0/ stc(lx1,ly1,lz1),sigst(lx1,ly1),dtst(lx1,ly1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4704 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:913:20:<br><br> common /ctmp0/ xfm1(lx1,ly1),yfm1(lx1,ly1),zfm1(lx1,ly1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (4704 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:914:20:<br><br> common /ctmp1/ drm1(lx1,lx1),drtm1(lx1,ly1)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (6272 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:916:20:<br><br> common /scrmg/ xrm1(lx1,ly1),yrm1(lx1,ly1),zrm1(lx1,ly1)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (9408 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:867:20:<br><br> common /ctmp0/ xfm1(lx1),yfm1(lx1),t1xf(lx1),t1yf(lx1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (448 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:474:20:<br><br> common /ctmp0/ x(lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1580544 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:471:20:<br><br> common /ctmp1/ u(lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (2370816 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:687:20:<br><br> common /scrmg/ zrm1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:1792:20:<br><br> common /ctmp0/ w(lx1,ly1,lz1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1568 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:1583:20:<br><br> common /ctmp1/ txx(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:2477:20:<br><br> common /ctmp0/ phi(lx1,ly1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1568 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:1524:20:<br><br> common /scrsf/ t11(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scrsf’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:1607:20:<br><br> common /scrsf/ ur(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scrsf’ at (1) shall be of the same size as elsewhere (2370816 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/subs1.f:1879:20:<br><br> common /ctmp0/ gnum(lx1*ly1*lz1*lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (790272 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs2.f:44:20:<br><br> common /ctmp0/ exz(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (1580544 vs 1568 bytes)<br>/home/xthomas/Nek5000/core/subs2.f:40:20:<br><br> common /ctmp1/ exx(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/subs2.f:736:20:<br><br> common /screv/ hfmask(lx1,lz1,6,lelt)<br> 1<br>Warning: Named COMMON block ‘screv’ at (1) shall be of the same size as elsewhere (1128960 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs2.f:770:20:<br><br> common /screv/ hfmask(lx1,lz1,6,lelt)<br> 1<br>Warning: Named COMMON block ‘screv’ at (1) shall be of the same size as elsewhere (1128960 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/subs2.f:1804:20:<br><br> common /ctmp0/ wa(lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (790272 vs 1580544 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/genbox.f -o obj/genbox.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/gmres.f -o obj/gmres.o<br>/home/xthomas/Nek5000/core/genbox.f:36:20:<br><br> call getrv(rfld,1,iend,7)<br> 1<br>Warning: Rank mismatch in argument ‘r’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/genbox.f:162:37:<br><br> $ call getr2(xc,yc,iend,7)<br> 1<br>Warning: Rank mismatch in argument ‘r1’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/gmres.f:581:27:<br><br> call dd_swap_vals(v1,v,gsh_dd)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘v0’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/gmres.f:781:35:<br><br> call set_up_fast_1D_sem_op_a(s,eb0,eb1,l,r,ll,lm,lr,ah)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘g’ (1/256) at (1)<br>/home/xthomas/Nek5000/core/gmres.f:783:35:<br><br> call set_up_fast_1D_sem_op_b(g,bb0,bb1,l,r,ll,lm,lr,bh)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘g’ (2/256) at (1)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/hsmg.f -o obj/hsmg.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/convect.f -o obj/convect.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/induct.f -o obj/induct.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/perturb.f -o obj/perturb.o<br>/home/xthomas/Nek5000/core/hsmg.f:490:30:<br><br> call hsmg_schwarz_dssum(mg_work,l)<br> 1<br>Warning: Rank mismatch in argument ‘u’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/hsmg.f:906:24:<br><br> call hsmg_do_fast(e,r,<br> 1<br>Warning: Rank mismatch in argument ‘e’ at (1) (rank-2 and scalar)<br>/home/xthomas/Nek5000/core/hsmg.f:493:31:<br><br> call hsmg_fdm(mg_work(i),mg_work,l) ! Do the local solves<br> 1<br>Warning: Rank mismatch in argument ‘r’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/hsmg.f:1272:10:<br><br> $ e,mg_schwarz_wt(mg_schwarz_wt_index(l,mg_fld)),mg_nh(l))<br> 1<br>Warning: Rank mismatch in argument ‘e’ at (1) (rank-3 and scalar)<br>/home/xthomas/Nek5000/core/hsmg.f:1274:10:<br><br> $ e,mg_schwarz_wt(mg_schwarz_wt_index(l,mg_fld)),mg_nh(l))<br> 1<br>Warning: Rank mismatch in argument ‘e’ at (1) (rank-4 and scalar)<br>/home/xthomas/Nek5000/core/hsmg.f:451:31:<br><br> call hsmg_schwarz_wt (e,l) ! e := W e<br> 1<br>Warning: Rank mismatch in argument ‘e’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/hsmg.f:547:30:<br><br> call hsmg_schwarz_dssum(mg_work,l)<br> 1<br>Warning: Rank mismatch in argument ‘u’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/hsmg.f:551:31:<br><br> call hsmg_fdm(mg_work(i),mg_work,l)<br> 1<br>Warning: Rank mismatch in argument ‘r’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/hsmg.f:2847:63:<br><br> $ (mg_g(p_g),mg_g(l_g),ng,nx,ny,nz,nxl,nyl,nzl,e,l,w)<br> 1<br>Warning: Type mismatch in argument ‘e’ at (1); passed INTEGER(4) to REAL(8)<br>/home/xthomas/Nek5000/core/hsmg.f:2850:63:<br><br> $ (mg_b(p_b),mg_b(l_b) ,nx,ny,nz,nxl,nyl,nzl,e,l,w)<br> 1<br>Warning: Type mismatch in argument ‘e’ at (1); passed INTEGER(4) to REAL(8)<br>/home/xthomas/Nek5000/core/hsmg.f:2174:20:<br><br> common /hsmgw/ work(lx1*lx1)<br> 1<br>Warning: Named COMMON block ‘hsmgw’ at (1) shall be of the same size as elsewhere (1568 vs 12288 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:2743:20:<br><br> common /ctmp0/ wi(2*lx1+4)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (256 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:315:20:<br><br> common /hsmgw/ work((lx1+2)*(lx1+2))<br> 1<br>Warning: Named COMMON block ‘hsmgw’ at (1) shall be of the same size as elsewhere (2048 vs 12288 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:279:20:<br><br> common /hsmgw/ work((lx1+2)*(lx1+2))<br> 1<br>Warning: Named COMMON block ‘hsmgw’ at (1) shall be of the same size as elsewhere (2048 vs 12288 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:807:20:<br><br> common /ctmp0/ b(2*lxm*lxm),w(2*lxm*lxm)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (8192 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:1413:20:<br><br> common /scrvh/ h1 (lx1,ly1,lz1,lelv),<br> 1<br>Warning: Named COMMON block ‘scrvh’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:1891:20:<br><br> common /scrvh/ h1 (lx1,ly1,lz1,lelv),<br> 1<br>Warning: Named COMMON block ‘scrvh’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:2259:20:<br><br> common /scrvh/ h1 (lx1,ly1,lz1,lelt),<br> 1<br>Warning: Named COMMON block ‘scrvh’ at (1) shall be of the same size as elsewhere (1580544 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/hsmg.f:2924:20:<br><br> common /ctmp0/ w(100000)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (800000 vs 8192 bytes)<br>/home/xthomas/Nek5000/core/convect.f:692:55:<br><br> call set_convect_cons(c(ix,1),c(iy,1),c(iz,1),u,v,w)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘ux’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/convect.f:974:59:<br><br> cs(i,e)=rx(i,4,e)*fx(i)+rx(i,5,e)*fy(i)+rx(i,6,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:974:43:<br><br> cs(i,e)=rx(i,4,e)*fx(i)+rx(i,5,e)*fy(i)+rx(i,6,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:975:59:<br><br> ct(i,e)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:975:43:<br><br> ct(i,e)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:975:27:<br><br> ct(i,e)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:694:55:<br><br> call set_convect_new (c(ix,1),c(iy,1),c(iz,1),u,v,w)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘ux’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/convect.f:170:20:<br><br> call int_vel (bmst,tau,bmass,n,nc,cs,nid) ! B(t^n-1)<br> 1<br>Warning: Rank mismatch in argument ‘c_t’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/convect.f:1849:28:<br><br> call grad_rstd_ta (ud,ur,us,ut,lxd,if3d) ! GL->GL gradt<br> 1<br>Warning: Rank mismatch in argument ‘du’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/induct.f:1553:32:<br><br> call intp_rstd(rx(1,5,e),sym1(1,1,1,e),nx1,nxd,if3d,0) ! 0 --> fwd<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:1975:25:<br><br> call full2face(uf ,u )<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/convect.f:1737:25:<br><br> call full2face(uf ,u )<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/convect.f:1791:26:<br><br> call add_face2full( du , uf) ! <--- this stmt.<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/induct.f:1554:32:<br><br> call intp_rstd(rx(1,6,e),szm1(1,1,1,e),nx1,nxd,if3d,0) ! 0 --> fwd<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1555:32:<br><br> call intp_rstd(rx(1,7,e),txm1(1,1,1,e),nx1,nxd,if3d,0) ! 0 --> fwd<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1556:32:<br><br> call intp_rstd(rx(1,8,e),tym1(1,1,1,e),nx1,nxd,if3d,0) ! 0 --> fwd<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1557:32:<br><br> call intp_rstd(rx(1,9,e),tzm1(1,1,1,e),nx1,nxd,if3d,0) ! 0 --> fwd<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1380:59:<br><br> $ rx(i,4,e)*zm(i,1)+rx(i,5,e)*zm(i,2)+rx(i,6,e)*zm(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1380:41:<br><br> $ rx(i,4,e)*zm(i,1)+rx(i,5,e)*zm(i,2)+rx(i,6,e)*zm(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1382:59:<br><br> $ rx(i,7,e)*zm(i,1)+rx(i,8,e)*zm(i,2)+rx(i,9,e)*zm(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1382:41:<br><br> $ rx(i,7,e)*zm(i,1)+rx(i,8,e)*zm(i,2)+rx(i,9,e)*zm(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1382:23:<br><br> $ rx(i,7,e)*zm(i,1)+rx(i,8,e)*zm(i,2)+rx(i,9,e)*zm(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1409:59:<br><br> $ rx(i,4,e)*zp(i,1)+rx(i,5,e)*zp(i,2)+rx(i,6,e)*zp(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:1793:26:<br><br> call fbinvert ( du ) ! Right now works only for undeformed<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘rhs’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/induct.f:1409:41:<br><br> $ rx(i,4,e)*zp(i,1)+rx(i,5,e)*zp(i,2)+rx(i,6,e)*zp(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1411:59:<br><br> $ rx(i,7,e)*zp(i,1)+rx(i,8,e)*zp(i,2)+rx(i,9,e)*zp(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1411:41:<br><br> $ rx(i,7,e)*zp(i,1)+rx(i,8,e)*zp(i,2)+rx(i,9,e)*zp(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1411:23:<br><br> $ rx(i,7,e)*zp(i,1)+rx(i,8,e)*zp(i,2)+rx(i,9,e)*zp(i,3)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1080:40:<br><br> $ ,vproj(1,5),ivproj(1,5),binvm1)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:299:58:<br><br> if (param(99).eq.1) call conv_rhs_dg (du,u,c)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘c’ (1/604800) at (1)<br>/home/xthomas/Nek5000/core/convect.f:1534:25:<br><br> call full2face(uf ,u )<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/convect.f:1573:26:<br><br> call add_face2full( du , uf) ! <--- this stmt.<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/convect.f:1575:26:<br><br> call fbinvert ( du ) ! Right now works only for undeformed<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘rhs’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/convect.f:212:26:<br><br> call int_vel (bmst,th,bmass,n,nc,cs,nid) ! B(n-1/2)<br> 1<br>Warning: Rank mismatch in argument ‘c_t’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/convect.f:227:26:<br><br> call int_vel (bmst,tau1,bmass,n,nc,cs,nid) ! B^-1(n)<br> 1<br>Warning: Rank mismatch in argument ‘c_t’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/convect.f:127:40:<br><br> $ ,u1,r1,r2,r3,r4,bmsk,bdivw,bdwt,bmass,bmst,bm,bmlag)<br> 1<br>Warning: Rank mismatch in argument ‘bmass’ at (1) (scalar and rank-2)<br>/home/xthomas/Nek5000/core/convect.f:777:60:<br><br> tr(i,2)=rx(i,4,e)*fx(i)+rx(i,5,e)*fy(i)+rx(i,6,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:1084:40:<br><br> $ ,vproj(1,6),ivproj(1,6),binvm1)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:902:21:<br><br> call incomprn (vx,vy,vz,pr) ! project U onto div-free space<br> 1<br>Warning: Rank mismatch in argument ‘ux’ at (1) (scalar and rank-4)<br>/home/xthomas/Nek5000/core/convect.f:777:44:<br><br> tr(i,2)=rx(i,4,e)*fx(i)+rx(i,5,e)*fy(i)+rx(i,6,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:778:60:<br><br> tr(i,3)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:778:44:<br><br> tr(i,3)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:778:28:<br><br> tr(i,3)=rx(i,7,e)*fx(i)+rx(i,8,e)*fy(i)+rx(i,9,e)*fz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:913:21:<br><br> call incomprn (bx,by,bz,pm) ! project B onto div-free space<br> 1<br>Warning: Rank mismatch in argument ‘ux’ at (1) (scalar and rank-4)<br>/home/xthomas/Nek5000/core/induct.f:469:16:<br><br> call curl(lf,b1,b2,b3,.false.,w1,w2)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vort’ (197568/296352) at (1)<br>/home/xthomas/Nek5000/core/induct.f:474:35:<br><br> c1 = lf(i,2)*b3(i) - lf(i,3)*b2(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:475:19:<br><br> c2 = lf(i,3)*b1(i) - lf(i,1)*b3(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/induct.f:479:14:<br><br> lf(i,3) = c3<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/convect.f:1885:25:<br><br> call full2face(uf ,u )<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vol_ary’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/induct.f:304:20:<br><br> common /scrns/ w1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (5531904 vs 4741632 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1206:20:<br><br> common /ctmp1/ ur(ldd),us(ldd),ut(ldd),ju(ldd),ud(ldd),tu(ldd)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (19200 vs 12800 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1518:20:<br><br> common /scrdg/ uf(lf),uxf(lf),uyf(lf),uzf(lf),upwind_wgt(lf)<br> 1<br>Warning: Named COMMON block ‘scrdg’ at (1) shall be of the same size as elsewhere (1128960 vs 1355456 bytes)<br>/home/xthomas/Nek5000/core/induct.f:151:20:<br><br> common /scrns/ ta1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2370816 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1722:20:<br><br> common /scrdg/ uf(lf),uxf(lf),uyf(lf),uzf(lf),upwind_wgt(lf)<br> 1<br>Warning: Named COMMON block ‘scrdg’ at (1) shall be of the same size as elsewhere (1129664 vs 1355456 bytes)<br>/home/xthomas/Nek5000/core/induct.f:1332:20:<br><br> common /scrns/ wk(2*ltd)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (54208 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/induct.f:24:20:<br><br> common /scrns/ resv1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1001:20:<br><br> common /ctmp1/ work(lxyz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (790272 vs 19200 bytes)<br>/home/xthomas/Nek5000/core/induct.f:1609:20:<br><br> common /scrns/ ta1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/convect.f:38:20:<br><br> common /scruz/ cx (lx1*ly1*lz1*lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (3161088 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/convect.f:834:20:<br><br> common /scrcv/ uf(ltd),cf(ltd),cu(ltd)<br> 1<br>Warning: Named COMMON block ‘scrcv’ at (1) shall be of the same size as elsewhere (19200 vs 32000 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1050:20:<br><br> common /cchar/ ct_vx(0:lorder) ! time for each slice in c_vx()<br> 1<br>Warning: Named COMMON block ‘cchar’ at (1) shall be of the same size as elsewhere (32 vs 40 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1110:20:<br><br> common /cchar/ ct_vx(0:lorder) ! time for each slice in c_vx()<br> 1<br>Warning: Named COMMON block ‘cchar’ at (1) shall be of the same size as elsewhere (32 vs 40 bytes)<br>/home/xthomas/Nek5000/core/convect.f:1112:20:<br><br> common /scruz/ phi (lx1*ly1*lz1*lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (1580544 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:366:26:<br><br> $ +rx(i,7,e)*utz(i))<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:364:26:<br><br> $ +rx(i,7,e)*uty(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:362:26:<br><br> $ +rx(i,7,e)*utx(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:372:26:<br><br> $ +rx(i,8,e)*utz(i))<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:371:49:<br><br> $ fz(i)*(rx(i,2,e)*urz(i)+rx(i,5,e)*usz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:370:26:<br><br> $ +rx(i,8,e)*uty(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:369:49:<br><br> $ fy(i)*(rx(i,2,e)*ury(i)+rx(i,5,e)*usy(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:368:26:<br><br> $ +rx(i,8,e)*utx(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:367:51:<br><br> uf5(i)=fx(i)*(rx(i,2,e)*urx(i)+rx(i,5,e)*usx(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:378:26:<br><br> $ +rx(i,9,e)*utz(i))<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:377:49:<br><br> $ fz(i)*(rx(i,3,e)*urz(i)+rx(i,6,e)*usz(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:376:26:<br><br> $ +rx(i,9,e)*uty(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:375:49:<br><br> $ fy(i)*(rx(i,3,e)*ury(i)+rx(i,6,e)*usy(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:374:26:<br><br> $ +rx(i,9,e)*utx(i))+<br> 1<br>Warning: Array reference at (1) is out of bounds (9 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:373:51:<br><br> uf6(i)=fx(i)*(rx(i,3,e)*urx(i)+rx(i,6,e)*usx(i)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 2<br>/home/xthomas/Nek5000/core/perturb.f:799:20:<br><br> COMMON /SCRNS/ TA (LX1,LY1,LZ1,LELT)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2370816 vs 1580544 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:724:20:<br><br> common /scruz/ ta (lx1,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (3161088 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:40:20:<br><br> COMMON /SCRNS/ RESV1 (LX1,LY1,LZ1,LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:869:20:<br><br> common /scrns/ w1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (5531904 vs 4741632 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:439:20:<br><br> common /scrns/ ta1 (lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2370816 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:222:20:<br><br> COMMON /SCRNS/ TA1 (LX1*LY1*LZ1*LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/perturb.f:143:20:<br><br> COMMON /SCRNS/ TA1 (LX1*LY1*LZ1*LELV)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier5.f -o obj/navier5.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier6.f -o obj/navier6.o<br>/home/xthomas/Nek5000/core/navier6.f:93:60:<br><br> call set_fem_data_l2(nel_proc,ndom,n_o,x,y,z,tri)<br> 1<br>Warning: Type mismatch in argument ‘p’ at (1); passed INTEGER(4) to REAL(8)<br>/home/xthomas/Nek5000/core/navier6.f:50:20:<br><br> common /ctmp0/ nv_to_t(2*ltotd)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (790272 vs 3136 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier7.f -o obj/navier7.o<br>/home/xthomas/Nek5000/core/navier7.f:411:38:<br><br> call swap (bcsr(n1),nzero,n2,inverse)<br> 1<br>Warning: Type mismatch in argument ‘temp’ at (1); passed INTEGER(4) to REAL(8)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/navier8.f -o obj/navier8.o<br>/home/xthomas/Nek5000/core/navier8.f:1737:33:<br><br> call ituple_sort(tuple,m,n,ky,nk,ind,wtuple)<br> 1<br>Warning: Rank mismatch in argument ‘key’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/navier8.f:16:43:<br><br> call setvert3d(glo_num,ngv,nx,nel,vertex,ifcenter)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vertex’ (1/8) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:18:43:<br><br> call setvert2d(glo_num,ngv,nx,nel,vertex,ifcenter)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘vertex’ (1/4) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:1185:29:<br><br> call specmpn(b,nb,a,na,ibat,iba,if3d,w,ldw)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier8.f:52:34:<br><br> call map_f_to_c_l2_bilin(uf,vf,w)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘uf’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:1146:29:<br><br> call specmpn(a,na,b,nb,iba,ibat,if3d,w,ldw)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier8.f:54:31:<br><br> call map_c_to_f_l2_bilin(uf,uc,w)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘uf’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:921:29:<br><br> call specmpn(a,na,b,nb,iba,ibat,if3d,w,ldw)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier8.f:597:26:<br><br> call a_crs_3d(a_loc,h1,h2,x,y,z,ie)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘a’ (16/64) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:1361:34:<br><br> call map_f_to_c_h1_bilin(vc,uf) ! additive Schwarz<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘uf’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:1371:31:<br><br> call map_c_to_f_h1_bilin(uf,uc)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘uf’ (1/98784) at (1)<br>/home/xthomas/Nek5000/core/navier8.f:2309:29:<br><br> call specmpn(a,na,b,nb,iba,ibat,if3d,w,ldw)<br> 1<br>Warning: Rank mismatch in argument ‘ba’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier8.f:1454:20:<br><br> common /ctmp0/ w(2,2,lx1),v(2,ly1,lz1,lelt)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (113344 vs 116032 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:1762:21:<br><br> common /scrmg/ edge,enum,fnum<br> 1<br>Warning: Named COMMON block ‘scrmg’ at (1) shall be of the same size as elsewhere (84672 vs 24192 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:1767:21:<br><br> common /scrns/ ind,etuple<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (967680 vs 322560 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:108:20:<br><br> common /scrns/ w(7*lx1*ly1*lz1*lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2765952 vs 967680 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:109:21:<br><br> common /vptsol/ a(27*lx1*ly1*lz1*lelv)<br> 1<br>Warning: Named COMMON block ‘vptsol’ at (1) shall be of the same size as elsewhere (21337344 vs 57173760 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:1342:21:<br><br> common /scrpre/ uc(lcr*lelt)<br> 1<br>Warning: Named COMMON block ‘scrpre’ at (1) shall be of the same size as elsewhere (16128 vs 19264 bytes)<br>/home/xthomas/Nek5000/core/navier8.f:1344:21:<br><br> common /scrxxt/ cmlt(lcr,lelv),mask(lcr,lelv)<br> 1<br>Warning: Named COMMON block ‘scrxxt’ at (1) shall be of the same size as elsewhere (24192 vs 32256 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:1376:51:<br><br> call gaujordf (Lj,nx,nx,indr,indc,ipiv,ierr,rmult)<br> 1<br>Warning: Rank mismatch in argument ‘rmult’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/navier5.f:1845:27:<br><br> s21 = sij(j1,j2,1,4,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (4 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:1846:27:<br><br> s31 = sij(j1,j2,1,6,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:1848:27:<br><br> s12 = sij(j1,j2,1,4,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (4 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:1850:27:<br><br> s32 = sij(j1,j2,1,5,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:1852:27:<br><br> s13 = sij(j1,j2,1,6,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:1853:27:<br><br> s23 = sij(j1,j2,1,5,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:2884:31:<br><br> call y_avg_buff(ur,w ,ut,c2,'ub',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2885:31:<br><br> call y_avg_buff(wr,wp,wt,c2,'u2',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2892:31:<br><br> call y_avg_buff(wr,wt,wp,c2,'uv',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2894:31:<br><br> call y_ins_buff(ur,w ,ut,c2,'ui',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2928:31:<br><br> call z_avg_buff(u ,v ,w ,c2,'ub',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2929:31:<br><br> call z_avg_buff(wr,wt,wp,c2,'u2',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2936:31:<br><br> call z_avg_buff(wr,wt,wp,c2,'uv',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:2938:31:<br><br> call z_ins_buff(u ,v ,w ,c2,'ui',icount)<br> 1<br>Warning: Rank mismatch in argument ‘c2’ at (1) (scalar and rank-1)<br>/home/xthomas/Nek5000/core/navier5.f:3081:14:<br><br> xt(l,3) = z(i,j,k)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/navier5.f:3242:30:<br><br> s21 = sij(j1,j2,1,4,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (4 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3243:30:<br><br> s31 = sij(j1,j2,1,6,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3245:30:<br><br> s12 = sij(j1,j2,1,4,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (4 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3247:30:<br><br> s32 = sij(j1,j2,1,5,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3249:30:<br><br> s13 = sij(j1,j2,1,6,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3250:30:<br><br> s23 = sij(j1,j2,1,5,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 3) in dimension 4<br>/home/xthomas/Nek5000/core/navier5.f:3714:34:<br><br> call z_average (ua,u,w1,w2)<br> 1<br>Warning: Rank mismatch in argument ‘u’ at (1) (rank-4 and scalar)<br>/home/xthomas/Nek5000/core/navier5.f:3715:31:<br><br> call z_average_transpose(u,ua) ! distribute ua to each z-plane<br> 1<br>Warning: Rank mismatch in argument ‘u’ at (1) (rank-4 and scalar)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/fast3d.f -o obj/fast3d.o<br>/home/xthomas/Nek5000/core/navier5.f:2756:21:<br><br> common /scravg/ u (lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (560 vs 7840 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:2702:21:<br><br> common /scravg/ u (lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (560 vs 7840 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:248:20:<br><br> common /scrns/ pm1(lx1,ly1,lz1,lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (5531904 vs 3951360 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:794:20:<br><br> common /ctmp0/ ur,us,ut,vr,vs,vt,wr,ws,wt<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (14112 vs 11090968 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:1951:20:<br><br> common /scrns/ sij (lx1*ly1*lz1*6*lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:1958:20:<br><br> common /scruz/ ur(lr),us(lr),ut(lr)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (14112 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:2315:21:<br><br> common /scravg/ ua(lt),va(lt),wa(lt),pa(lt)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (3161088 vs 7840 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:2316:20:<br><br> common /scrsf/ ta(lt,ldimt)<br> 1<br>Warning: Named COMMON block ‘scrsf’ at (1) shall be of the same size as elsewhere (790272 vs 2370816 bytes)<br>/home/xthomas/Nek5000/core/fast3d.f:553:46:<br><br> call set_up_1D_geom(dx,lbc,rbc,ll,lm,lr,z,nz)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘z’ (1/2) at (1)<br>/home/xthomas/Nek5000/core/navier5.f:2489:21:<br><br> common /scravg/ ua(lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (336 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/fast3d.f:1390:33:<br><br> call set_up_fast_1D_sem_op(s,eb0,eb1,l,r,ll,lm,lr,bh,dgl,0)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘g’ (1/196) at (1)<br>/home/xthomas/Nek5000/core/fast3d.f:932:49:<br><br> call set_up_1D_geom_ax(dx,lbc,rbc,ll,lm,lr,z,y,nz)<br> 1<br>Warning: Actual argument contains too few elements for dummy argument ‘z’ (1/2) at (1)<br>/home/xthomas/Nek5000/core/navier5.f:2514:21:<br><br> common /scravg/ w1(lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (224 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/fast3d.f:1585:27:<br><br> llr(e) = l(1,2,2,e)-lmr(e)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>/home/xthomas/Nek5000/core/fast3d.f:1586:27:<br><br> lrr(e) = l(n,2,2,e)-lmr(e)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>/home/xthomas/Nek5000/core/fast3d.f:1587:27:<br><br> lls(e) = l(2,1,2,e)-lms(e)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>/home/xthomas/Nek5000/core/fast3d.f:1588:27:<br><br> lrs(e) = l(2,n,2,e)-lms(e)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>/home/xthomas/Nek5000/core/navier5.f:3107:20:<br><br> common /scrns/ sij (lx1*ly1*lz1*6*lelv)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (4741632 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3114:20:<br><br> common /scruz/ ur(lr),us(lr),ut(lr)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (14112 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3301:20:<br><br> common /scrns/ xb(lt,lelt),yb(lt,lelt),zb(lt,lelt)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (2370816 vs 5531904 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3302:20:<br><br> common /scruz/ tmsk(lt,lelt),tmlt(lt,lelt),w1(lt),w2(lt)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (1583680 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3710:21:<br><br> common /scravg/ ua(lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (4704 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3814:21:<br><br> common /scravg/ ua(lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (336 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:3910:21:<br><br> common /scravg/ ua(lyavg)<br> 1<br>Warning: Named COMMON block ‘scravg’ at (1) shall be of the same size as elsewhere (336 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:4063:20:<br><br> common /ctmp0/ f(lxx),wk1(lxyz),wk2(lxyz),wk3(lxyz)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (6272 vs 11090968 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:4086:20:<br><br> common /ctmp0/ f(lxx),wk1(lxyz),wk2(lxyz),wk3(lxyz),diag(lx1)<br> 1<br>Warning: Named COMMON block ‘ctmp0’ at (1) shall be of the same size as elsewhere (6384 vs 11090968 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:4113:20:<br><br> common /ctmp1/ w(lt,lelt),ur(lt),us(lt),ut(lt),w1(2*lt)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (798112 vs 4704 bytes)<br>/home/xthomas/Nek5000/core/navier5.f:4517:20:<br><br> common /ctmp1/ w(lw)<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (4704 vs 798112 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/fasts.f -o obj/fasts.o<br>/home/xthomas/Nek5000/core/fasts.f:343:24:<br><br> l(i,j,2,e)=1<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>/home/xthomas/Nek5000/core/fasts.f:384:46:<br><br> w(i,j,1,3,eb)=1.0/l(i+1,j+1,2,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 3<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/calcz.f -o obj/calcz.o<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/byte.c -o obj/byte.o<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/chelpers.c -o obj/chelpers.o<br>/home/xthomas/Nek5000/core/byte.c: In function ‘byte_read_’:<br>/home/xthomas/Nek5000/core/byte.c:232:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]<br> fread(buf,sizeof(float),*n,fp);<br> ^<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/byte_mpi.f -o obj/byte_mpi.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/postpro.f -o obj/postpro.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/intp_usr.f -o obj/intp_usr.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/cvode_driver.f -o obj/cvode_driver.o<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/nek_comm.c -o obj/nek_comm.o<br>/home/xthomas/Nek5000/core/postpro.f:297:21:<br><br> gije(i,k,3) = dj*(<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 3<br>/home/xthomas/Nek5000/core/postpro.f:588:26:<br><br> call gen_int_gz(j,jt,w,n,z,m)<br> 1<br>Warning: Type mismatch in argument ‘j’ at (1); passed INTEGER(4) to REAL(8)<br>/home/xthomas/Nek5000/core/postpro.f:617:26:<br><br> call gen_int_gz(j,jt,w,n,z,m)<br> 1<br>Warning: Type mismatch in argument ‘j’ at (1); passed INTEGER(4) to REAL(8)<br>/home/xthomas/Nek5000/core/postpro.f:770:25:<br><br> xyz(li,3,kb) = zm1(1+i*nxs,1+j*nys,1+k*nzs,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:804:34:<br><br> buf2(5) = xyz(5,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:805:34:<br><br> buf2(6) = xyz(6,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:806:34:<br><br> buf2(7) = xyz(7,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:807:34:<br><br> buf2(8) = xyz(8,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:814:34:<br><br> buf2(13)= xyz(5,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:815:34:<br><br> buf2(14)= xyz(6,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:816:34:<br><br> buf2(15)= xyz(7,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:817:34:<br><br> buf2(16)= xyz(8,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:819:36:<br><br> buf2(17)= xyz(1,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:820:36:<br><br> buf2(18)= xyz(2,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:821:36:<br><br> buf2(19)= xyz(3,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:822:36:<br><br> buf2(20)= xyz(4,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:824:34:<br><br> buf2(21)= xyz(5,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:824:36:<br><br> buf2(21)= xyz(5,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:825:34:<br><br> buf2(22)= xyz(6,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:825:36:<br><br> buf2(22)= xyz(6,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:826:34:<br><br> buf2(23)= xyz(7,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:826:36:<br><br> buf2(23)= xyz(7,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:827:34:<br><br> buf2(24)= xyz(8,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:827:36:<br><br> buf2(24)= xyz(8,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:852:34:<br><br> buf(5) = xyz(5,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:853:34:<br><br> buf(6) = xyz(6,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:854:34:<br><br> buf(7) = xyz(7,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:855:34:<br><br> buf(8) = xyz(8,1,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:862:34:<br><br> buf(13) = xyz(5,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:863:34:<br><br> buf(14) = xyz(6,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:864:34:<br><br> buf(15) = xyz(7,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:865:34:<br><br> buf(16) = xyz(8,2,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:867:36:<br><br> buf(17) = xyz(1,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:868:36:<br><br> buf(18) = xyz(2,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:869:36:<br><br> buf(19) = xyz(3,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:870:36:<br><br> buf(20) = xyz(4,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:872:34:<br><br> buf(21) = xyz(5,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (5 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:872:36:<br><br> buf(21) = xyz(5,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:873:34:<br><br> buf(22) = xyz(6,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (6 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:873:36:<br><br> buf(22) = xyz(6,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:874:34:<br><br> buf(23) = xyz(7,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (7 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:874:36:<br><br> buf(23) = xyz(7,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:875:34:<br><br> buf(24) = xyz(8,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (8 > 4) in dimension 1<br>/home/xthomas/Nek5000/core/postpro.f:875:36:<br><br> buf(24) = xyz(8,3,kb)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:1212:25:<br><br> xyz(li,3,kb) = zm1(1+i*nxs,1+j*nys,1+k*nzs,e)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:1243:46:<br><br> write(10,'(4g15.7)')(xyz(ic,3,kb),ic=1,4)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:1247:46:<br><br> write(10,'(4g15.7)')(xyz(ic,3,kb),ic=5,8)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 2<br>/home/xthomas/Nek5000/core/postpro.f:1607:27:<br><br> & pts(3,1),ndim,npts)<br> 1<br>Warning: Array reference at (1) is out of bounds (3 > 2) in dimension 1<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/vprops.f -o obj/vprops.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/makeq_aux.f -o obj/makeq_aux.o<br>/home/xthomas/Nek5000/core/postpro.f:1373:20:<br><br> common /scrns/ vbc(5,6,lblock),wk(5*6*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (240000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1374:20:<br><br> common /scruz/ ibc(6,lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (12000 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1277:20:<br><br> common /scrns/ vcurve(5,12,lblock),wk(5*12*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (480000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1278:20:<br><br> common /scruz/ icurve(12,lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (24000 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1459:20:<br><br> common /scrns/ x3(27),y3(27),z3(27),xyz(3,3)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (720 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1172:20:<br><br> common /scrns/ xyz(lv,ldim,lblock),wk(lv*ldim*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (128000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1173:20:<br><br> common /scruz/ igr(lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4000 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1031:20:<br><br> common /scrns/ vbc(5,6,lblock),wk(5*6*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (240000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:1032:20:<br><br> common /scruz/ ibc(6,lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (12000 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:920:20:<br><br> common /scrns/ vcurve(5,12,lblock),wk(5*12*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (480000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:921:20:<br><br> common /scruz/ icurve(12,lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (24000 vs 790272 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:727:20:<br><br> common /scrns/ xyz(lv,ldim,lblock),wk(lv*ldim*lblock)<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (128000 vs 3161088 bytes)<br>/home/xthomas/Nek5000/core/postpro.f:728:20:<br><br> common /scruz/ igr(lblock)<br> 1<br>Warning: Named COMMON block ‘scruz’ at (1) shall be of the same size as elsewhere (4000 vs 790272 bytes)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/papi.f -o obj/papi.o<br>/home/xthomas/Nek5000/core/papi.f:5:25:<br><br> call getflops_papi(flops,mflops)<br> 1<br>Warning: Type mismatch in argument ‘flops’ at (1); passed INTEGER(8) to REAL(8)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/3rd_party/nek_in_situ.f -o obj/nek_in_situ.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/readat_new.f -o obj/readat_new.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/reader_re2.f -o obj/reader_re2.o<br>/home/xthomas/Nek5000/core/reader_re2.f:150:20:<br><br> common /ctmp1/ vi<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (411264 vs 205632 bytes)<br>/home/xthomas/Nek5000/core/reader_re2.f:147:20:<br><br> common /scrns/ bufr<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (387072 vs 193536 bytes)<br>/home/xthomas/Nek5000/core/reader_re2.f:82:20:<br><br> common /ctmp1/ vi<br> 1<br>Warning: Named COMMON block ‘ctmp1’ at (1) shall be of the same size as elsewhere (40320 vs 411264 bytes)<br>/home/xthomas/Nek5000/core/reader_re2.f:79:20:<br><br> common /scrns/ bufr<br> 1<br>Warning: Named COMMON block ‘scrns’ at (1) shall be of the same size as elsewhere (36288 vs 387072 bytes)<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/3rd_party/finiparser.c -o obj/finiparser.o<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/3rd_party/iniparser.c -o obj/iniparser.o<br>mpicc -c -O2 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/3rd_party/dictionary.c -o obj/dictionary.o<br>mpif77 -c -O3 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/mxm_std.f -o obj/mxm_std.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/comm_mpi.f -o obj/comm_mpi.o<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/core/singlmesh.f -o obj/singlmesh.o<br>mpif77 -c -O0 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/3rd_party/blas.f -o obj/blas.o<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:9764:15:<br><br> GO TO IGO,(120,150,180,210)<br> 1<br>Warning: Deleted feature: Assigned GOTO statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:9770:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:9782:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:9795:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:9806:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:17277:15:<br><br> GO TO IGO,(120,150,180,210)<br> 1<br>Warning: Deleted feature: Assigned GOTO statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:17283:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:17295:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:17308:72: Warning: Deleted feature: ASSIGN statement at (1)<br>/home/xthomas/Nek5000/core/3rd_party/blas.f:17319:72: Warning: Deleted feature: ASSIGN statement at (1)<br>mpif77 -c -O0 -DMPI -DUNDERSCORE -DTIMER /home/xthomas/Nek5000/core/3rd_party/dsygv.f -o obj/dsygv.o<br>/home/xthomas/Nek5000/core/comm_mpi.f:331:17:<br><br> call bcast(item,isize)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed INTEGER(4) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:1065:28:<br><br> call crecv(type,w,bytes)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:1087:38:<br><br> if (nid .ne. 0) call csend(type,x,bytes,parent,nullpid)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:1098:22:<br><br> call csend(typer,x,bytes,jnid,nullpid)<br> 1<br>Warning: Type mismatch in argument ‘mtype’ at (1); passed REAL(8) to INTEGER(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:1100:22:<br><br> call crecv(typer,x,bytes)<br> 1<br>Warning: Type mismatch in argument ‘mtype’ at (1); passed REAL(8) to INTEGER(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:845:15:<br><br> call gop(tmsg,t1,'+ ',1)<br> 1<br>Warning: Rank mismatch in argument ‘x’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/comm_mpi.f:850:24:<br><br> msg = irecv(1,y,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to INTEGER(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:851:22:<br><br> call csend(1,x,1,nodeb,0) ! Initiate send, to synch.<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:856:27:<br><br> msg = irecv(i,y,len)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to INTEGER(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:857:25:<br><br> call csend(i,x,len,nodeb,0)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:866:22:<br><br> call crecv(1,y,1) ! Initiate send, to synch.<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:867:22:<br><br> call csend(1,x,1,nodea,0)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:871:25:<br><br> call crecv(i,y,len)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:872:25:<br><br> call csend(i,x,len,nodea,0)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:880:15:<br><br> call gop(tmsg,t1,'+ ',1)<br> 1<br>Warning: Rank mismatch in argument ‘x’ at (1) (rank-1 and scalar)<br>/home/xthomas/Nek5000/core/comm_mpi.f:774:31:<br><br> msg = irecv(itest,y,1)<br> 1<br>Warning: Type mismatch in argument ‘x’ at (1); passed REAL(8) to INTEGER(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:775:29:<br><br> call csend(itest,x,1,nodeb,0) ! Initiate send, to synch.<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:802:29:<br><br> call crecv(itest,y,1) ! Initiate send, to synch.<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>/home/xthomas/Nek5000/core/comm_mpi.f:803:29:<br><br> call csend(itest,x,1,nodea,0)<br> 1<br>Warning: Type mismatch in argument ‘buf’ at (1); passed REAL(8) to REAL(4)<br>mpif77 -c -O2 -fdefault-real-8 -fdefault-double-8 -cpp -DMPI -DUNDERSCORE -DTIMER -I/home/xthomas/Nek5000/run/lowMach_test -I/home/xthomas/Nek5000/core -I./ /home/xthomas/Nek5000/run/lowMach_test/lowMach_test.f -o obj/lowMach_test.o <br>mpif77 -o nek5000 obj/lowMach_test.o obj/drive.o obj/drive1.o obj/drive2.o obj/plan5.o obj/plan4.o obj/bdry.o obj/coef.o obj/conduct.o obj/connect1.o obj/connect2.o obj/dssum.o obj/edgec.o obj/eigsolv.o obj/gauss.o obj/genxyz.o obj/navier1.o obj/makeq.o obj/navier0.o obj/navier2.o obj/navier3.o obj/navier4.o obj/prepost.o obj/speclib.o obj/map2.o obj/turb.o obj/mvmesh.o obj/ic.o obj/gfldr.o obj/ssolv.o obj/planx.o obj/math.o obj/mxm_wrapper.o obj/hmholtz.o obj/gfdm_par.o obj/gfdm_op.o obj/gfdm_solve.o obj/subs1.o obj/subs2.o obj/genbox.o obj/gmres.o obj/hsmg.o obj/convect.o obj/induct.o obj/perturb.o obj/navier5.o obj/navier6.o obj/navier7.o obj/navier8.o obj/fast3d.o obj/fasts.o obj/calcz.o obj/byte.o obj/chelpers.o obj/byte_mpi.o obj/postpro.o obj/intp_usr.o obj/cvode_driver.o obj/nek_comm.o obj/vprops.o obj/makeq_aux.o obj/papi.o obj/nek_in_situ.o obj/readat_new.o obj/reader_re2.o obj/finiparser.o obj/iniparser.o obj/dictionary.o obj/mxm_std.o obj/comm_mpi.o obj/singlmesh.o obj/blas.o obj/dsygv.o -L/home/xthomas/Nek5000/3rd_party/gslib/src -lgs <br><br>#############################################################<br># Compilation successful! #<br>#############################################################<br> text data bss dec hex filename<br>2320801 14924 754395016 756730741 2d1acb75 nek5000<br><br><br><br>And I can never reach a final result to show with vislt. My OS is linux ubuntu 16.04 LTS. During the installing and compiling steps, I also installed gfortran,libopenmpi-dev libmpich2-dev for mpif77 to continue the process.<br>Could you please give me some advices to solve these problems? Thank you very much!<br><br>Looking forward your earlier reply.<br></code></font></pre>
<p><font size="+1"><code>Best regards</code></font></p>
<p><font size="+1"><code> Haoran in Xi'an China<br>
</code></font></p>
<p><font size="+1"><code></code></font></p>
<pre><font size="+1"><code></code></font><font size="+1"><code></code></font></pre>
<h2 id="runningyourveryfirstsimulation"><br>
</h2>
<p><font color="#000000"><a href="https://github.com/Nek5000/Nek5000/tree/v17.0.0-beta2" class="css-truncate"><span class="css-truncate-target"></span></a></font></p>
<br>
<br>
<br>
<br>
<br>
<div style="position:relative;zoom:1">--<br>
<div>鞠浩然</div>
<div>西安交通大学 能动学院 核科学与技术系</div>
<div>陕西省西安市咸宁西路28号 邮编:710049</div>
<div>JU Haoran</div>
<div>Department of Nuclear Science and Technology, School of Energy and Power Engineering,</div>
<div>Xi'an Jiaotong University, 710049.</div>
<div>No.28 Xianning West Road, Xi'an, Shanxi Province, China.</div>
<div>Email: <a href="mailto:juhaoran012@163.com">juhaoran012@163.com</a></div>
<div style="clear:both"></div>
</div>
</div>
<br>
<br>
<span title="neteasefooter">
<div id="netease_mail_footer">
<div style="border-top:#CCC 1px solid;padding:10px 5px;font-size:17px;color:#777;line-height:22px">
<a href="http://you.163.com/item/detail?id=1183001&from=web_gg_mail_jiaobiao_7" target="_blank" style="color:#3366FF;text-decoration:none">【网易自营】好吃到爆!鲜香弹滑加热即食,经典13香/麻辣小龙虾仅75元3斤>>
</a> </div>
</div>
</span></div>
</body>
</html>