[SCore-users] Compiling GROMACS

kameyama at pccluster.org kameyama at pccluster.org
Wed Apr 2 09:17:37 JST 2003


In article <1049233954.21103.109.camel at cr1> "James O'Dell" <James_ODell at brown.edu> wrotes:
> I am trying to compile GROMACS with X enabled.
> Mow the SCore compilers try to link all of the programs
> statically but X likes to be linked dynamically.

1. Please try -nostatic option.
   SCore compilers default is statically link.
   But -nostatic option force dybamically link.
   Note that SCore is not able to checkpoint/restore
   dynamically program.

2. Please add -ldl library to link the program.
   If you add this option, you can X11 programs to be statically linked.
   SCore demo program (mandel and pmandel) is linked with -ldl option.

                       from Kameyama Toyohisa



More information about the SCore-users mailing list