I submit a job (for example one shell script), I use the environment variable directly in the shell script, but cannot find it, I need do one of the following way:
1, in script, need ‘source profile’
2, qsub -V = …
are there any easy way to passthrough the system environment variable to user process of job? thanks!