Update .gitea/workflows/q-e_gpu_merlin7.yml

This commit is contained in:
2025-05-15 10:51:23 +02:00
parent f053b456aa
commit 34fcbfa2bb

View File

@ -11,12 +11,16 @@ jobs:
steps:
- name: Source Pmodules profile
run: |
exec 3> /dev/tcp/login001/12345
echo "salloc" >&3
salloc --partition=a100-hourly --clusters=gmerlin7 --time=00:30:00 --ntasks=16 --nodes=1 --gpus=1 --mem=40000
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem
PMODULES_VERSION='2.0.0.2'
echo "source profile" >&3
source /opt/psi/config/profile.bash
/usr/bin/env > /dev/tcp/login001/12345
echo "profile sourced" >&3
/usr/bin/env >&3
sleep 2d
module use Spack
module use unstable