--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/31963b53-3c13-447a-9660-8410aac9fbe4%40googlegroups.com.
When I do “./amg_setup” or “./amg_hypre” it says command not found?
Incidentally, after the attempted run, this is the list of my files in the directory.
-rw-r--r-- 1 nadmalik ME 1016072 Jan 28 16:47 amgdmp_i.dat
-rw-r--r-- 1 nadmalik ME 1016072 Jan 28 16:47 amgdmp_j.dat
-rw-r--r-- 1 nadmalik ME 1016072 Jan 28 16:47 amgdmp_p.dat
-rw-r--r-- 1 nadmalik ME 114012 Jan 28 16:45 build.log
-rw-r--r-- 1 nadmalik ME 1764 Jan 28 16:47 machinefile.1081778
-rw-r--r-- 1 nadmalik ME 11528 Jan 28 16:44 makefile
-rwxr-xr-x 1 nadmalik ME 1838384 Jan 28 16:45 nek5000
-rw-r--r-- 1 nadmalik ME 0 Jan 28 16:47 Nek5000.e1081778
-rw-r--r-- 1 nadmalik ME 16099 Jan 28 16:47 Nek5000.o1081778
drwxr-xr-x 2 nadmalik ME 4096 Jan 28 16:45 obj
-rw-r--r-- 1 nadmalik ME 463 Jan 28 16:09 README.md
drwxr-xr-x 2 nadmalik ME 4096 Jan 28 16:09 ref
-rw-r--r-- 1 nadmalik ME 414 Jan 28 16:43 run.sh
-rw-r--r-- 1 nadmalik ME 58 Jan 28 16:47 SESSION.NAME
-rw-r--r-- 1 nadmalik ME 2214 Jan 28 16:42 SIZE
-rw-r--r-- 1 nadmalik ME 465784 Jan 28 16:09 turbChannel.amg_Aff.dat
-rw-r--r-- 1 nadmalik ME 652280 Jan 28 16:09 turbChannel.amg_AfP.dat
-rw-r--r-- 1 nadmalik ME 80016 Jan 28 16:09 turbChannel.amg.dat
-rw-r--r-- 1 nadmalik ME 54584 Jan 28 16:09 turbChannel.amg_W.dat
-rw-r--r-- 1 nadmalik ME 521 Jan 28 16:41 turbChannel.box
-rw-r--r-- 1 nadmalik ME 11091 Jan 28 16:45 turbChannel.f
-rw-r--r-- 1 nadmalik ME 166024 Jan 28 16:44 turbChannel.ma2
-rw-r--r-- 1 nadmalik ME 733 Jan 28 16:09 turbChannel.par
-rw-r--r-- 1 nadmalik ME 1032292 Jan 28 16:43 turbChannel.re2
-rw-r--r-- 1 nadmalik ME 10828 Jan 28 16:09 turbChannel.usr
-nadeem
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMiK49dnHJGF80O75TnbcT4KR6kjPMGbbtLOT2zETav0dA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/002d01d5d631%2408a99250%2419fcb6f0%24%40cantab.net.
I must be missing something, because in ~/Nek5000/tools when I do “./maketools amg_setup” it says,
quanah:/Nek5000/tools$ ./maketools amg_setup
building amg_setup ... failed
FATAL ERROR occured during compilation!
Check build.log for details
build.log is in my turbChannel directory, and simply contains the compilation messages:
ar -cr libblasLapack.a *.o
‘turbChannel.usr’ -> ‘turbChannel.f’
mpif77 -O2 -cpp -fdefault-real-8 -fdefault-double-8 -std=legacy -DMPI -DUNDERSCORE -DGLOBAL_LONG_LONG -DTIMER -I/home/nadmalik/Nek5000/trash/turbChannel -I/home/nadmalik/Nek5000/core -I./ -I /home/nadmalik/Nek5000/core/experimental -c /home/nadmalik/Nek5000/trash/turbChannel/turbChannel.f
/home/nadmalik/Nek5000/trash/turbChannel/turbChannel.f:142:47:
if (ldimt.ge.2) call lambda2(t(1,1,1,1,2))
1
Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 5
/home/nadmalik/Nek5000/trash/turbChannel/turbChannel.f:143:50:
if (ldimt.ge.3) call comp_vort3(t(1,1,1,1,3),wo1,wo2,vx,vy,vz)
1
Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 5
building libnek5000.a ... done
mpif77 -O2 -cpp -fdefault-real-8 -fdefault-double-8 -std=legacy -DMPI -DUNDERSCORE -DGLOBAL_LONG_LONG -DTIMER -I/home/nadmalik/Nek5000/trash/turbChannel -I/home/nadmalik/Nek5000/core -I./ -I /home/nadmalik/Nek5000/core/experimental -o nek5000 /home/nadmalik/Nek5000/core/drive.f /home/nadmalik/Nek5000/trash/turbChannel/turbChannel.o libnek5000.a -L/home/nadmalik/Nek5000/3rd_party/blasLapack -lblasLapack -L/home/nadmalik/Nek5000/3rd_party/gslib/lib -lgs -Wl,--allow-multiple-definition
#############################################################
# Compilation successful! #
#############################################################
text data bss dec hex filename
1714109 16732 138484584 140215425 85b8481 nek5000
What is missing ?
Thanks
Nadeem
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
p.s. in the tools directory, I see the following sub-directories, including “nekamg_setup”:
drwxr-xr-x 4 nadmalik ME 4096 Apr 24 2019 cgns2nek
drwxr-xr-x 3 nadmalik ME 4096 Apr 24 2019 exo2nek
drwxr-xr-x 2 nadmalik ME 4096 Jan 28 16:52 genbox
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 gencon
drwxr-xr-x 2 nadmalik ME 4096 Jan 28 16:52 genmap
-rwxr-xr-x 1 nadmalik ME 254 Jan 20 10:27 maketools
-rw-r--r-- 1 nadmalik ME 4723 Apr 24 2019 maketools.inc
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 n2to3
drwxr-xr-x 3 nadmalik ME 4096 Apr 24 2019 nekamg_setup
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 nekmerge
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 postnek
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 prenek
drwxr-xr-x 2 nadmalik ME 4096 Apr 24 2019 reatore2
and nekamg_setup contains:
-rw-r--r-- 1 nadmalik ME 36590 Apr 24 2019 amg_setup.c
-rw-r--r-- 1 nadmalik ME 8784 Apr 24 2019 amg_setup.h
-rw-r--r-- 1 nadmalik ME 97029 Jan 28 17:51 build.log
drwxr-xr-x 3 nadmalik ME 4096 Jan 28 17:51 hypre
-rw-r--r-- 1 nadmalik ME 431 Apr 24 2019 makefile
Thanks
Nadeem
From: nek...@googlegroups.com <nek...@googlegroups.com> On Behalf Of Tanmoy Chatterjee
Sent: Tuesday, January 28, 2020 5:35 PM
To: nadeem...@cantab.net
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/005c01d5d636%241b1dbf10%2451593d30%24%40cantab.net.
I have tried on the TTU hpc, and the same result.
I have also tried on the TACC stampede2, and the maketool at least works; but here I am getting errors in compiling all of a sudden? I maybe a older version, so let me try a few things, then I’ll get back you.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgz_GMSj7dLrZj72M_oZ_c27XVwqzVrRXE3aGa%2BQAXDww%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/31963b53-3c13-447a-9660-8410aac9fbe4%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMiK49dnHJGF80O75TnbcT4KR6kjPMGbbtLOT2zETav0dA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/002d01d5d631%2408a99250%2419fcb6f0%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/005c01d5d636%241b1dbf10%2451593d30%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
I get:
building nekamg_setup ... failed
FATAL ERROR occured during compilation!
Check build.log for details
Same if for amg_setup
-nadeem
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/31963b53-3c13-447a-9660-8410aac9fbe4%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMiK49dnHJGF80O75TnbcT4KR6kjPMGbbtLOT2zETav0dA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/002d01d5d631%2408a99250%2419fcb6f0%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/005c01d5d636%241b1dbf10%2451593d30%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgz_GMSj7dLrZj72M_oZ_c27XVwqzVrRXE3aGa%2BQAXDww%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/76004b60-3ec5-47f6-8e8e-0776ed49dd9f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/31963b53-3c13-447a-9660-8410aac9fbe4%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMiK49dnHJGF80O75TnbcT4KR6kjPMGbbtLOT2zETav0dA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/002d01d5d631%2408a99250%2419fcb6f0%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/005c01d5d636%241b1dbf10%2451593d30%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgz_GMSj7dLrZj72M_oZ_c27XVwqzVrRXE3aGa%2BQAXDww%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/31963b53-3c13-447a-9660-8410aac9fbe4%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMiK49dnHJGF80O75TnbcT4KR6kjPMGbbtLOT2zETav0dA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/002d01d5d631%2408a99250%2419fcb6f0%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgiZRKimoycmNkQ-e6mLS968-TY55jyP9AA__Y%3DHk2YBQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/005c01d5d636%241b1dbf10%2451593d30%24%40cantab.net.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/CAPiUqMgz_GMSj7dLrZj72M_oZ_c27XVwqzVrRXE3aGa%2BQAXDww%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/76004b60-3ec5-47f6-8e8e-0776ed49dd9f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nek5000/ff20eda9-fb75-486b-aaba-4ed83f278c32%40googlegroups.com.