Running Cactus under Windows 8.1 using Cygwin did not work 'out of the box' for me. The cygwin known architecture file appears to be very old (1999), that might explain the problems.
I managed to compile and run the WaveToyC sample as follows:
- remove cygwin from lib/make/known-architectures
- create a Cygwin.conf specifying C/C++ compiler and linker (attached)
- create a WaveToyC.th thorn file listing only the thorns needed by
WaveToyC (attached)
- create the configuration:
make wave-config options=Cygwin.conf THORNLIST=WaveToyC.th
- compile it:
make wave
- run:
exe/cactus_wave.exe arrangements/CactusWave/WaveToyC/par/wavetoy.par
This should work for all C and C++ thorns, I am not sure about the Fortran
ones
- Michele
Cygwin.conf
Description: Binary data
WaveToyC.th
Description: Binary data
_______________________________________________ Developers mailing list [email protected] http://www.cactuscode.org/mailman/listinfo/developers
