[CIG-MC] Installing CitcomS - Cygwin

Walter Landry wlandry at caltech.edu
Mon Jun 18 11:09:39 PDT 2012


Lester Anderson <lester_anderson1963 at hotmail.com> wrote:
> Hi Walter,
> 
> Still wondering if mpich2 has installed properly judging from those
> errors? Added the last config from the mpich2 install

I am not sure.  Try making a simple C file

  echo "int main(){}" > ttmp.c

and then compiling it with your mpich compiler

  /home/anderson/mpich2-1.4.1p1/bin/mpicc ttmp.c -o ttmp

If you get the "cannot find -lpmpich" error, try

  /home/anderson/mpich2-1.4.1p1/bin/mpicc ttmp.c -o ttmp -L/home/anderson/mpich2-1.4.1p1/lib

Cheers,
Walter Landry


More information about the CIG-MC mailing list