Posts

Showing posts from October, 2018

X client over ssh on Windows

You can run programs of our server (chc) on your windows. This is one of many possible ways: 1) Download MobaXterm at  https://mobaxterm.mobatek.net/download.html Download the free-version. 2) Setup ssh connection to our chc server. 3) Once you login on our server, type any graphical software like google-chrome or firefox 4) If you want them on background run, add & at the end of command like google-chrome & or firefox & The advantage of adding & is, now the prompt is back so that you can do additional tasks.

Fortran compilation on Linux

1. gfortran Type fortran yourfile.f90 -o yourfile.x Then, it will create yourfile.x in the same directory. Simply type yourfile.x will execute it. See more examples at  https://gcc.gnu.org/wiki/GFortranGettingStarted 2. Intel Fortran Students as well as instructors can receive free copy of intel compilers at  https://software.intel.com/en-us/qualify-for-free-software/student Once you installed it, you should put the following lines in your .cshrc file. for c shell. If you use b shell, compilervars.csh should be replaced with compilervars.sh. <install_dir>/bin/compilervars.csh intel64 where <install_dir> is the directory structure containing the compiler /bin directory The default path for <install_dir> is /opt/intel/ setenv LD_LIBRARY_PATH "/usr/lib64" set path=( $path /opt/intel/bin ) After this, you should run .cshrc by typing    source .cshrc Then you can compile your file as   ifort yourfile.f90 -o yourfile.x

GAMESS by KNU in EDISON Direct Access

After login to EDISON, you can directly access the GAMESS by KNU page at https://www.edison.re.kr/web/portal/workbench?p_p_id=SimulationWorkbench_WAR_OSPWorkbenchportlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_SimulationWorkbench_WAR_OSPWorkbenchportlet_scienceAppId=137102&_SimulationWorkbench_WAR_OSPWorkbenchportlet_redirectURL=%252Fweb%252Fportal%252Fmy-edison%253Fp_p_id%253Dedisonmypage_WAR_edisondefault2016portlet%2526_edisonmypage_WAR_edisondefault2016portlet_clickTab%253DmyApp&_SimulationWorkbench_WAR_OSPWorkbenchportlet_workbenchType=SIMULATION_WITH_APP&_SimulationWorkbench_WAR_OSPWorkbenchportlet_redirectName=MY+EDISON The old one is at https://www.edison.re.kr/web/portal/workbench?p_p_id=SimulationWorkbench_WAR_OSPWorkbenchportlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_SimulationWorkbench_WAR_OSPWorkbenchportlet_workbenchType=SIMULATION_WITH_APP&_SimulationWorkben