Wiki

Clone wiki

pflotran / Depreciated / Installation / Files / cygwin-bash.bat

echo off echo file: cygwin-bash.bat

@echo VS110COMNTOOLS

— Microsoft Visual Studio 2012 —
The following path should match the VS110COMNTOOLS environment variable

call “C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat” x86

— Intel Composer XE —
I have found that the name of the directory containing the composer can
differ depending on the release #, update, service pack. I.e.
“Composer XE” may very much differ in name from your installation.
Best to search for the file “ifortvars.bat” under your installation
directory.

call “C:\Program Files (x86)\Intel\Composer XE\bin\ifortvars.bat” ia32

must set HOME temporarily to c
:set HOME=/cygdrive/c
set HOME=/cygdrive/c/users/gehammo/documents

C:\software\cygwin\bin\bash -l

Updated