- 论坛徽章:
- 0
|
常用的信息:
1,Sun 机器: slogin sfaug4.rzg.mpg.de
Linux Cluster: p01.bc.rzg.mpg.de
2,set up the X-DISPLAY at PC. You must run exceed first,then run the command:
csh/tcsh : setenv DISPLAY 130.183.4.38:0.0
bash/ash: export DISPLAY=130.183.4.38:0.0
3,complie and run program at psi:
login: slogin psi
complile: mpxlf90_r -o output_program_name -qsuffix=f=f90 -qrealsize=8 -qdpc=e -lessl input_program_name.f90
then,you must creat a file named : host.file , the content of this file is the nodes of you will use. such as:
psi.rzg.mpg.de
psi.rzg.mpg.de
psi.rzg.mpg.de
psi.rzg.mpg.de
that mean i use 4 cpu at psi node. then you can run the program use:
poe output_program_name -procs 4
that mean you use 4 CPUs at psi.
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/24300/showart_205327.html |
|