deepmodeling / dpdispatcher

generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish
https://docs.deepmodeling.com/projects/dpdispatcher/
GNU Lesser General Public License v3.0
42 stars 56 forks source link

dpgen is carried out separately in different places #458

Open wangyi01 opened 4 months ago

wangyi01 commented 4 months ago

Details

I want to do FP operations on our group server and GPU potential function training on Bohrium. Can I download the FP file to my local computer and then use our group server to calculate it and upload the result? For example, change the record after uploading

felix5572 commented 2 months ago

Maybe you could set fp part of dpgen to run locally and submit the train and md part to Bohrium? @wangyi01