I think the parameter getenv = True is what you need.
De: "Mahmood Naderan" <nt_mahmood@xxxxxxxxx>
Para: htcondor-users@xxxxxxxxxxx
Enviadas: Sexta-feira, 26 de janeiro de 2018 7:28:29
Assunto: [HTCondor-users] .bashrc settings are not seen by the condor script
Hi,
I have set some paths and variables in the ~/.bashrc and the home folder is shared among nodes. So, when I ssh to compute-0-0 or compute-0-1, the program works fine because it finds the paths and other things.
However, with the following script, the condor job is unable to find such variables.
universe = parallel
executable = g09
arguments = ts.gjf
log = ts.log
output = ts.out
error = ts.out
machine_count = 1
queue
Should I use transfer files options? I wonder why since the home is shared among nodes.
Regards,
Mahmood
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/