[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_compile and ifort



Sorry : finally found it : 

just replace /usr/bin/ld with the one furnished by condor (Who said "as stated in the doc" ?): 
       mv /[ld-path]/ld /[ld-path]/ld.real
        cp /usr/local/condor/lib/ld /[ld-path]/ld
        chown root /[ld-path]/ld
        chmod 755 /[ld-path]/ld

Bye 
Nicolas
----------------
On Fri, 23 Dec 2005 15:58:14 +0100
Nicolas GUIOT <nicolas.guiot@xxxxxxx> wrote:

> Hi 
> 
> I'm trying to condor_compile a program written in fortran, taht we usually compile with the intel fortran compiler.
> 
> But I'm getting the following error : 
> $ condor_compile make
> Usage: condor_compile <command> [options/files .... ]
>   where <command> is one of the following:
>   gcc, g++, g77, cc, acc, c89, CC, f77, fort77, ld,
>   pgcc, pgf77, pgf90, or pghpf.
>   (on some platforms, f90 is also allowed)
> 
> I went a bit through the condor_compile script, and I think it _could_ work if I had a full install of condor : But during the install process, when asked if I wanted a "full install of condor", I answered Yes, as much as I can remember (I had followed the Mike Yoder's doc : http://docs.optena.com/display/CONDOR/A+Simple+Linux+Installation) : 
> 
> So, What did I miss ?
> 
> Or : How can I "correct" this ? Is it at least possible to compile with "ifort", the intel fortran compiler ?
> 
> Thanks for any advice... and Merry Christmas :)
> Nicolas
> 
> -----------------------------------------------
> CNRS - UPR 9080 : Laboratoire de Biochimie Theorique
> Institut de Biologie Physico-Chimique
> 13 rue Pierre et Marie Curie
> 75005 PARIS - FRANCE
> 
> Tel : +33 158 41 51 70
> Fax : +33 158 41 50 26
> ------------------------------------------------
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 

----------

-----------------------------------------------
CNRS - UPR 9080 : Laboratoire de Biochimie Theorique
Institut de Biologie Physico-Chimique
13 rue Pierre et Marie Curie
75005 PARIS - FRANCE

Tel : +33 158 41 51 70
Fax : +33 158 41 50 26
------------------------------------------------