-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shot_record pdfs when running marmousi model #115
Comments
Can you experiment changing vmin=-1e-3, vmax=1e-3 values? Look at the max and minimum value of p_r and set it for the pdf. |
Thanks for reply! I will try now!
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Alexandre Olender ***@***.***>
Sent: Wednesday, July 3, 2024 10:16:03 PM
To: NDF-Poli-USP/spyro ***@***.***>
Cc: Wu, Yifan ***@***.***>; Author ***@***.***>
Subject: Re: [NDF-Poli-USP/spyro] shot_record pdfs when running marmousi model (Issue #115)
This email from ***@***.*** originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
Can you experiment changing vmin=-1e-3, vmax=1e-3 values? Look at the max and minimum value of p_r and set it for the pdf.
—
Reply to this email directly, view it on GitHub<#115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDENNF4ROWHX5C6H5I7N4H3ZKRSZHAVCNFSM6AAAAABKFZ675KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBXGMYTINRVHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello, Furthermore, there is no difference in the results even when I specify different
and thefollowing will give the same result
Do you have any idea about this result? |
Yes, currently we support using a number of cores that is a multiple of the number of sources (e.g., with 4 sources, you can use 4, 8, 16, 32, and so on). Each source is essentially a separate forward problem that utilizes spatial parallelism internally. We are also working on an enhancement (issue #105) to add the capability of running multiple shots in serial. |
[like] Wu, Yifan reacted to your message:
…________________________________
From: Alexandre Olender ***@***.***>
Sent: Thursday, July 4, 2024 2:08:16 PM
To: NDF-Poli-USP/spyro ***@***.***>
Cc: Wu, Yifan ***@***.***>; Author ***@***.***>
Subject: Re: [NDF-Poli-USP/spyro] shot_record pdfs when running marmousi model (Issue #115)
This email from ***@***.*** originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
Could this issue be related to using serial execution instead of parallel?
Yes, currently we support using a number of cores that is a multiple of the number of sources (e.g., with 4 sources, you can use 4, 8, 16, 32, and so on). Each source is essentially a separate forward problem that utilizes spatial parallelism internally. We are also working on an enhancement (issue #105<#105>) to add the capability of running multiple shots in serial.
—
Reply to this email directly, view it on GitHub<#115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDENNFZC2XF3IMQDNPBEGCDZKVJNBAVCNFSM6AAAAABKFZ675KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBZGA4TCMBRGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello, I was successfully running the script located in the
/paper
folder namedrun_fwi_2d.py
. However, I noticed that the output files in the shots folder are identical. For instance,shot_number_1.pdf
is exactly the same asshot_number_30.pdf
.I am using MacOS and executing the script in the terminal with the command
python run_fwi_2d.py
. Does anyone know why this might be happening? I would really appreciate any insight.The code is the following:
The
shot_number_31.pdf
is like the following:The
shot_number_3.pdf
is like the following:The text was updated successfully, but these errors were encountered: