miniAMR icon indicating copy to clipboard operation
miniAMR copied to clipboard

MPI run problem with miniAMR

Open colindying opened this issue 4 years ago • 1 comments

image application called MPI_Abort(MPI_COMM_WORLD, -1) - process 0 number of processors used does not match number allocated

I meet a problem that MPI_Abort failed , I cannot solve it , Can you help me ?

colindying avatar Mar 26 '22 15:03 colindying

The problem that you are having is that the number of ranks that you are using (specified on the system run command) does not match the number that you specified with the arguments to the program (product of --npx, --npy, and --npz).

Courtenay Vaughan

From: Shi Xiaolin @.> Sent: Saturday, March 26, 2022 9:38 AM To: Mantevo/miniAMR @.> Cc: Subscribed @.***> Subject: [EXTERNAL] [Mantevo/miniAMR] MPI run problem with miniAMR (Issue #12)

[image]https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F37111966%2F160246650-78c231e4-6fc1-4dd4-8311-604ef0ea8077.png&data=04%7C01%7Cctvaugh%40sandia.gov%7C5c7d8c25ec9f487f959208da0f3eaf3c%7C7ccb5a20a303498cb0c129007381b574%7C1%7C0%7C637839059147575407%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=NsgzDy2KRr0HmBLFI7rprtD1l%2F9qHzMGdW4JN9IP9BY%3D&reserved=0 application called MPI_Abort(MPI_COMM_WORLD, -1) - process 0 number of processors used does not match number allocated

I meet a problem that MPI_Abort failed , I cannot solve it , Can you help me ?

Reply to this email directly, view it on GitHubhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMantevo%2FminiAMR%2Fissues%2F12&data=04%7C01%7Cctvaugh%40sandia.gov%7C5c7d8c25ec9f487f959208da0f3eaf3c%7C7ccb5a20a303498cb0c129007381b574%7C1%7C0%7C637839059147575407%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=23DMYGTjOSC7EovfkWYNbaAsvz%2BgGAV01yEOfPfHVmA%3D&reserved=0, or unsubscribehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAE3BEPPOKMPVM2S3SY43XITVB4VPLANCNFSM5RXHYMEQ&data=04%7C01%7Cctvaugh%40sandia.gov%7C5c7d8c25ec9f487f959208da0f3eaf3c%7C7ccb5a20a303498cb0c129007381b574%7C1%7C0%7C637839059147575407%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sN%2BrfTbfHKuqfPserCrVoWTuoa7XigfOckSeNPfyrl8%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.@.>>

ctvaugh avatar Mar 30 '22 13:03 ctvaugh