Re: [mpich-discuss] Nemesis engine query by Viswanath
I did try initializing Multithreading support #include<mpi.h> int main() { int provided; int returnvalue = MPI_Init_thread(&argc,&argv,MPI_THREAD_MULTIPLE,&provided); if(provided < MPI_THREAD_MULTIPLE) { printf("\n THREAD LIBRARY DOESN'T HAVE MULTITHREADING SUPPORT:"); exit(1); } } The code compiles but throws an error - Assertion failed in file /home/viswa/libraries/mpich-3.1.4/src/include/mpiimplthreadpost.h at line 163: depth > 0 && depth < 10 internal ABORT - process 1 internal ABORT - process 0 Could you please refer me to some documentation for mpi_init_thread/ MPICH-multithreading documentation as I am relatively new to it. Thanks, Viswanath On Fri, Jul 31, 2015 at 2:41 AM, <[email protected]> wrote:
Send discuss mailing list submissions to [email protected]
To subscribe or unsubscribe via the World Wide Web, visit https://lists.mpich.org/mailman/listinfo/discuss or, via email, send a message with subject or body 'help' to [email protected]
You can reach the person managing the list at [email protected]
When replying, please edit your Subject line so it is more specific than "Re: Contents of discuss digest..."
Today's Topics:
1. PANFS Remove RAID0 and add RAIDN to MPICH 3.2 (Victorelli, Ron) 2. Re: PANFS Remove RAID0 and add RAIDN to MPICH 3.2 (Rob Latham) 3. Re: hydra, stdin close(), and SLURM (Aaron Knister) 4. Re: Nemesis engine (Viswanath Krishnamurthy) 5. Re: Nemesis engine (Halim Amer) 6. Active loop in MPI_Waitany? (Dorier, Matthieu) 7. Re: Active loop in MPI_Waitany? (Jeff Hammond)
----------------------------------------------------------------------
Message: 1 Date: Wed, 29 Jul 2015 12:07:40 +0000 From: "Victorelli, Ron" <[email protected]> To: "[email protected]" <[email protected]> Subject: [mpich-discuss] PANFS Remove RAID0 and add RAIDN to MPICH 3.2 Message-ID: < BN3PR08MB12888AACA7907A8ACED7531AA18C0@BN3PR08MB1288.namprd08.prod.outlook.com
Content-Type: text/plain; charset="us-ascii"
I am a developer at Panasas, and we would like to provide a patch that removes RAID0 support and adds RAIDN support to romio (MPICH 3.2):
src/mpi/romio/adio/ad_panfs/ad_panfs_open.c
I currently do not have an MCS or trac account.
Thank You
Ron Victorelli Software Engineer Panasas, Inc Email: [email protected]<mailto:[email protected]> Tel: 412 -323-6422 www.panasas.com<http://www.panasas.com> [Panasas_Logo_LR]
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Viswanath Krishnamurthy