BioLockJ-Dev-Team / sheepdog_testing_suite

Test suite for BioLockJ development team.
3 stars 8 forks source link

only include module load lines when using cluster env #286

Closed IvoryC closed 3 years ago

IvoryC commented 3 years ago

module load R

This was included in a script that was not run in the cluster env. cluster.modules=R should only be used when running in a cluster environment.

IvoryC commented 3 years ago

mmm.... the module system is not stricktly tied to the cluster system. You may use it on just the head node. This should be included anytime the properties exist in the config file.

IvoryC commented 3 years ago

Should the property name be changed? That would make more sense. The whole "module load" system is kind of its own special thing. I don't know enough about it to generalize it correctly... so it will just be unchanged until further notice.