MPI.NET
MPI.NET copied to clipboard
FAIL ./Tests/SpawnTest/SpawnTest.exe on Debian
Cannot open assembly './Tests/SpawnTest/SpawnTest.exe': No such file or directory.
When trying to compile spawntest:
/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