Skip to content

Commit

Permalink
Revert test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Dec 9, 2021
1 parent 81944cb commit 6af9b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions adapter/src/hermes/adapter/posix/metadata_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ class MetadataManager {
* The bool in pair indicated whether metadata entry exists.
*/
std::pair<AdapterStat, bool> Find(int fh);

/**
* Return the FileID associated with the file descriptor @p fd
*/
FileID GetFileId(int fd);
};
} // namespace hermes::adapter::posix

Expand Down
4 changes: 2 additions & 2 deletions adapter/test/data/hermes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ metadata_arena_percentage = 0.08;
transfer_window_arena_percentage = 0.08;
transient_arena_percentage = 0.03;

max_buckets_per_node = 64;
max_vbuckets_per_node = 64;
max_buckets_per_node = 16;
max_vbuckets_per_node = 32;
system_view_state_update_interval_ms = 1000;

mount_points = {"", "./", "./", "./"};
Expand Down
2 changes: 1 addition & 1 deletion adapter/test/mpiio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ add_dependencies(hermes_mpiio_adapter_test hermes_mpiio)
add_dependencies(hermes_mpiio_adapter_test hermes_daemon)
set_target_properties(hermes_mpiio_adapter_test PROPERTIES COMPILE_FLAGS "-DHERMES_INTERCEPT=1")

mpi_daemon(hermes_mpiio_adapter_test 8 "[synchronicity=async]" "async" 1)
mpi_daemon(hermes_mpiio_adapter_test 2 "[synchronicity=async]" "async" 1)
mpi_daemon(hermes_mpiio_adapter_test 2 "[synchronicity=sync]" "sync" 1)

0 comments on commit 6af9b53

Please sign in to comment.