-
Notifications
You must be signed in to change notification settings - Fork 8
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
error: test1D_cos_c Segmentation fault (core dumped) #2
Comments
The test program is meant to be running on more than 1 core/task. Also, see
the header of the source file for instructions on setting up an input file.
…On Tue, Nov 5, 2019 at 2:48 AM ztdepztdep ***@***.***> wrote:
Dear sir:
I met the following error, when i run the test program test1D_cos_c.
./test1D_cos_c
P3DFFT++ test1. Running on 1 cores
GitVersion = 2150652
GitDate = 2019-10-05
Executable, test1D_cos.c, was compiled with GCC/G++ (version 4582491) on Nov 5 2019 at 18:40:18
Cannot open input file. Setting to default nx=ny=nz=128, dim=0, n=1.
P3DFFT test, 1D wave input, 1D cosine transform
Double precision
(128 128 128) grid
dimension of transform: 0
1 repetitions
Creating proc. grid with mpi_dims_create
Using processor grid 1 x 1
Segmentation fault (core dumped)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ACXPORVKKG5XLPISAIX3OL3QSFFRLA5CNFSM4JJA442KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW3MZXA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXPORUO663TKODAW73SX2DQSFFRLANCNFSM4JJA442A>
.
|
Thanks. It works |
Dear, @dmitrypek Is there any way to specify input arrays (gdims, pgrid, proc_order, mem_order) in order to run on a single process? |
Thanks for your interest. Currently, it is not working with a single
process. This will be fixed in the future. Can you tell me the reason for
needing this?
…On Sun, Jan 5, 2020 at 9:04 AM ShatrovOA ***@***.***> wrote:
Dear, @dmitrypek <https://github.com/dmitrypek>
Is there any way to specify input arrays (gdims, pgrid, proc_order,
mem_order) in order to run on a single process?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ACXPORWMCSPR64AVCXOIMIDQ4IHLPA5CNFSM4JJA442KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEID3CRY#issuecomment-570929479>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXPORRSL3UEOGBONJXPIYTQ4IHLPANCNFSM4JJA442A>
.
|
Obviously, I am not intending to use this library to run on a single process, just wanted to know if it is possible.. |
Dear sir:
I met the following error, when i run the test program test1D_cos_c.
The text was updated successfully, but these errors were encountered: