readme.compile
来自「一个很好的分子动力学程序」· COMPILE 代码 · 共 24 行
COMPILE
24 行
24 Jun 1999The source code is in the src/ directory. From there you cancompile the various flavors of xmd using the following commands.The executable will be named xmd.thread or xmd.nothreaddepending on whether it is SMP or not.STANDARD Version To compile standard XMD under UNIX, type "make". SMP Version - Intel Linux To compile the SMP version you need (1) Linux running SMP (compiled with SMP=1 set in Linux Makefile) (2) LinuxThreads library. See http://pauillac.inria.fr/~xleroy/linuxthreads/ If the above requirements are met, you can compile the SMP version on an INTEL machine by typing "make -f Makefile.SMP.intel"SMP Version - misc SMP (untested) You need to have Posix threads installed. If present, type "make -f Makefile.SMP"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?