EPF LOCAL SITE   (How to use this page)


UNANSWERED QUESTIONS


GENERAL


ROOT


FEYNMAN GRAPHS


Atlfast-fortran/PYTHIA


Condor at UiO

As of 14 December, 2001 the university is running an old version of Condor (6.1) and we are running a modern version of RedHat such that our GNU c-libraries are not quite compatible with the condor_compile command. If you append `condor_glibc` at the end of the condor_compile command you should avoid the fatal compilation error concerning uname. The condor_glibc command will be updated along with Condor such that your compilation scripts and Makefiles should still work. The man pages for the condor (version 6.3, so a bit more advanced than UiO)commands (except condor_glibc which is entirely local and hopefully temporary) are here.

Example: condor_compile g77 -o mytest mytest.f `condor_glibc`

condor_q - checks the status of your jobs

condor_status - displays the status of Condor at UiO

condor_submit <filename> - submits the Condor job in <filename>

NB! If the condor commands don't work try: source /etc/profile

Example of a Condor job:

####################
##
## Test Condor command file for BABAMC benchmark on some local EPF machines
## 4 identical jobs are submitted ("queue 4")
####################

universe        = standard
executable      = bench_condor.remote
output          = bench.out.$(process)
error           = bench.err
log             = bench.log
Maskiner = (Machine == "tagger.uio.no" \
        || Machine == "vertex.uio.no" \
        || Machine == "tracker.uio.no" \
        || Machine == "helicity.uio.no" \
        || Machine == "fyspc-epf01.uio.no" \
        || Machine == "fyspc-epf09.uio.no" \
        || Machine == "fyspc-epf18.uio.no")
requirements = arch == "INTEL" && opsys == "LINUX" && $(Maskiner)

queue 4
    

Python scripts


Suggestions concerning considerable structural changes should be directed to Børge
Last modified: Tue Sep 17 12:35:08 CEST 2002