From c3ea934af63f50fd5b99edea16b42e01179fc9ba Mon Sep 17 00:00:00 2001 From: tapplencourt Date: Wed, 5 Feb 2025 19:53:49 +0000 Subject: [PATCH] remove not needed info --- xprof/xprof.rb.in | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index 5a8b3886..1f3e53b1 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -988,26 +988,14 @@ if __FILE__ == $PROGRAM_NAME warn(<<~EOF WARNING: It looks like you are trying to trace an MPI application. The recommended way is to use: - `#{launcher} iprof cmd` + `#{launcher} iprof cmd` not - `iprof mpiexec cmd` + `iprof mpiexec cmd` Using `iprof #{launcher} cmd` will only profile a *single* hostname and may also profile the MPI launcher (e.g., PALS). EOF ) - - - if OPTIONS[:'backend-names'].include?('ze') && !env_fetch_first('LTTNG_UST_ZE_DDI_TABLE_FORWARD') - warn(<<~EOF - ERROR: To profile PALS with the `ze` backend, you must either: - 1. `export LTTNG_UST_ZE_DDI_TABLE_FORWARD=1` - 2. Or disable the Level Zero backend by removing it from `--backends`. - - EOF - ) - exit(1) - end end # Setup Logger