|
|
|
|
|
by clavigne
1828 days ago
|
|
why? I commonly do things like screen 10,000 molecules for some property by calling a Fortran program 10k time. If each run takes 60s of compute, the 10s boot from Julia (over the nfs disk) would be pretty significant. Using Julia in this case basically means having to rewrite all of the other programs into it and getting rid of eg snakemake or gnu parallel or any number of other very common HPC workflows. In fact I'd venture that doing a sequence of things many times is just as common an HPC workload than single jobs running for very long times. |
|