Closed wcornwell closed 9 years ago
Ah, HPC systems. Such a joy to use.
If you run
remake::install_remake(".")
on the head node it will put some scripts in the working directory. Then your pbs script can include:
./remake
as the command and everything should work.
Mostly works, except I'm having working directory issues.
Does remake.yml have to be in the same folder as the remake scripts?
Can you set the working directory at the top of the remake.yml file and then have all the subsequent paths be relative?
Afraid so. But I can set you up a change directory on the command line tool if that's useful. I'm avoiding thinking about some deeper issues with working directories as it's much harder than it seems at first glance.
I've got this to work, now I think
@wcornwell I know this is an old issue, but if you want to split up remake
targets over multiple PBS jobs, another option is parallelRemake/remakeGenerator using the Makefile
and shell.sh
in described here: that is, if the overhead is worth your while.
@wlandau-lilly cool thanks. I'll check it out.
any ideas?