From a78ccdfd7ca639cfbcc3f95a86bf1120a6f424e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Widera?= Date: Mon, 9 Dec 2024 17:06:53 +0100 Subject: [PATCH] remove ib config fix #5222 The ibconfig is not compatible with all MPI versions. I added this file 10 years ago as a workaround for Infiniband issues. If for any reason ib configuration is required the variables should be set in the corresponding tpl file. --- etc/picongpu/openib.conf | 5 ----- etc/picongpu/submitAction.sh | 1 - 2 files changed, 6 deletions(-) delete mode 100644 etc/picongpu/openib.conf diff --git a/etc/picongpu/openib.conf b/etc/picongpu/openib.conf deleted file mode 100644 index b8caf53715..0000000000 --- a/etc/picongpu/openib.conf +++ /dev/null @@ -1,5 +0,0 @@ -#this file handels openib configuration for pic -#we have problems with large data over 1MB -#thus we create bigger openib buffer (100MB) -btl_openib_rdma_pipeline_send_length = 100000000 -btl_openib_rdma_pipeline_frag_size = 100000000 diff --git a/etc/picongpu/submitAction.sh b/etc/picongpu/submitAction.sh index c787594235..5c6ab94422 100755 --- a/etc/picongpu/submitAction.sh +++ b/etc/picongpu/submitAction.sh @@ -50,7 +50,6 @@ if [ -f $TBG_projectPath/cmakeFlagsSetup ] then cp -a $TBG_projectPath/cmakeFlagsSetup input fi -cp -a $TBG_cfgPath/openib.conf tbg cp -a $0 tbg if [ -f $TBG_cfgPath/cpuNumaStarter.sh ] then