mcexec: detect mismatch of mcexec -n and mpirun -ppn
Change-Id: I0c42e3119143da40ea2e69cd9ec99bde78a0ad2a Refs: #929
This commit is contained in:
committed by
Masamichi Takagi
parent
1cfc5ca71f
commit
1d135492c3
11
test/issues/929/Makefile
Normal file
11
test/issues/929/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C929.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user