1 / 3

MADX-SC

MADX-SC. MAD-X is being used for SC studies Fortran & C & C++ g cc & IFORT OPENMP Typically 1000 – 10’000 particles 800’000 turns take ~14 days for simulation of the PS machine and 1000 particles on PC cluster with 4 cores Files on web at : cern.ch/ frs /Source/MADX- SC_set_up

alva
Télécharger la présentation

MADX-SC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MADX-SC • MAD-X is being used for SC studies • Fortran & C & C++ • gcc & IFORT • OPENMP • Typically 1000 – 10’000 particles • 800’000 turns take ~14 days for simulation of the PS machine and 1000 particles on PC cluster with 4 cores • Files on web at: cern.ch/frs/Source/MADX-SC_set_up • madX_OPENMP.tgz --- Code • 600K-633K-4Kp.tgz --- Example Run • This Powerpoint presentation CNAF Frank Schmidt

  2. Make madx64 • tar xvfz madX_OPENMP.tgz • make cleanall • make madx-linux64-gnu FC=ifort SHOW=yes • Executable in: build/madx64 CNAF Frank Schmidt

  3. Run madx64 • tar xvfz 600K-633K-4Kp.tgz • In “launch_PS_openmp” fix location of “madx64” and the run directory • Run it Example CERN: bsub-q 2nw -n 4 -R "span[ptile=4]" launch_PS_openmp CNAF Frank Schmidt

More Related