My program: #include<stdio.h> #include"mpi.h" int main(int argc,char **argv) { int total_procs,rank,namelen,i; int n=10,m=11; char processor_name[MPI_MAX_PROCESSOR_NAME]; char filename[256]; file *fp1,*fp2; MPI_Status status; MPI_Init(&argc,&argv); MPI_Comm_size(MPI_COMM_WORLD,&total_procs); MPI_Comm_rank(MPI_COMM_WORLD,&rank); MPI_Get_Processor_name(Processor name,&namelen); fprintf(stdout,"Process %d of %d is on %s \n",rank,total_procs,processor_name); fflush(stdout); if(rank==0) { MPI_Send(&n,1,MPI_INT,1,0,MPI_COMM_WORLD); fp1=fopen("n.xx","w"); fprintf(fp1,"%d",n); } if(rank==1) { MPI_Recv(&n,1,MPI_INT,0.0,MPI_COMM_WORLD,&status); n=11; fp2=fopen("n.yy","w"); fprintf(fp2,"%d",n); fclose(fp2); } MPI_Finalize(); return 0; } to execute the program i wrote : mpiexec -n 2 -hosts master,node1 ./sim but it gives me error like assertion failed in file src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c at line 597 : hdr.datalen!=0 internal ABORT - process 1 . how to solve this error ?? On Tue, Aug 11, 2015 at 9:54 PM, <[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. Re: [MPICH compilation with NAG Fortran compiler] (Thakur, Rajeev) 2. Re: Problems with running make (Balaji, Pavan) 3. static building of mpich (Doha Ehab) 4. Re: static building of mpich (Balaji, Pavan) 5. Error : Assertion Failed (Riddhi Modi) 6. Re: Error : Assertion Failed (Balaji, Pavan) 7. Re: static building of mpich (Doha Ehab)
----------------------------------------------------------------------
Message: 1 Date: Thu, 6 Aug 2015 15:15:32 +0000 From: "Thakur, Rajeev" <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: [mpich-discuss] [MPICH compilation with NAG Fortran compiler] Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"
We run nightly tests with the NAG compiler, and they build fine (see the 5th column from the right at http://www.mpich.org/static/cron/tests/). Can you try configuring with just the ?prefix option to see if one of the options is the cause. Shared libraries are built by default.
Rajeev
On Aug 6, 2015, at 6:25 AM, Maxim Abalenkov <[email protected]> wrote:
Dear Madam or Sir,
I?m facing a problem trying to compile MPICH with NAG Fortran compiler. The compilation breaks with an unrecognised option ??dynamic lib? error. Please see the make log file called ?m.txt?.
To configure MPICH version 3.2b4 I?m using the attached configure script. Please see the script for the MPICH configuration options. Configuration and compilation log files called ?c.txt? and ?m.txt? are also attached.
I would greatly appreciate your help in compiling MPICH with NAG Fortran. Thank you. Have a good day.
Product name and version: NAG Fortran Compiler Release 6.0 (Hibiya) Build 1021 OS: Mac OS X Yosemite 10.10.4 (64-bit)
? Best wishes, Maxim Abalenkov
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss <mpich-configure-nag.sh><c.txt><m.txt>
------------------------------
Message: 2 Date: Thu, 6 Aug 2015 15:48:45 +0000 From: "Balaji, Pavan" <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: [mpich-discuss] Problems with running make Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"
Sorry, windows is not supported.
-- Pavan
From: hirak chatterjee Reply-To: "[email protected]<mailto:[email protected]>" Date: Thursday, August 6, 2015 at 10:04 AM To: "[email protected]<mailto:[email protected]>" Subject: [mpich-discuss] Problems with running make
Sir, I am working with windows 8 (64 bit). After configuring successfully,following the export step
./configure --prefix=/home/hirak/mpich-install
--enable-timer-type=gettimeofday CC="gcc-4" CPP="cpp-4" CXX="g++-4"
CXXCPP="cpp-4" 2>&1 | tee c.txt
I am getting the error repeatedly
function 'MPIX_Grequest_class_allocate' part of alias cycle. The text file is attached herewith. Plz help. Hirak
-- Hirak Chatterjee<https://www.facebook.com/hirakc1> Research Scholar Department of Chemistry Assam University, Silchar Assam-788011 INDIA Phone No: +918486882543 (ASSAM) +919475265107 (WEST BENGAL)
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss