Turned the specific compiler order mpiCC into a Macro
so it's easier to modify We shall need to put this into the automatic configure one day ...
This commit is contained in:
parent
a1fffff045
commit
019c8cd3e3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
MPICC = ./mpiCC
|
MPICC = mpiCC
|
||||||
|
|
||||||
ALL = IslandBitEA IslandBitEA2 IslandBitEA1
|
ALL = IslandBitEA IslandBitEA2 IslandBitEA1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
MPICC = ./mpiCC
|
MPICC = mpiCC
|
||||||
|
|
||||||
ALL = MasterDistEvalBitEA SlaveDistEvalBitEA
|
ALL = MasterDistEvalBitEA SlaveDistEvalBitEA
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue