Hi all,
    
    For now we are running a Condor 8.2.2 with partitionable slots
    configuration.
    
    Is there a way to say that, for a job, we want to request twice as
    much memory as the CPU number (in G)?
    For example, if I request 5 CPUs, I would also like to request 10G
    of memory.
    
    From the documentation, I understood that we can only use directly a
    variable that we set. Example:
    
ncpus = 10
    request_cpus = $(ncpus)
    
    Or compute a variable from a ClassAd one. Example:
    
arguments = --memory $$([TARGET.Memory * 0.9])
    
    Is there a way to do something like that?
    
ncpus = 10
    request_memory = $$[$(ncpus) * 2048])
    
    Cheers,
    Mathieu
    
-- 
---------------------------------------------------------------------------------------
| Mathieu Bahin
| IE CNRS
|
| Institut de Biologie de l'Ecole Normale SupÃrieure (IBENS)
| Biocomp team
| 46 rue d'Ulm
| 75230 PARIS CEDEX 05
| 01.44.32.23.56
---------------------------------------------------------------------------------------