Skip to content

Commit 92a52a5

Browse files
committed
jobutils: Remove exception list from previous commands
1 parent f9f3798 commit 92a52a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDArtc.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define GPUCA_DETERMINISTIC_CODE(...) GPUCA_DETERMINISTIC_CODE(__VA_ARGS__)
2121
#define GPUCA_RTC_CONSTEXPR GPUCA_RTC_CONSTEXPR
2222

23-
// GPUReconstructionCUDAIncludesSystem.h prependended by CMakewithout preprocessor running
23+
// GPUReconstructionCUDAIncludesSystem.h prependended by CMake without preprocessor running
2424
#include "GPUReconstructionCUDADef.h"
2525
#include "GPUReconstructionIncludesDeviceAll.h"
2626

Utilities/Tools/jobutils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ taskwrapper() {
107107

108108
STARTTIME=$SECONDS
109109

110+
rm -f encountered_exceptions_list
110111
# launch the actual command in the background
111112
echo "Launching task: ${command} &> $logfile &"
112113
# the command might be a complex block: For the timing measurement below

0 commit comments

Comments
 (0)