| Clemson Home > CCIT Home | Skip Navigation | A-Z Index Calendar CU Safety Map Webcams Phonebook |
Introduction to Condor
Essential Software for Training
CITI Training Slides and Example Programs
- Power-Point Presentations for Introduction to Condor
- Condor-Exercises (right-click,download and unzip)
CI-Days ON-LINE Condor Training Tutorials
During May 19th and 20th 2008, Clemson University hosted a major IT conference during when various workshops including a Condor Workshops was held.
The Condor Training Material used in this workshops is an excellent source of self-training.
Batch Scripting and Compilers Related Links
As Clemson's Condor Pool is currently predominantly Windows32 platform based, you will need to compile your programs for Windows to take advantage of the full power of the pool. To this effect, Clemson community have been utilising a number of compilers and tools, such as MicroSoft Visual Studio or Cygwin with GNU compilers. In additional to what has been utilized in Clemson in the past, there is also the Bloodshed C/C++ compiler. This is a free C/C++ compiler that is built upon GNU and minGW projects. It comes with a very easy to use Integrated Development Environment (IDE) that will generate an .EXE file from a C/C++ source file at the click of a button. But more importantly the resultant EXE file should run on any modern WinNT platform without the need for any extra libraries or software. This makes it ideal for the Condor Pool. There is also a solution for the Fortran90 programmers with the GNU Fortran90 compiler but that requires more effort.
- Creating Windows Batch Files
- Free and easy to use GNU C/C++ Compiler for Windows
- Gnu Fortran90 Compiler for Windows
- MinGW: Minimalist Gnu for Windows
Condor related links
