Don't use TRICK_HOST_CPU in MonteCarlo SHH command

Fixes #564
This commit is contained in:
Derek Bankieris 2018-02-27 09:38:12 -06:00
parent 64d44d6fa8
commit 8bdcd28631

View File

@ -40,7 +40,7 @@ void Trick::MonteCarlo::initialize_slave(Trick::MonteSlave* slave_to_init) {
}
if (!slave_to_init->S_main_name.compare("")) {
slave_to_init->S_main_name = "./S_main_${TRICK_HOST_CPU}.exe";
slave_to_init->S_main_name = "./S_main_*.exe";
}
/** <li> Append the S_main executable and slave-specific arguments. */