Hello

Hello,

I am trying to use an old egs code called beamdose. I have updated the code and the compilation was OK, but when I try to run it it fails, in run_user_code_batch. The message that appears is

“The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

same as the one found in the config file (linux64).

I hope you know what you are doing.”

I ‘ve tried to recompile the directory /HEN_HOUSE/egs++ but after that it appears the same message.

I will Thanks any clue

Sergio

3 thoughts on “Hello

  1. This could happen if you ran the configuration script (installer) on a different computer than your are trying to run your codes on. If you use multiple machine architectures, you need to run the `HEN_HOUSE/scripts/configure` script (or the installer) for each machine type, creating a different “configuration”, which is pointed to by `$EGS_CONFIG`. Then, when you run jobs on a given machine you need to set `$EGS_CONFIG` to point to the correct file.

    If you run the configure script and then still get this message on the same machine, let me know.

    Like

  2. R Townson

    I have run the script, but it still appears (the message)

    parabeamlet HN0075_prueba1 5 beamdose_EMIPHSP newtar512

    Usando el fichero HN0075_prueba1.egsinp

    The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

    same as the one found in the config file (linux64).

    I hope you know what you are doing.

    warning: commands will be executed using /bin/sh

    job 27 at Tue Aug 21 16:00:00 2018

    The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

    same as the one found in the config file (linux64).

    I hope you know what you are doing.

    warning: commands will be executed using /bin/sh

    job 28 at Tue Aug 21 16:00:00 2018

    The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

    same as the one found in the config file (linux64).

    I hope you know what you are doing.

    warning: commands will be executed using /bin/sh

    job 29 at Tue Aug 21 16:00:00 2018

    The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

    same as the one found in the config file (linux64).

    I hope you know what you are doing.

    warning: commands will be executed using /bin/sh

    job 30 at Tue Aug 21 16:00:00 2018

    The canonical system as returned by config.guess (x86_64-unknown-linux-gnu) is not the

    same as the one found in the config file (linux64).

    I hope you know what you are doing.

    warning: commands will be executed using /bin/sh

    job 31 at Tue Aug 21 16:00:00 2018

    Like

  3. Are you submitting the jobs to a queueing system on a cluster? It is possible that the server that does the submission is not the same architecture as the cluster nodes. Please check this and let me know what the server layout is like.

    Otherwise I’m not sure how this error could arise since the configure script writes the output of config.guess to the $EGS_CONFIG file, which is then being compared to the output of config.guess again by run_user_code_batch. So it pretty much has to be true unless you ran the configure script on a different computer.

    Like

Leave a comment