Translations:Ansys/2841/fr: Difference between revisions
Jump to navigation
Jump to search
m (FuzzyBot moved page Translations:ANSYS/2841/fr to Translations:Ansys/2841/fr without leaving a redirect: Part of translatable page "ANSYS") |
No edit summary |
||
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> |
Latest revision as of 18:12, 7 June 2024
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=
- !/bin/bash