File: disable-mpi-otf

package info (click to toggle)
gtg-trace 0.2-3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: ansic: 5,141; fortran: 234; makefile: 189; f90: 167; sh: 30
file content (16 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://github.com/trahay/Generic-Trace-Generator/issues/6
---
 test/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/Makefile
+++ b/test/Makefile
@@ -52,7 +52,7 @@ check   : all
 	done
 
 	for i in $(MPI_TESTS) ; do \
-		for type in 1 2 ; do \
+		for type in 1 ; do \
 			echo running $$i $$type ; \
 			mpirun --host localhost:6 -np 6 --bind-to none bin/$$i $$type ; \
 		done ; \