grahamhaug / LarionovLabComputationalScripts

Useful scripts for data processing/job management of Gaussian 16/TACC jobs
1 stars 1 forks source link

update frontera page to reflect python version #2

Open VictorEijkhout opened 1 year ago

VictorEijkhout commented 1 year ago

https://github.com/grahamhaug/LarionovLabComputationalScripts/blob/main/TACC_Frontera/Installing_Python3_TACC.pdf

Frontera has had python3 for as long as it has been operational:

module load python3
python3 --version

Currently 3.9.2 is the highest version available.

Please update guide accordingly.

If you absolutely need 3.10, submit a ticket.

grahamhaug commented 1 year ago

Victor,

Thanks a bunch, I had just figured that out when I had looked at Cody's ssl issue. Didn't know that 3.10 dropped support. I'll update accordingly and swapped him to 3.9.

GCH

On Fri, Sep 16, 2022 at 7:14 PM Victor Eijkhout @.***> wrote:

https://github.com/grahamhaug/LarionovLabComputationalScripts/blob/main/TACC_Frontera/Installing_Python3_TACC.pdf

Frontera has had python3 for as long as it has been operational:

module load python3 python3 --version

Currently 3.9.2 is the highest version available.

Please update guide accordingly.

If you absolutely need 3.10, submit a ticket.

— Reply to this email directly, view it on GitHub https://github.com/grahamhaug/LarionovLabComputationalScripts/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALV4CEW4JRCNEJFPEOTKOWDV6UEOXANCNFSM6AAAAAAQOYELCA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Graham Haug 610-850-3769 @.***

VictorEijkhout commented 1 year ago

We wish we could remove the system python, but unfortunately we can't. Sorry for the confusion.