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

[HTCondor-users] permission trouble executing tcl jobs



*** UW-Madison Mail System warning: attached executable file was renamed ***
* 
* Attached to this message is an executable file or an archive that 
* contains an executable file.  The attachment has been renamed for 
* your protection.
* 
* The file was scanned by UW-Madison anti-virus scanners and no threat 
* was found.  However, executable files should be treated with great 
* caution.  It's possible for viruses to slip through undetected in 
* the minutes before anti-virus definitions are published.
* 
* Please confirm with the sender that the file was sent intentionally, 
* and that the file is safe to run before renaming the file by 
* removing the "_renamed" from the end of the filename. 
* 
* For more information and support, please visit the following link:
* 
* https://kb.wisc.edu/office365/page.php?id=6056
* 
*************************** end of warning *********************************



Hi,
I'm setting up a condor pool to run OpenSees files. The machines run on Windows 7, 64 bits, with condor version 8.7.8. Simple tests with batch files querying date, time, machine name, etc, work perfectly, but when running a tcl script (Opensees input) it ends abnormaly. What could be misconfigured? When I run the batch file from a command window it runs as expected. Here're the contents of the files I'm using (attached, along other config files). My only guess is that there's some security issue, maybe the antivirus or something else. What else should I try to make it work?

Submit file:
executable = modelupdbatch.bat
should_transfer_files = YES
transfer_executable = TRUE
log = joblogfile.log
error = errlogfile.log
queue 1

batch file (modelupdbatch.bat):
"C:\Opensees\OpenSees.exe" "step0.tcl"

tcl file (step0.tcl):
set systemTime [clock seconds]
set machinename [info hostname];
set filename "testresults$machinename.out";
set fileId [open $filename "w"]
puts $fileId "The time is: [clock format $systemTime -format %H:%M:%S]"
puts $fileId "The date is: [clock format $systemTime -format %D]"
puts $fileId "Hostname is: $machinename"
close $fileId

Job's log:
...
005 (293.000.000) 06/15 16:10:04 Job terminated.
    (1) Normal termination (return value -1073741515)
        Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
        Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
        Usr 0 00:00:00, Sys 0 00:00:00  -  Total Remote Usage
        Usr 0 00:00:00, Sys 0 00:00:00  -  Total Local Usage
    0  -  Run Bytes Sent By Job
    57  -  Run Bytes Received By Job
    0  -  Total Bytes Sent By Job
    57  -  Total Bytes Received By Job
    Partitionable Resources :    Usage  Request Allocated
       Cpus                 :                 1         1
       Disk (KB)            :        9        1  19339332
       Memory (MB)          :        0        1       506
...


thanks!

1517427987376_Outlook-1486572014.png
Gustavo A. Ospina
| Docente Interno | Facultad de Ingeniería Civil| 
Universidad Pontificia Bolivariana | Km. 7 Autopista a Piedecuesta Oficina K-406C. Bucaramanga, COLOMBIA
Tel: +57(7) 679 62 20 | Ext. 20165

gustavo.ospina@xxxxxxxxxx | www.upb.edu.co

CONFIDENCIALIDAD: Este mensaje de correo electrónico contiene información privilegiada y confidencial; si usted no es el destinatario real del mismo, elimínelo de manera inmediata, reenvíelo a su remitente o informe de esta inconsistencia al correo datos.personales.bga@xxxxxxxxxxx Así mismo, puede solicitar actualización de sus datos personales o la eliminación de nuestras listas de distribución a éste mismo correo. Para ver más sobre nuestra política de tratamiento y protección de datos personales ingrese al sitio http://politicadp.bucaramanga.upb.edu.co

Attachment: help.zip_renamed
Description: help.zip