ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
703 stars 217 forks source link

tbg warning/error on hemera #3716

Closed PrometheusPi closed 1 year ago

PrometheusPi commented 3 years ago

When using tbg with the current dev on hemera, I get the following warning/error:

../picongpu4/bin/tbg: line 178: [: ==: unary operator expected
../picongpu4/bin/tbg: line 178: [: ==: unary operator expected

The error seems to occur during the eval of $data_set. I have tested it so far only with the Bunch example case 5 (single particle test on k20 partition).

PrometheusPi commented 3 years ago

It seems to cause an extra break in the picongpu command line arguments (in submit.start):

grafik

EDIT: This is part of the *.tbg and should not cause the warning/error.

BrianMarre commented 1 year ago

@PrometheusPi does this error still occur?

pordyna commented 1 year ago

@BrianMarre I definitely keep seeing it, but not sure if also in the newest version.

PrometheusPi commented 1 year ago

I could not reproduce this error with the current dev. How about you @pordyna?

PrometheusPi commented 1 year ago

Will close this issue for now. If it still occurs under specific conditions, please feel free to reopen.