You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/csc -out:SpawnTest.exe -target:exe -optimize+ -lib:../../MPI -reference:MPI.dll -lib:../../TestCommons -reference:TestCommons.dll ./SpawnTest.cs
Microsoft (R) Visual C# Compiler version 2.3.2.61928 (ec1cde8b)
Copyright (C) Microsoft Corporation. All rights reserved.
SpawnTest.cs(34,35): error CS1061: 'Intracommunicator' does not contain a definition for 'Spawn' and no extension method 'Spawn' accepting a first argument of type 'Intracommunicator' could be found (are you missing a using directive or an assembly reference?)
Makefile:834: recipe for target 'SpawnTest.exe' failed
The text was updated successfully, but these errors were encountered: