#51 [↑][↓] 31-12-2013 19:44:12

Yan Solo
Membre
Lieu : Bouches-du-Rhône
Inscription : 15-03-2008

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

Entre P3D et FSX dx10 nouvelle sauce 2014 semble être prometteur ! wink


I7 10700K - CM Asus TUF GAMING Z490 PLUS - 64 Go Corsair DDR4 3600 - RTX 2080 Ti Gigabyte Super Gaming 11 Go - 2 SDD M2 de 2 To et 2 de 1 To - Windows 11 64

Hors ligne

#52 [↑][↓] 01-01-2014 08:11:46

rogbiss
Membre
Inscription : 16-06-2010
Renommée :   

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

bonjour et bonne année à tous
Je crois que quelqu'un a demandé comment faire fonctionner tous les cores avec windows 7
Je suis également demandeur (j'ai essayé mais suis incapable de controler ou de faire apparaitre la modif)
intel 2600k

Hors ligne

#53 [↑][↓] 01-01-2014 10:36:13

Lagaffe
Membre
Lieu : LFPO / retraité
Inscription : 13-03-2008

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

On appelle le Gestionnaire de Tâches (bouton droit dans la barre du même nom tout en bas)
On sélectionne l'onglet Application et on choisit l'Application à modifier
On déroule le menu contextuel jusqu'à Aller dans le processus ce qui fait basculer dans le second onglet
On descend encore le menu contextuel et on choisit Définir l'affinité !

Après il n'y a plus qu'à cocher les cores que l'on désire faire fonctionner et appliquer la modification.
Cette modification doit être faite à chaque lancement sinon il faut automatiser cela via un script et un utilitaire psexec comme cela:

Mon BAT pour lancer FS2004  sur 2 cores

T:\Sysutils\admin\psexec \\sandy-bridge -a 0,1 F:\FS91_test\FS91_test.exe

... vous n'avez plus qu'à adapter wink je vous donne même la doc sur l'utilitaire psexec (à aller chercher sur le Web).

PsExec executes a program on a remote system, where remotely executed console
applications execute interactively.

Usage: psexec [\\computer[,computer2[,...] | @file]][-u user [-p psswd][-n s][-l
][-s|-e][-x][-i [session]][-c [-f|-v]][-w directory][-d][-<priority>][-a n,n,...
] cmd [arguments]
     -a         Separate processors on which the application can run with
                commas where 1 is the lowest numbered CPU. For example,
                to run the application on CPU 2 and CPU 4, enter:
                "-a 2,4"
     -c         Copy the specified program to the remote system for
                execution. If you omit this option the application
                must be in the system path on the remote system.
     -d         Don't wait for process to terminate (non-interactive).
     -e         Does not load the specified account's profile.
     -f         Copy the specified program even if the file already
                exists on the remote system.
     -i         Run the program so that it interacts with the desktop of the
                specified session on the remote system. If no session is
                specified the process runs in the console session.
     -h         If the target system is Vista or higher, has the process
                run with the account's elevated token, if available.
     -l         Run process as limited user (strips the Administrators group
                and allows only privileges assigned to the Users group).
                On Windows Vista the process runs with Low Integrity.
     -n         Specifies timeout in seconds connecting to remote computers.
     -p         Specifies optional password for user name. If you omit this
                you will be prompted to enter a hidden password.
     -s         Run the remote process in the System account.
     -u         Specifies optional user name for login to remote
                computer.
     -v         Copy the specified file only if it has a higher version number
                or is newer on than the one on the remote system.
     -w         Set the working directory of the process (relative to
                remote computer).
     -x         Display the UI on the Winlogon secure desktop (local system
                only).
     -priority  Specifies -low, -belownormal, -abovenormal, -high or
                -realtime to run the process at a different priority. Use
                -background to run at low memory and I/O priority on Vista.
     computer   Direct PsExec to run the application on the remote
                computer or computers specified. If you omit the computer
                name PsExec runs the application on the local system,
                and if you specify a wildcard (\\*), PsExec runs the
                command on all computers in the current domain.
     @file      PsExec will execute the command on each of the computers listed
                in the file.
     program    Name of application to execute.
     arguments  Arguments to pass (note that file paths must be
                absolute paths on the target system).

You can enclose applications that have spaces in their name with
quotation marks e.g. psexec \\marklap "c:\long name app.exe".
Input is only passed to the remote system when you press the enter
key, and typing Ctrl-C terminates the remote process.

If you omit a user name the process will run in the context of your
account on the remote system, but will not have access to network
resources (because it is impersonating). Specify a valid user name
in the Domain\User syntax if the remote process requires access
to network resources or to run in a different account. Note that
the password is transmitted in clear text to the remote system.

Error codes returned by PsExec are specific to the applications you
execute, not PsExec.


@+ Didier
mini-Logo-Beaver-small.jpg
W10 Pro 64b Build 22H2 - Boitier HAF 932 - Z390 STRIX-F - 9900K - 2x16 Go - NVidia 3060 Ti 8 Go - Alim Corsair 800W - Ecran 34" - NVidia Studio ready 536.23
P3D v5.4 = http://www.pilote-virtuel.com/img/members/53/P3Dv5HF-Reglages-A.jpg - MSFS Deluxe/STORE - X-Plane 12B

Hors ligne

#54 [↑][↓] 01-01-2014 10:48:07

Ptipilot
Membre
Lieu : LFPT
Inscription : 18-03-2008

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

Didier,

juste un petit truc à préciser...

Dans le cas de l'utilisation et du pilotage des cores au travers de PsExec (ou autres outils de ce type...), il faut impérativement vérifier que l'affiniymask interne du produit laisse l'autorisation à l'ensemble des cores de travailler.;)


A+

Alain

Hors ligne

#55 [↑][↓] 01-01-2014 18:51:25

Lagaffe
Membre
Lieu : LFPO / retraité
Inscription : 13-03-2008

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

Tout à fait mon cher ... Alain, tu fais bien de le préciser wink


@+ Didier
mini-Logo-Beaver-small.jpg
W10 Pro 64b Build 22H2 - Boitier HAF 932 - Z390 STRIX-F - 9900K - 2x16 Go - NVidia 3060 Ti 8 Go - Alim Corsair 800W - Ecran 34" - NVidia Studio ready 536.23
P3D v5.4 = http://www.pilote-virtuel.com/img/members/53/P3Dv5HF-Reglages-A.jpg - MSFS Deluxe/STORE - X-Plane 12B

Hors ligne

#56 [↑][↓] 01-01-2014 19:00:42

NEPTUNE6P2V7
Membre
Inscription : 26-08-2009
Renommée :   116 

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

Ptipilot a écrit :

Didier,

juste un petit truc à préciser...

Dans le cas de l'utilisation et du pilotage des cores au travers de PsExec (ou autres outils de ce type...), il faut impérativement vérifier que l'affiniymask interne du produit laisse l'autorisation à l'ensemble des cores de travailler.;)

Et si il est Corse? hein Alain ... laugh


AMD Ryzen 9 7900X (4.7 GHz / 5.6 GHz)/ASUS ROG STRIX X670E-E GAMING WIFI / RX 7900 XTX GAMING OC 24G / SSD 980 PRO M.2 PCIe NVMe 500 Go / SSD 980 PRO M.2 PCIe NVMe 2 To / Samsung SSD 870 QVO 2 To / Corsair iCUE 7000X / Seasonic PRIME PX-1300 - Bluestork Grapheme / Acer Nitro XV345CURVbmiphuzx / Acer Nitro XV253QPbmiiprzx -JBL Quantum Duo - MSI MEG CORELIQUID S360

Hors ligne

#57 [↑][↓] 01-01-2014 21:30:32

Yan Solo
Membre
Lieu : Bouches-du-Rhône
Inscription : 15-03-2008

Re : [P3D] Quelques tests avec ou sans AffinityMask (P3D v2.0)

NEPTUNE6P2V7 a écrit :
Ptipilot a écrit :

Didier,

juste un petit truc à préciser...

Dans le cas de l'utilisation et du pilotage des cores au travers de PsExec (ou autres outils de ce type...), il faut impérativement vérifier que l'affiniymask interne du produit laisse l'autorisation à l'ensemble des cores de travailler.;)

Et si il est Corse? hein Alain ... laugh

Alors là c'est la nuit bleue... laugh


I7 10700K - CM Asus TUF GAMING Z490 PLUS - 64 Go Corsair DDR4 3600 - RTX 2080 Ti Gigabyte Super Gaming 11 Go - 2 SDD M2 de 2 To et 2 de 1 To - Windows 11 64

Hors ligne

Pied de page des forums