MPI.NET icon indicating copy to clipboard operation
MPI.NET copied to clipboard

FAIL ./Tests/SpawnTest/SpawnTest.exe on Debian

Open jmp75 opened this issue 7 years ago • 1 comments

Cannot open assembly './Tests/SpawnTest/SpawnTest.exe': No such file or directory.

jmp75 avatar Feb 10 '18 04:02 jmp75

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

jmp75 avatar Feb 10 '18 04:02 jmp75