bashからmatlabをバックグラウンド実行する時の並列計算
Mostrar comentarios más antiguos
parforを使っているmスクリプトに対して
sshでホストpcに接続し,bashから
nohup matlab -nosplash -nodisplay -nojvm -r 'script_name_without_extension' > log.txt 2>&1 <dev/null &
とシェルコマンドを打つと, 計算はされるが一つのワーカーのみが動き, 並列プールが開きません
並列プールの自動生成設定はonになっています
unix系osでバックグラウンド実行する際に, 並列計算を行うことはできますか?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 並列 for ループ (parfor) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!