Translations:Ansys/2841/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "export KMP_AFFINITY=disabled ansysedt -monitor -UseElectronicsPPE -ng -distributed -machinelist list=localhost:1:$SLURM_NTASKS \ -batchoptions "TempDirectory=$SLURM_TMPDIR HPC...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
export KMP_AFFINITY=disabled
export KMP_AFFINITY=disabled
ansysedt -monitor -UseElectronicsPPE -ng -distributed -machinelist list=localhost:1:$SLURM_NTASKS \
ansysedt -monitor -UseElectronicsPPE -ng -distributed -machinelist list=localhost:1:$SLURM_NTASKS \
-batchoptions "TempDirectory=$SLURM_TMPDIR HPCLicenseType=pool HFSS/EnableGPU=0" -batchsolve $YOUR_AEDT_FILE
-batchoptions "TempDirectory=$SLURM_TMPDIR HPCLicenseType=pool HFSS/EnableGPU=0" -batchsolve "$YOUR_AEDT_FILE"
}}
}}
</tab>
</tab>
<tab name="Single Node Script - Options File">
<tab name="Nœud simple (fichier d'options)">
{{File
{{File
|name=script-local-opt.sh
|name=script-local-opt.sh

Latest revision as of 18:12, 7 June 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Ansys)
export KMP_AFFINITY=disabled
ansysedt -monitor -UseElectronicsPPE -ng -distributed -machinelist list=localhost:1:$SLURM_NTASKS \
-batchoptions "TempDirectory=$SLURM_TMPDIR HPCLicenseType=pool HFSS/EnableGPU=0" -batchsolve "$YOUR_AEDT_FILE"
}}
</tab>
<tab name="Single node (options file)">
{{File
|name=script-local-opt.sh
|lang="bash"
|contents=
#!/bin/bash

export KMP_AFFINITY=disabled ansysedt -monitor -UseElectronicsPPE -ng -distributed -machinelist list=localhost:1:$SLURM_NTASKS \ -batchoptions "TempDirectory=$SLURM_TMPDIR HPCLicenseType=pool HFSS/EnableGPU=0" -batchsolve "$YOUR_AEDT_FILE" }} </tab> <tab name="Nœud simple (fichier d'options)"> {{File |name=script-local-opt.sh |lang="bash" |contents=

  1. !/bin/bash