I am using SSH to connect with a supercomputer remotely.
How can I figure out which platform this computer is on? Because I need to
check if this platform matches with a FORTRAN library requirement. Thanks!
D**e 发帖数: 10169
2
uname -a
【在 s********e 的大作中提到】 : I am using SSH to connect with a supercomputer remotely. : How can I figure out which platform this computer is on? Because I need to : check if this platform matches with a FORTRAN library requirement. Thanks!