mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Removed extra CHEM cases
This commit is contained in:
parent
5c02308901
commit
9087393f61
@ -59,30 +59,6 @@ void poet::ChemistryModule::WorkerLoop() {
|
|||||||
MPI_INT, 0, this->group_comm);
|
MPI_INT, 0, this->group_comm);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
case CHEM_WARMUP_PHASE: {
|
|
||||||
int warmup_flag = 0;
|
|
||||||
ChemBCast(&warmup_flag, 1, MPI_INT);
|
|
||||||
this->warmup_enabled = (warmup_flag == 1);
|
|
||||||
//std::cout << "Warmup phase is " << this->warmup_enabled << std::endl;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case CHEM_DHT_ENABLE: {
|
|
||||||
int dht_flag = 0;
|
|
||||||
ChemBCast(&dht_flag, 1, MPI_INT);
|
|
||||||
this->dht_enabled = (dht_flag == 1);
|
|
||||||
//std::cout << "DHT_enabled is " << this->dht_enabled << std::endl;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case CHEM_IP_ENABLE: {
|
|
||||||
int interp_flag = 0;
|
|
||||||
ChemBCast(&interp_flag, 1, MPI_INT);
|
|
||||||
this->interp_enabled = (interp_flag == 1);
|
|
||||||
;
|
|
||||||
std::cout << "Interp_enabled is " << this->interp_enabled << std::endl;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
case CHEM_CTRL_ENABLE: {
|
case CHEM_CTRL_ENABLE: {
|
||||||
int ctrl = 0;
|
int ctrl = 0;
|
||||||
ChemBCast(&ctrl, 1, MPI_INT);
|
ChemBCast(&ctrl, 1, MPI_INT);
|
||||||
@ -97,7 +73,6 @@ void poet::ChemistryModule::WorkerLoop() {
|
|||||||
this->stab_enabled = hasFlag(flags, STAB_ENABLE);
|
this->stab_enabled = hasFlag(flags, STAB_ENABLE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case CHEM_WORK_LOOP: {
|
case CHEM_WORK_LOOP: {
|
||||||
WorkerProcessPkgs(timings, iteration);
|
WorkerProcessPkgs(timings, iteration);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user