bashからmatlabをバックグラウンド実行する時の並列計算
Afficher commentaires plus anciens
parforを使っているmスクリプトに対して
sshでホストpcに接続し,bashから
nohup matlab -nosplash -nodisplay -nojvm -r 'script_name_without_extension' > log.txt 2>&1 <dev/null &
とシェルコマンドを打つと, 計算はされるが一つのワーカーのみが動き, 並列プールが開きません
並列プールの自動生成設定はonになっています
unix系osでバックグラウンド実行する際に, 並列計算を行うことはできますか?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 並列 for ループ (parfor) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!