Skip to content

Commit

Permalink
Use default memory option during reframe tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jun 17, 2024
1 parent 3bea74b commit 1ce6819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ sed -i "s/__NUM_CPUS__/${cpu_count}/g" $RFM_CONFIG_FILES
sed -i "s/__NUM_SOCKETS__/${socket_count}/g" $RFM_CONFIG_FILES
sed -i "s/__NUM_CPUS_PER_CORE__/${threads_per_core}/g" $RFM_CONFIG_FILES
sed -i "s/__NUM_CPUS_PER_SOCKET__/${cores_per_socket}/g" $RFM_CONFIG_FILES
sed -i "s/__MEM_PER_NODE__/${cgroup_mem_mib}/g" $RFM_CONFIG_FILES
# on local systems the change below is not the case, it works on AWS
# sed -i "s/__MEM_PER_NODE__/${cgroup_mem_mib}/g" $RFM_CONFIG_FILES

# Workaround for https://github.com/EESSI/software-layer/pull/467#issuecomment-1973341966
export PSM3_DEVICES='self,shm' # this is enough, since we only run single node for now
Expand Down

0 comments on commit 1ce6819

Please sign in to comment.