Peter St. John wrote: > In C I'd get a return value from malloc (like, NULL in this case, > assuming the memory allocation failed). How does that work in modern > fortran? > Peter
It fails in amusingly unpredictable ways. Depending on how I spin the counters, I can get it to repeat endlessly, or segfault initializing the first few cells. This is with GFortran. -- Geoffrey D. Jacobs _______________________________________________ Beowulf mailing list, [email protected] To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
