[Nek5000-users] Nek5000-users Digest, Vol 89, Issue 10
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Fri Aug 5 14:36:17 CDT 2016
Patel,Mansi A has shared a OneDrive for Business file with you. To view it, click the link below.
<https://uflorida-my.sharepoint.com/personal/mansipatel_ufl_edu/Documents/Email%20attachments/Screenshot-5.png>
[https://r1.res.office365.com/owa/prem/images/dc-png_20.png]<https://uflorida-my.sharepoint.com/personal/mansipatel_ufl_edu/Documents/Email%20attachments/Screenshot-5.png>
Screenshot-5.png<https://uflorida-my.sharepoint.com/personal/mansipatel_ufl_edu/Documents/Email%20attachments/Screenshot-5.png>
Hello users,
Thanks Ron Rahaman that was much helpful.
I am having redhat linux workstation and I have downloaded openmpi in it to run it parallel
I typed ./nekbmpi eddy_uv 4 I getting different error it says p= 4 has passed but not compiled with DMPI. I have no clue what does that mean.
I have attached screen shot of the error(screen shot 5)
Thanks,
Mansi Patel
________________________________
From: nek5000-users-bounces at lists.mcs.anl.gov <nek5000-users-bounces at lists.mcs.anl.gov> on behalf of nek5000-users-request at lists.mcs.anl.gov <nek5000-users-request at lists.mcs.anl.gov>
Sent: Thursday, July 14, 2016 1:00:10 PM
To: nek5000-users at lists.mcs.anl.gov
Subject: Nek5000-users Digest, Vol 89, Issue 10
Send Nek5000-users mailing list submissions to
nek5000-users at lists.mcs.anl.gov
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
or, via email, send a message with subject or body 'help' to
nek5000-users-request at lists.mcs.anl.gov
You can reach the person managing the list at
nek5000-users-owner at lists.mcs.anl.gov
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Nek5000-users digest..."
Today's Topics:
1. problems in compiling the code for parallel run
(nek5000-users at lists.mcs.anl.gov)
2. Re: problems in compiling the code for parallel run
(nek5000-users at lists.mcs.anl.gov)
----------------------------------------------------------------------
Message: 1
Date: Wed, 13 Jul 2016 20:27:38 +0000
From: nek5000-users at lists.mcs.anl.gov
To: "nek5000-users at lists.mcs.anl.gov"
<nek5000-users at lists.mcs.anl.gov>, "tanvikaushik13 at gmail.com"
<tanvikaushik13 at gmail.com>
Subject: [Nek5000-users] problems in compiling the code for parallel
run
Message-ID:
<mailman.25937.1468441664.24727.nek5000-users at lists.mcs.anl.gov>
Content-Type: text/plain; charset="iso-8859-1"
Hello Users,
I have Redhat linux workstation, I have already compiled code with nekb by making changes in makenek file, but now I want to run it parallel. At first when I compiled it by making F77 = mpif77 and cc= mpicc and commenting IFMPI ="false" I got errors that mpi not found than I installed openmpi
Now when I compile using makenek it gets compiled successfully but when I try to run it using nekbmpi i get errors like
mv: cannot stat `eddy_uv.sch': No such file or directory
and sometimes if i do ./nekbmpi eddy_uv 4 it and put enter i get no errors on first time but if i enter again for second time I get same error that is mv: cannot stat `eddy_uv.sch': No such file or directory
I want to understand what mistake I am doing and what should I do to get rid of errors and also which file can help me to see whats going on in simulation
Thanks,
Mansi Patel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20160713/39dfedc7/attachment-0001.html>
------------------------------
Message: 2
Date: Thu, 14 Jul 2016 07:20:10 -0500
From: nek5000-users at lists.mcs.anl.gov
To: nek5000-users at lists.mcs.anl.gov
Subject: Re: [Nek5000-users] problems in compiling the code for
parallel run
Message-ID:
<mailman.25984.1468498816.24727.nek5000-users at lists.mcs.anl.gov>
Content-Type: text/plain; charset="utf-8"
Hi Mansi,
I suspect that you can safely ignore the error. The error probably comes
from line 7 of the "nekbmpi" script:
mv $1.sch $1.sch1
This command is intended to move the .sch file from a previous run, in case
there's one in your directory. If this is your first run, there will be no
.sch file in your directory, and the "mv" command will give the error you
saw. So it probably doesn't indicate a problem.
Best,
Ron Rahaman
Argonne National Laboratory, Math and Computer Science Division
University of Chicago, Department of Computer Science
On Wed, Jul 13, 2016 at 3:27 PM, <nek5000-users at lists.mcs.anl.gov> wrote:
> Hello Users,
>
> I have Redhat linux workstation, I have already compiled code with nekb by
> making changes in makenek file, but now I want to run it parallel. At first
> when I compiled it by making F77 = mpif77 and cc= mpicc and commenting
> IFMPI ="false" I got errors that mpi not found than I installed openmpi
>
> Now when I compile using makenek it gets compiled successfully but when I
> try to run it using nekbmpi i get errors like
> mv: cannot stat `eddy_uv.sch': No such file or directory
> and sometimes if i do ./nekbmpi eddy_uv 4 it and put enter i get no errors
> on first time but if i enter again for second time I get same error that is mv:
> cannot stat `eddy_uv.sch': No such file or directory
> I want to understand what mistake I am doing and what should I do to get
> rid of errors and also which file can help me to see whats going on in
> simulation
>
>
> Thanks,
> Mansi Patel
>
>
> _______________________________________________
> Nek5000-users mailing list
> Nek5000-users at lists.mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20160714/d1c4aeb1/attachment-0001.html>
------------------------------
_______________________________________________
Nek5000-users mailing list
Nek5000-users at lists.mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
End of Nek5000-users Digest, Vol 89, Issue 10
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20160805/9fcad2e0/attachment-0001.html>
More information about the Nek5000-users
mailing list