Compute: Hopper1/2: Difference between revisions

From OACISS Systems Wiki
Jump to navigation Jump to search
(Grace Hopper Nodes)
 
No edit summary
 
Line 1: Line 1:
Please use  
Please use  
module load e4s
 
----
 
module load e4s;
module use
module use


Line 7: Line 10:
hopper2.eth
hopper2.eth


mpirun -np 2 -hostfile ./hosts osu_bw
mpirun -np 2 -hostfile ./hosts osu_bw;
mpirun -np 2 -hostfile ./hosts osu_latency
mpirun -np 2 -hostfile ./hosts osu_latency
----

Latest revision as of 11:48, 31 January 2024

Please use


module load e4s; module use

cat hosts hopper1.eth hopper2.eth

mpirun -np 2 -hostfile ./hosts osu_bw; mpirun -np 2 -hostfile ./hosts osu_latency