Added some preliminary pragma omps and verified that acIntegrate works as it should.
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config_loader.h"
|
||||
#include "src/core/math_utils.h"
|
||||
#include "model/host_forcing.h"
|
||||
#include "model/host_memory.h"
|
||||
#include "model/host_timestep.h"
|
||||
#include "model/model_boundconds.h"
|
||||
#include "model/model_reduce.h"
|
||||
#include "model/model_rk3.h"
|
||||
#include "src/core/math_utils.h"
|
||||
|
||||
#include "src/core/errchk.h"
|
||||
|
||||
@@ -431,8 +431,9 @@ check_rk3(const AcMeshInfo& mesh_info)
|
||||
acIntegrate(dt);
|
||||
|
||||
model_rk3(dt, model_mesh);
|
||||
boundconds(model_mesh->info, model_mesh);
|
||||
}
|
||||
boundconds(model_mesh->info, model_mesh);
|
||||
acBoundcondStep();
|
||||
acStore(gpu_mesh);
|
||||
|
||||
bool is_acceptable = verify_meshes(*model_mesh, *gpu_mesh);
|
||||
|
||||
Reference in New Issue
Block a user